forked from MastanSayyad/Visual-Sort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
245 lines (233 loc) · 8.28 KB
/
contact.html
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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Contact Us</title>
<link rel="icon" href="images/fevicon.png" type="image/png" />
<!-- Made by mehak mattoo -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/tailwind.min.css"
rel="stylesheet"
/>
<!-- Link to CSS -->
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/aos.css" />
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/swiper-bundle.min.css"
/>
<!-- font awesome cdn link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
<!-- custom css link -->
<script
src="https://kit.fontawesome.com/2815a7015d.js"
crossorigin="anonymous"
></script>
<link
href="https://fonts.googleapis.com/css?family=Muli:300,400,700,900"
rel="stylesheet"
/>
<!-- <link rel="stylesheet" href="fonts/icomoon/style.css"> -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-rbsA2VBKQBo1vBkn6MSmIM6GaeLDJTZf5g5c8IV1qAyyB4W5cZP4Z/et3ur3DqBs"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<!-- Swiper's CSS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css"
/>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/jquery-ui.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/jquery.fancybox.min.css" />
<link rel="stylesheet" href="css/bootstrap-datepicker.css" />
<link rel="stylesheet" href="fonts/flaticon/font/flaticon.css" />
<link rel="stylesheet" href="css/aos.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="about.css" />
<link
href="https://api.fontshare.com/v2/css?f[]=satoshi@400,500,700&display=swap"
rel="stylesheet"
/>
<!-- Remix Icon -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<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"
/>
<script
defer
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"
></script>
</head>
<body>
<nav class="navbar navbar-expand-lg fixed-top bg-white">
<div class="container-fluid">
<div class="flex items-center">
<img src="images/fevicon.png" class="h-6 mr-2" alt="" /><a
class="navbar-brand"
style="font-weight: 900; color: rgb(219, 127, 219)"
href="#"
>Visual Sort</a
>
</div>
<button
class="navbar-toggler"
style="background-color: rgb(202, 111, 202); color: black"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-end"
id="navbarNav"
>
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#programs-section"
>Sorting Visualizers</a
>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle font-medium"
href="#program-section"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Algorithms
</a>
<ul class="dropdown-menu">
<li>
<a class="dropdown-item" href="./Algorithm/Bubble.html"
>Bubble Sort</a
>
</li>
<li>
<a class="dropdown-item" href="./Algorithm/Selectionsort.html"
>Selection Sort</a
>
</li>
<li>
<a class="dropdown-item" href="./Algorithm/Insertionsort.html"
>Insertion Sort</a
>
</li>
<li>
<a class="dropdown-item" href="./Algorithm/CombSort.html"
>Comb Sort</a
>
</li>
<li>
<a class="dropdown-item" href="./Algorithm/Mergesort.html"
>Merge Sort</a
>
</li>
<li>
<a class="dropdown-item" href="./Algorithm/Heapsort.html"
>Heap Sort</a
>
</li>
<li>
<a class="dropdown-item" href="./Algorithm/Quicksort.html"
>Quick Sort</a
>
</li>
<li>
<a class="dropdown-item" href="/counting.html"
>Counting Sort</a
>
</li>
<li>
<a class="dropdown-item" href="./Algorithm/Radixsort.html"
>Radix Sort</a
>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#features-section"
>Features</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#About-Us">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link px-3" href="#">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link log px-3" href="login.html">Login</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="contact-container mt-5 mx-auto">
<h1 class="text-2xl md:text-4xl font-bold">Contact Us</h1>
<form>
<div class="input-group">
<label for="name">Your Name</label>
<input type="text" id="name" name="name" required />
</div>
<div class="input-group">
<label for="email">Your Email</label>
<input type="email" id="email" name="email" required />
</div>
<div class="input-group">
<label for="message">Enter Your Message</label>
<textarea id="message" name="message" rows="5" required></textarea>
</div>
<button type="submit" class="text-white rounded-md px-4 py-2">
Send Message
</button>
</form>
<div class="social-media">
<h2>Follow Us</h2>
<a href="#" class="social-icon"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="social-icon"><i class="fab fa-twitter"></i></a>
<a href="#" class="social-icon"><i class="fab fa-instagram"></i></a>
<a href="#" class="social-icon"><i class="fab fa-linkedin-in"></i></a>
</div>
<form>
<h5 class="mt-5">Subscribe to our newsletter</h5>
<p>Monthly digest of what's new and exciting from us.</p>
<div class="d-flex gap-2 justify-content-center align-items-center">
<input
id="newsletter1"
type="text"
class="form-control w-full"
placeholder="Email address"
/>
<button class="btn btn-primary" type="button">Subscribe</button>
</div>
</form>
</div>
</body>
</html>