-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
313 lines (281 loc) · 13.1 KB
/
index.html
File metadata and controls
313 lines (281 loc) · 13.1 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
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
307
308
309
310
311
312
313
<!--
* Peace, mercy and blessings of God (alsalam ealaykum warahmat allah wabarakatuh).
* Hi! I'm Khaled Mohamed.
* This is a template from https://templatemo.com/
* I'm ONLY training by doing many templates.
* ALL COPYRIGHTS is saved.
* I'm seeing the template and make one by and for me.
* Thank God for anything, and for Eng. Hamza, who teached me HTML and CSS.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="This is a CSS template for training">
<meta name="keywords" content="HTML, CSS">
<title>Tinker CSS Template</title>
<link rel="stylesheet" href="css/all.min.css">
<!-- This is main CSS files we used -->
<link rel="stylesheet" href="css/vars.css">
<link rel="stylesheet" href="css/main-style.css">
<!-- This is all styles in the page, and we arrange it -->
<link rel="stylesheet" href="css/nav-bar.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/gallery.css">
<link rel="stylesheet" href="css/portfolio.css">
<link rel="stylesheet" href="css/blog-content.css">
<link rel="stylesheet" href="css/contact-us.css">
<link rel="stylesheet" href="css/footer.css">
</head>
<body>
<div class="home">
<div class="nav-bar">
<div class="container">
<div class="logo">
<span class="t-alph">t</span>
<span class="inker">inker</span>
</div> <!-- ./logo -->
<ul class="links">
<li><a href="#">home</a></li>
<li><a href="#">about us</a></li>
<li><a href="#">portfolio</a></li>
<li><a href="#">blog</a></li>
<li><a href="#">contact us</a></li>
</ul> <!-- ./links -->
<div class="clear"></div>
</div> <!-- ./container -->
</div> <!-- ./nav-bar -->
<div class="hero-img">
<h2 class="title">
<span class="tinker">tinker</span>
<span class="html5">html5</span>
Template
</h2> <!-- ./title -->
<p>Tinker is a responsive CSS template provided by templatemo site. This design can be applied for any kind
of website. Please mention our site to your colleagues. Thank you.</p>
<button class="start">let's start</button>
</div> <!-- ./hero-img -->
</div> <!-- ./home -->
<div class="about">
<div class="about-content">
<div class="container">
<div class="item">
<div class="icon">
<img src="images/service_icon_01.png" alt="Service Icon">
</div> <!-- ./icon -->
<h3 class="item-title">smart notifications</h3>
<div class="line"></div>
<p>Curabitur non risus fringilla libero accumsan molestie et quis justo. Cras aliquam tempor sem,
vestibulum facilisis dui. Mauris malesuada porta.</p>
<button class="new-btn cont-reading">continue reading</button>
</div> <!-- ./item -->
<div class="item">
<div class="icon">
<img src="images/service_icon_02.png" alt="Service Icon">
</div> <!-- ./icon -->
<h3 class="item-title">lovely web design</h3>
<div class="line"></div>
<p>Do NOT re-distribute our template on any template download website. However, you can feel free to
use
this template for your commercial or non-commercial sites.</p>
<button class="new-btn cont-reading">continue reading</button>
</div> <!-- ./item -->
<div class="item">
<div class="icon">
<img src="images/service_icon_03.png" alt="Service Icon">
</div> <!-- ./icon -->
<h3 class="item-title">24/7 quick support</h3>
<div class="line"></div>
<p>Feel free to talk to us on our Facebook page if you have any kind of question or suggestion. Sed
tempor mi quis rhoncus convallis.</p>
<button class="new-btn cont-reading">continue reading</button>
</div> <!-- ./item -->
<div class="item">
<div class="icon">
<img src="images/service_icon_04.png" alt="Service Icon">
</div> <!-- ./icon -->
<h3 class="item-title">one-click setup</h3>
<div class="line"></div>
<p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.
Praesent
viverra, nunc et mollis fermentum.</p>
<button class="new-btn cont-reading">continue reading</button>
</div> <!-- ./item -->
<div class="clear"></div>
</div> <!-- ./container -->
</div> <!-- ./about-content -->
</div> <!-- ./about -->
<div class="gallery">
<div class="left-one">
<h3 class="gallery-title">our gallery</h3>
<div class="line"></div>
<p>In malesuada placerat ligula et bibendum. Aenean eget urna enim. Sed enim ante, bibendum nec dictum ac,
gravida ac lectus.</p>
<ul class="choices">
<li><a href="#" class="active">show all</a></li>
<li><a href="#">branding</a></li>
<li><a href="#">graphic</a></li>
<li><a href="#">nature</a></li>
<li><a href="#">animation</a></li>
</ul> <!-- ./choices -->
</div> <!-- ./left-one -->
<div class="right-one">
<div class="my-img">
<img src="images/portfolio_big_item_01.jpg" alt="Item 1">
</div> <!-- ./my-img -->
<div class="my-img">
<img src="images/portfolio_big_item_02.jpg" alt="Item 2">
</div> <!-- ./my-img -->
<div class="my-img">
<img src="images/portfolio_big_item_03.jpg" alt="Item 3">
</div> <!-- ./my-img -->
<div class="my-img">
<img src="images/portfolio_big_item_04.jpg" alt="Item 4">
</div> <!-- ./my-img -->
<div class="my-img">
<img src="images/portfolio_big_item_05.jpg" alt="Item 5">
</div> <!-- ./my-img -->
<div class="my-img">
<img src="images/portfolio_big_item_06.jpg" alt="Item 6">
</div> <!-- ./my-img -->
<div class="clear"></div>
</div> <!-- ./right-one -->
<div class="clear"></div>
</div> <!-- ./gallery -->
<div class="portfolio">
<div class="hero-img">
<div class="my-quote">
<p>" Suspendisse magna mauris, convallis vel finibus eget, lobortis dictum neque. Nam tincidunt metus
nec
eros dignissim consectetur. "</p>
</div> <!-- ./my-quote -->
<div class="info">
<h4 class="dev-name">danny cute</h4>
<span class="name-job">founder</span>
</div> <!-- ./info -->
<ul class="bullets">
<li>
<div class="active-bullet"></div>
</li>
<li>
<div></div>
</li>
<li>
<div></div>
</li>
<li>
<div></div>
</li>
</ul> <!-- ./bullets -->
</div> <!-- ./hero-img -->
</div> <!-- ./portfolio -->
<div class="blog">
<div class="blog-content">
<div class="left-one">
<div class="container">
<h3 class="blog-title">our blog post</h3>
<div class="line"></div>
<p>Nam vulputate elementum nulla, sit amet congue ipsum malesuada pretium. Vivamus vel gravida quam.
</p>
<ul class="list-btns">
<li><a href="#" class="active">nulla eget convallis augue</a></li>
<li><a href="#">quisque ultricies maximus</a></li>
<li><a href="#">sed vel elit et lorem</a></li>
<li><a href="#">vivamus purus neque</a></li>
</ul> <!-- ./list-btns -->
</div> <!-- ./container -->
</div> <!-- ./left-one -->
<div class="right-one">
<div class="container">
<div class="item">
<div class="hero-img">
<div class="item-content">
<div class="bg-img">
<img src="images/blog_item_03.jpg" alt="">
</div> <!-- ./bg-img -->
<div class="item-info">
<h4 class="item-title">Sed vel elit et lorem</h4>
<span>
<a href="#">Web Design</a>
<span class="slash"> /</span>
<a href="#">William</a>
<span class="slash"> /</span>
<a href="#">18 July 2020</a>
</span>
<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia
Curae;
Fusce
id
ipsum porta, dictum sem sed, bibendum quam. Maecenas mattis risus eget orci
rhoncus.
</p>
</div> <!-- ./item-info -->
</div> <!-- ./item-content -->
</div> <!-- ./hero-img -->
</div> <!-- ./item -->
</div> <!-- ./container -->
</div> <!-- ./right-one -->
<div class="clear"></div>
</div> <!-- ./blog-content -->
</div> <!-- ./blog -->
<div class="contact-us">
<div class="hero-img">
<div class="contnet">
<h3 class="title">contact us</h3>
<div class="line"></div>
<p>Nunc posuere non quam at pharetra. Mauris tincidunt purus vel ultrices malesuada. Integer euismod
erat ut
nulla ultrices, ut auctor eros feugiat.</p>
<button class="new-btn send-msg">send us a message</button>
</div> <!-- ./content -->
</div> <!-- ./hero-img -->
</div> <!-- ./contact-us -->
<div class="footer">
<div class="first">
<div class="logo foot">
<span class="t-alph">t</span>
<span class="inker">inker</span>
</div> <!-- ./logo -->
<div class="description">
<span class="copy-right">copyright © 2020 your company</span>
<span>design: templateMo</span>
</div> <!-- ./description -->
<div class="clear"></div>
</div> <!-- ./first -->
<div class="second">
<div class="left">
<h4 class="location">location</h4>
<p>46 raffles ave, singapore 039803</p>
</div> <!-- ./left -->
<div class="right">
<p> 12 republic blvd, singapore 038975</p>
</div> <!-- ./right -->
<div class="clear"></div>
</div> <!-- ./second -->
<div class="third">
<div class="left">
<h4 class="more-info">more info</h4>
<span class="phone">phone: 040-040-0440</span>
<span class="emial">Email: tk@company.co</span>
</div> <!-- ./left -->
<div class="right">
<h4 class="social">get social with us</h4>
<div class="links-social">
<i class="fab fa-twitter"></i>
<i class="fab fa-facebook"></i>
<i class="fab fa-google-plus-g"></i>
<i class="fas fa-rss"></i>
<i class="fab fa-dribbble"></i>
</div> <!-- ./links-social -->
</div> <!-- ./right -->
<div class="clear"></div>
</div> <!-- ./third -->
</div> <!-- footer -->
<!-- This is all my scripts.js -->
<!-- <script src="js/jquery-3.5.1.js"></script>
<script src="js/script.js"></script> -->
</body>
</html>