This repository has been archived by the owner on Apr 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
306 lines (260 loc) · 13.2 KB
/
index.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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html>
<head>
<!--***************************************************************
| |
| Developed By Al Nahian | Copyright ©2020 | TinMate |
| |
****************************************************************-->
<!-- Required meta tags -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta charset="utf-8">
<meta name="author:Al Nahian"
content="TinMate is a very unique and superfast user friendly mobile application which will help an user to find a nearest mate to chat or gossip. It's a fictional application and developed by Abdullah Al Nahian © 2020">
<!-- important meta tags for social media -->
<!-- Primary Meta Tags -->
<title>TinMate - Find your mate & chat together</title>
<meta name="title" content="TinMate - Find your mate & chat together">
<meta name="description" content="TinMate will help you to find your nearest mate. You can chat with them easily ">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="">
<meta property="og:title" content="TinMate - Find your mate & chat together">
<meta property="og:description" content="TinMate will help you to find your nearest mate. You can chat with them easily ">
<meta property="og:image" content="images/tinmate.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="">
<meta property="twitter:title" content="TinMate - Find your mate & chat together">
<meta property="twitter:description" content="TinMate will help you to find your nearest mate. You can chat with them easily ">
<meta property="twitter:image" content="images/tinmate.png">
<!-- stylesheet link -->
<link rel="stylesheet" href="css/styles.css">
<!-- bootstrap link -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat|Pacifico|Spartan" rel="stylesheet">
<!-- favicon link -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<!-- page title -->
<title>TinMate</title>
</head>
<body>
<section id="hero">
<div class="container">
<!-- Nav Bar -->
<nav class="navbar navbar-expand-lg navbar-dark navbar-toggleable-md">
<a class="navbar-brand logo" href="#">tinmate</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarItems" aria-controls="navbarItems" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarItems">
<ul class="navbar-nav ml-auto">
<li class="nav-items text-center">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-items text-center">
<a class="nav-link" href="#testimonials">Testimonial</a>
</li>
<li class="nav-items text-center">
<a class="nav-link" href="#cta">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- Title -->
<div class="row hero-row">
<div class="col-lg-6">
<div class="hero-description">
<h1 class="font-weight-bold hero-title">Find your nearest mate & chat together</h1>
<p class="hero-title-description">
It's totally free!
</p>
<a href="#features">
<button class="btn btn-success get-started-button" type="button"><i class="fas fa-angle-double-right"></i> Get Started</button>
</a>
<a href="#">
<button class="btn btn-outline-light" type="button"><i class="fab fa-google-play"></i> Download</button>
</a>
</div>
</div>
<div class="col-lg-6">
<img class="hero-img" src="images/OurApplication.png" alt="Our Application">
</div>
</div>
</div>
</section>
<!--***************************************************************
| |
| Developed By Al Nahian | Copyright ©2020 | TinMate |
| |
****************************************************************-->
<!-- Features -->
<section id="features">
<div class="row">
<div class="features-box col-lg-4">
<i class="fas fa-check-circle features-icons"></i>
<h3>Easy to use</h3>
<p>Really easy to use & user friendly, Try that out.</p>
</div>
<div class="features-box col-lg-4">
<i class="fas fa-shield-alt features-icons"></i>
<h3>Safe & Secured</h3>
<p>We are secured and love to keep everything secret.</p>
</div>
<div class="features-box col-lg-4">
<i class="fas fa-heart features-icons"></i>
<h3>Loved By 3M+</h3>
<p>We are being fatured & loved by over 3M+ users.</p>
</div>
</div>
</section>
<!-- Testimonials -->
<section id="testimonials">
<div id="testimonialCarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<h2>
<span class="quotation-symbol">"</span>I've found my best companion through TinMate. They have made the process super easy. WHOOAH!!!<span class="quotation-symbol">"</span>
</h2>
<img src="images/couple.jpg" alt="emanuel-michel">
<p>Emanuel & Michel</p>
<em>Sydney, Australia</em>
</div>
<div class="carousel-item">
<h2>
<span class="quotation-symbol">"</span>I was sparing my time lonely, but with TinMate's help, I have found the love of my life. I think.<span class="quotation-symbol">"</span>
</h2>
<img src="images/lady-img.jpg" alt="diane-gudogdu">
<p>Diane Gudogdu</p>
<em>Beverly, Illinois</em>
</div>
</div>
<a class="carousel-control-prev" href="#testimonialCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#testimonialCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!-- Press -->
<section id="press">
<img class="press-image" src="images/tnw.png" alt="tnw-logo">
<img class="press-image" src="images/TechCrunch.png" alt="tc-logo">
<img class="press-image" src="images/mashable.png" alt="mashable-logo">
<img class="press-image" src="images/bizinsider.png" alt="biz-insider-logo">
</section>
<!--***************************************************************
| |
| Developed By Al Nahian | Copyright ©2020 | TinMate |
| |
****************************************************************-->
<!-- Pricing -->
<section id="pricing">
<div class="pricing-heading">
<h2>We Love to Make Everything Perfect</h2>
<p>Choose a good & affordable plan for better services.</p>
</div>
<!-- pricing tables -->
<div class="container">
<div class="card-deck mb-3 text-center">
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h4 class="my-0"><i class="fas fa-paper-plane pricing-section-icon"></i> Free</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">
<span class="price">$0</span><small class="text-muted">/ mo</small>
</h1>
<ul class="list-unstyled mt-3 mb-4">
<li>- Unlimited messaging</li>
<li>- 5 GB of storage</li>
<li>- Unlimited friends</li>
<li>- 5 Technical Support</li>
</ul>
<button type="button" class="btn btn-lg btn-block btn-primary">Grab It</button>
</div>
</div>
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h4 class="my-0"><i class="fas fa-plane rotated-icon pricing-section-icon"></i> Pro </h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">
<span class="price">$15</span><small class="text-muted">/ mo</small>
</h1>
<ul class="list-unstyled mt-3 mb-4">
<li>- Unlimited messaging</li>
<li>- 30 GB of storage</li>
<li>- Priority email support</li>
<li>- Unlimited Support</li>
</ul>
<button type="button" class="btn btn-lg btn-block btn-outline-success">Smash It</button>
</div>
</div>
<div class="card mb-4 shadow-sm">
<div class="card-header">
<h4 class="my-0"><i class="fas fa-fighter-jet rotated-icon pricing-section-icon"></i> Enterprise</h4>
</div>
<div class="card-body">
<h1 class="card-title pricing-card-title">
<span class="price">$30</span><small class="text-muted">/ mo</small>
</h1>
<ul class="list-unstyled mt-3 mb-4">
<li>- Unlimited Offers</li>
<li>- Unlimited storage</li>
<li>- Unlimited Registration</li>
<li>- Unlimited Support</li>
</ul>
<button type="button" class="btn btn-lg btn-block btn-primary">Enjoy It</button>
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section id="cta">
<h3>Join Our Communtiy and Spread Love</h3>
<p>You're always welcome to our communtiy</p>
<button class="btn btn-success join-community-button" type="button"><i class="far fa-heart"></i> Join Now</button>
<button class="btn btn-outline-primary" type="button"><i class="fab fa-google-play"></i> Download</button>
</section>
<!-- Footer -->
<footer id="footer">
<div class="meet-the-dev">
<p>Meet the Developer</p>
<a class="social-buttons" href="https://wwww.facebook.com/alnahian2003" target="_blank">
<button class="btn btn-light text-primary btn-sm" type="button"><i class="fab fa-facebook-square"></i> Facebook</button>
</a>
<a class="social-buttons" href="https://twitter.com/ImAlNahian" target="_blank">
<button class="btn btn-info btn-sm" type="button"><i class="fab fa-twitter-square"></i></i> Twitter</button>
</a>
<a class="social-buttons" href="https://github.com/alnahian2003" target="_blank">
<button class="btn btn-dark btn-sm" type="button"><i class="fab fa-github-square"></i></i></i> Github</button>
</a>
<a class="social-buttons" href="mailto:[email protected]" mail target="_blank">
<button class="btn btn-danger btn-sm" type="button"><i class="fas fa-envelope-square"></i></i> Email</button>
</a>
<a class="social-buttons" href="https://www.behance.net/alnahian2003" target="_blank">
<button class="btn btn-success btn-sm" type="button"><i class="fab fa-behance-square"></i></i> Behance</button>
</a>
</div>
<p class="copyright-text">©Copyright 2020 | TinMate | Developed By Al Nahian</p>
</footer>
<!--***************************************************************
| |
| Developed By Al Nahian | Copyright ©2020 | TinMate |
| |
****************************************************************-->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- fontawesome kit -->
<script src="https://kit.fontawesome.com/b286598102.js" crossorigin="anonymous"></script>
</body>
</html>