-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwt-3083pc.html
More file actions
199 lines (197 loc) · 10.5 KB
/
Copy pathwt-3083pc.html
File metadata and controls
199 lines (197 loc) · 10.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Bootstrap website" />
<meta name="author" content="Abdullah Celik" />
<meta name="robots" content="noindex,nofollow" />
<title>Modern Business - Start Bootstrap Template</title>
<!-- Favicon-->
<link rel="shortcut icon" href="favben180.png" />
<link rel="apple-touch-icon" href="favben180.png" />
<!-- Bootstrap core CSS-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Font-awesome icons-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<link href="css/styles.css" rel="stylesheet" />
<!-- <style>
.feature {
display: inline-flex;
align-items: center;
justify-content: center;
height: 3rem;
width: 3rem;
font-size: 1.5rem;
}
</style> -->
</head>
<body>
<main class="flex-shrink-0">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
<a class="navbar-brand" href="wt-3083ph.html">Star Bags</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"><span></button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="wt-3083ph.html">Home </a></li>
<li class="nav-item"><a class="nav-link" href="wt-3083pa.html">About </a></li>
<li class="nav-item"><a class="nav-link" href="wt-3083pc.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Page content-->
<section class="py-5">
<div class="container px-5">
<!-- Contact form-->
<div class="bg-light rounded-3 py-5 px-4 px-md-5 mb-5">
<div class="text-center mb-5">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3 d-inline-flex fa-2x p-3">
<i class="fa-solid fa-envelope"></i>
</div>
<h1 class="fw-bolder">Get in touch</h1>
<p class="lead fw-normal text-muted mb-0">We'd love to hear from you</p>
</div>
<div class="row gx-5 justify-content-center">
<div class="col-lg-8 col-xl-6">
<form action="https://formsubmit.co/your@mail.com" method="post">
<div class="form-floating mb-3">
<input type="text" class="form-control" id="fname" name="fname" placeholder="Fullname" required>
<label for="fname">Full name</label>
</div>
<div class="form-floating mb-3">
<input type="email" class="form-control" id="mail" name="e-mail" placeholder="Email" required>
<label for="mail">Email address</label>
</div>
<div class="form-floating mb-3">
<input type="tel" class="form-control" id="phone" name="tel" placeholder="tel">
<label for="phone">Phone number</label>
</div><br>
<div class="form-floating mb-3">
<textarea id="area" class="form-control" name="msg" placeholder="comment" style="height:170px"></textarea>
<label for="area">Message</label>
</div><br>
<div class="row">
<div class="col-6 d-grid">
<button type="submit" class="btn btn-primary btn-lg fs-3">Submit</button>
</div>
<div class="col-6 d-grid">
<button type="reset" class="btn btn-danger btn-lg fs-3">Reset</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- Contact cards-->
<div class="row gx-5 row-cols-2 row-cols-lg-4 py-5">
<div class="col">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3 d-inline-flex fa-2x p-3">
<i class="fa-regular fa-comments"></i>
</div>
<div class="h5 mb-2">Chat with us</div>
<p class="text-muted mb-4">Chat live with one of our support specialists.</p>
</div>
<div class="col">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3 d-inline-flex fa-2x p-3">
<i class="fa-solid fa-people-group"></i>
</div>
<div class="h5">Ask the community</div>
<p class="text-muted mb-4">Explore our community forums and communicate with other users.</p>
</div>
<div class="col">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3 d-inline-flex fa-2x p-3">
<i class="fa-solid fa-question"></i>
</div>
<div class="h5">Support center</div>
<p class="text-muted mb-0">Browse FAQ's and support articles to find solutions.</p>
</div>
<div class="col">
<div class="feature bg-primary bg-gradient text-white rounded-3 mb-3 d-inline-flex fa-2x p-3">
<i class="fa-solid fa-phone"></i>
</div>
<div class="h5">Call us</div>
<p class="text-muted mb-0">Call us during normal business hours at (555) 892-9403.</p>
</div>
</div>
</div>
</section>
</main>
<!-- Footer-->
<footer class="bg-dark py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-md-row">
<div class="col-auto">
<div class="small m-0 text-white">Copyright © Your Website 2023 Abdullah Çelik</div>
</div>
<div class="col-auto">
<a class="link-light small" href="#!">Privacy</a><span class="text-white mx-1">·</span>
<a class="link-light small" href="#!">Terms </a><span class="text-white mx-1">·</span>
<a class="link-light small" href="#!">Contact</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<!-- * Core theme JS-->
<!-- * <script src="js/scripts.js" type="7470cfe2a43b28577a852456-text/javascript"></script>-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * <script src="https://cdn.startbootstrap.com/sb-forms-latest.js" type="7470cfe2a43b28577a852456-text/javascript"></script> -->
<!-- * <script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="7470cfe2a43b28577a852456-|49" defer></script> -->
<!-- SB Forms Contact Form -->
<!-- This form is pre-integrated with SB Forms.-->
<!-- To make this form functional, sign up at-->
<!-- https://startbootstrap.com/solution/contact-forms-->
<!-- to get an API token!-->
<!-- <div class="row gx-5 justify-content-center">
<div class="col-lg-8 col-xl-6">
<form id="contactForm" data-sb-form-api-token="API_TOKEN">
<div class="form-floating mb-3">
<input class="form-control" id="name" type="text" placeholder="Enter your name..." data-sb-validations="required" />
<label for="name">Full name</label>
<div class="invalid-feedback" data-sb-feedback="name:required">A name is required.</div>
</div>
<div class="form-floating mb-3">
<input class="form-control" id="email" type="email" placeholder="name@example.com" data-sb-validations="required,email" />
<label for="email">Email address</label>
<div class="invalid-feedback" data-sb-feedback="email:required">An email is required.</div>
<div class="invalid-feedback" data-sb-feedback="email:email">Email is not valid.</div>
</div>
<div class="form-floating mb-3">
<input class="form-control" id="phone" type="tel" placeholder="(123) 456-7890" data-sb-validations="required" />
<label for="phone">Phone number</label>
<div class="invalid-feedback" data-sb-feedback="phone:required">A phone number is required.</div>
</div>
<div class="form-floating mb-3">
<textarea class="form-control" id="message" type="text" placeholder="Enter your message here..." style="height: 10rem" data-sb-validations="required"></textarea>
<label for="message">Message</label>
<div class="invalid-feedback" data-sb-feedback="message:required">A message is required.</div>
</div>
*Submit success message
*This is what your users will see when the form
*has successfully submitted
<div class="d-none" id="submitSuccessMessage">
<div class="text-center mb-3">
<div class="fw-bolder">Form submission successful!</div>
To activate this form, sign up at<br />
<a href="https://startbootstrap.com/solution/contact-forms">https://startbootstrap.com/solution/contact-forms</a>
</div>
</div>
*Submit error message
*This is what your users will see when there is
*an error submitting the form
<div class="d-none" id="submitErrorMessage"><div class="text-center text-danger mb-3">Error sending message!</div></div>
<div class="d-grid"><button class="btn btn-primary btn-lg disabled" id="submitButton" type="submit">Submit</button></div>
</form>
</div>
</div> -->
</body>
</html>