-
-
Notifications
You must be signed in to change notification settings - Fork 323
/
Copy pathindex.html
365 lines (336 loc) · 19.9 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
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8">
<title>Developer's Portfolio</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Mr. Twinkle Sharma" name="author">
<meta content="Website for Portfolio" name="description">
<link href = "img/favicon.ico" rel = "icon">
<link href="https://unpkg.com/tailwindcss@^1.0/dist/tailwind.min.css" rel="stylesheet">
<link href="css/mystyle.css" rel="stylesheet">
</head>
<body >
<section id="HOME" >
<header class="text-gray-700 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<img src="img/home-logo.png" width="35px" height="40px">
<span class="ml-3 text-xl">Mr. Twinkle Sharma</span>
</a>
<nav class="md:ml-auto flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:text-gray-900 link" href="#HOME"> Home</a>
<a class="mr-5 hover:text-gray-900 link" href="#ABOUT">About</a>
<a class="mr-5 hover:text-gray-900 link" href="#WORKS">Works</a>
<a class="mr-5 hover:text-gray-900 link" href="#CONTACT">Contact</a>
</nav>
<button class="inline-flex items-center bg-gray-200 border-0 py-1 px-3 focus:outline-none hover:bg-gray-300 rounded text-base mt-4 md:mt-0">Resume
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-4 h-4 ml-1" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</button>
</div>
</header>
<section class="text-gray-700 body-font" >
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:flex-grow md:w-1/2 lg:pr-24 md:pr-16 flex flex-col md:items-start md:text-left mb-16 md:mb-0 items-center text-center">
Welcome to My Website!
<h1 class="title-font sm:text-4xl text-3xl mb-4 font-medium text-gray-900">Hello
<br class="hidden lg:inline-block">I'm Twinkle Sharma,
</h1>
<p class="mb-8 leading-relaxed">Sophomore at Computer Science and Engineering <br> Love to <i> < / ></i> and TEA</p>
<div class="flex justify-center">
<a href="#ABOUT">
<button class="inline-flex text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">Get Started</button>
</a>
</div>
</div>
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6">
<img class="object-cover object-center rounded" alt="hero" src="https://source.unsplash.com/720x600/?laptop,programming">
</div>
</div>
</section>
</section>
<!--ABOUT-->
<div class="flex flex-col text-center w-full mb-20">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900">About</h1>
</div>
<section class="text-gray-700 body-font" id="ABOUT">
<div class="container px-5 py-24 mx-auto flex flex-col">
<div class="lg:w-4/6 mx-auto">
<div class="rounded-lg h-64 overflow-hidden">
<img alt="content" class="object-cover object-center h-full w-full" src="https://source.unsplash.com/1200x500/?programming">
</div>
<div class="flex flex-col sm:flex-row mt-10">
<div class="sm:w-1/3 text-center sm:pr-8 sm:py-8">
<div class="w-20 h-20 rounded-full inline-flex items-center justify-center bg-gray-200 text-gray-400">
<img src="img.jpg">
</div>
<div class="flex flex-col items-center text-center justify-center">
<h2 class="font-medium title-font mt-4 text-gray-900 text-lg">Twinkle Sharma</h2>
<div class="w-12 h-1 bg-indigo-500 rounded mt-2 mb-4"></div>
<p class="text-base text-gray-600">I am a passionate programmer, like to explore technologies and ready to solve the problems of society with my skills</p>
</div>
</div>
<div class="sm:w-2/3 sm:pl-8 sm:py-8 sm:border-l border-gray-300 sm:border-t-0 border-t mt-4 pt-4 sm:mt-0 text-center sm:text-left">
<p class="leading-relaxed text-lg mb-4">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean quis nunc consequat, elementum turpis sed, ultrices enim. Ut ullamcorper aliquet augue, pulvinar semper ante. Phasellus lobortis rutrum leo sed vehicula. Etiam auctor porttitor ex ac efficitur. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos</p>
</div>
</div>
</div>
</div>
</section>
<!--Education Section -->
<section class="text-gray-700 body-font">
<div class="container px-5 py-24 mx-auto flex flex-wrap">
<div class="flex flex-col text-center w-full mb-20">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900">Education</h1>
</div>
<div class="flex flex-wrap w-full">
<div class="lg:w-2/5 md:w-1/2 md:pr-10 md:py-6">
<div class="flex relative pb-12">
<div class="h-full w-10 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-200 pointer-events-none"></div>
</div>
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
</svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-sm text-gray-900 mb-1 tracking-wider">B.Tech, Lorem ipsum dolor sit amet, consectetur adipiscing elit</h2>
<p class="leading-relaxed">Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
</div>
</div>
<div class="flex relative pb-12">
<div class="h-full w-10 absolute inset-0 flex items-center justify-center">
<div class="h-full w-1 bg-gray-200 pointer-events-none"></div>
</div>
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M22 11.08V12a10 10 0 11-5.93-9.14"></path>
<path d="M22 4L12 14.01l-3-3"></path>
</svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-sm text-gray-900 mb-1 tracking-wider">Intermediate</h2>
<p class="leading-relaxed">Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
</div>
</div>
<div class="flex relative">
<div class="flex-shrink-0 w-10 h-10 rounded-full bg-indigo-500 inline-flex items-center justify-center text-white relative z-10">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M22 11.08V12a10 10 0 11-5.93-9.14"></path>
<path d="M22 4L12 14.01l-3-3"></path>
</svg>
</div>
<div class="flex-grow pl-4">
<h2 class="font-medium title-font text-sm text-gray-900 mb-1 tracking-wider">High School</h2>
<p class="leading-relaxed">Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
</div>
</div>
</div>
<img class="lg:w-3/5 md:w-1/2 object-cover object-center rounded-lg md:mt-0 mt-12" src="https://source.unsplash.com/1200x500/?college,school,education" alt="step">
</div>
</div>
</section>
<!--Skills-->
<section class="text-gray-700 body-font">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-20">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900">Skills</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">I am a Intermediate level Web developer and knows about MERN Stack, loves competitive programming with C++, Also I am a Python Developer and like to write awesome program in </p>
</div>
<div class="flex flex-wrap -m-2">
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="Designing" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="./img/designing.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Designing</h2>
<p class="text-gray-500">PhotoShop, Balsamiq, Illustrator</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="c++" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="./img/code.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">C++</h2>
<p class="text-gray-500">Competitive Programming</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="Python" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="./img/python.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Python</h2>
<p class="text-gray-500">Program Development, Basic Libraries Manipulation</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="WebD" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="./img/webd.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Web Development</h2>
<p class="text-gray-500">HTML5, CSS3, JavaScript</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="libraries" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="./img/library.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Libraries</h2>
<p class="text-gray-500">jQuery, REACT</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="frameworks" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="./img/bootstrap.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Frameworks</h2>
<p class="text-gray-500">Angular, Bootstrap, Django</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="programming" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="./img/programming.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Basic Programming Knowledge</h2>
<p class="text-gray-500">php, JAVA, C, SQL</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="software" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="./img/others.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Others</h2>
<p class="text-gray-500">Microsoft Word, PowerPoint, Excel, Filmora</p>
</div>
</div>
</div>
<div class="p-2 lg:w-1/3 md:w-1/2 w-full">
<div class="h-full flex items-center border-gray-200 border p-4 rounded-lg">
<img alt="nontechnical" class="w-16 h-16 bg-gray-100 object-cover object-center flex-shrink-0 rounded-full mr-4" src="./img/nontechnical.png">
<div class="flex-grow">
<h2 class="text-gray-900 title-font font-medium">Non Technical Skills</h2>
<p class="text-gray-500">Professional Level Communication, Flexiblity, Collaboration</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Works-->
<section class="text-gray-700 body-font" id="WORKS">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap w-full mb-20">
<div class="lg:w-1/2 w-full mb-6 lg:mb-0">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-gray-900">Do Check out My Works</h1>
<div class="h-1 w-20 bg-indigo-500 rounded"></div>
</div>
<p class="lg:w-1/2 w-full leading-relaxed text-base"></p>
</div>
<div class="flex flex-wrap -m-4">
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="https://source.unsplash.com/720x400/?WebDevelopment" alt="content">
<h3 class="tracking-widest text-indigo-500 text-xs font-medium title-font">SUBTITLE</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">Lorem ipsum</h2>
<p class="leading-relaxed text-base">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sollicitudin nulla sit amet justo.</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="https://source.unsplash.com/720x400/?technologies" alt="content">
<h3 class="tracking-widest text-indigo-500 text-xs font-medium title-font">SUBTITLE</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">Lorem ipsum</h2>
<p class="leading-relaxed text-base">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sollicitudin nulla sit amet justo.</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="https://source.unsplash.com/720x400/?computer" alt="content">
<h3 class="tracking-widest text-indigo-500 text-xs font-medium title-font">SUBTITLE</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">Lorem ipsum</h2>
<p class="leading-relaxed text-base">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sollicitudin nulla sit amet justo.</p>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-100 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="https://source.unsplash.com/720x400/?Technology" alt="content">
<h3 class="tracking-widest text-indigo-500 text-xs font-medium title-font">SUBTITLE</h3>
<h2 class="text-lg text-gray-900 font-medium title-font mb-4">Lorem ipsum</h2>
<p class="leading-relaxed text-base">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sollicitudin nulla sit amet justo.</p>
</div>
</div>
</div>
</div>
</section>
<!--Contact Me-->
<section class="text-gray-700 body-font relative" id="CONTACT">
<div class="container px-5 py-24 mx-auto flex sm:flex-no-wrap flex-wrap">
<div class="lg:w-2/3 md:w-1/2 bg-gray-300 rounded-lg overflow-hidden sm:mr-10 p-10 flex items-end justify-start relative">
<div class="bg-white relative flex flex-wrap py-6">
<div class="lg:w-1/2 px-6">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm">ADDRESS</h2>
<p class="leading-relaxed">Lorem ipsum dolor </br>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>
</div>
<div class="lg:w-1/2 px-6 mt-4 lg:mt-0">
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm">EMAIL</h2>
<a class="text-indigo-500 leading-relaxed">lorempsumdolor@gmail.com</a>
<h2 class="title-font font-medium text-gray-900 tracking-widest text-sm mt-4">PHONE</h2>
<p class="leading-relaxed">900000000</p>
</div>
</div>
</div>
<div class="lg:w-1/3 md:w-1/2 bg-white flex flex-col md:ml-auto w-full md:py-8 mt-8 md:mt-0">
<h2 class="text-gray-900 text-lg mb-1 font-medium title-font">Feedback</h2>
<p class="leading-relaxed mb-5 text-gray-600">Send your valuable message for me</p>
<input class="bg-white rounded border border-gray-400 focus:outline-none focus:border-indigo-500 text-base px-4 py-2 mb-4" placeholder="Name" type="text">
<input class="bg-white rounded border border-gray-400 focus:outline-none focus:border-indigo-500 text-base px-4 py-2 mb-4" placeholder="Email" type="email">
<textarea class="bg-white rounded border border-gray-400 focus:outline-none h-32 focus:border-indigo-500 text-base px-4 py-2 mb-4 resize-none" placeholder="Message"></textarea>
<button class="text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">Submit</button>
<p class="text-xs text-gray-500 mt-3"></p>
</div>
</div>
</section>
<!--Footer-->
<footer class="text-gray-700 body-font" style="background-color: black;" >
<div class="container px-5 py-8 mx-auto flex items-center sm:flex-row flex-col">
<a class="flex title-font font-medium items-center md:justify-start justify-center text-gray-900" href="index.html">
<span class="ml-3 text-xl" style="color: white;">Mr. Twinkle Sharma</span>
</a>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
<a class="text-gray-500" href="" target="blank">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z"></path>
</svg>
</a>
<a class="ml-3 text-gray-500" href="" target="blank">
<svg fill="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"></path>
</svg>
</a>
<a class="ml-3 text-gray-500" href="" target="blank">
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-5 h-5" viewBox="0 0 24 24">
<rect width="20" height="20" x="2" y="2" rx="5" ry="5"></rect>
<path d="M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37zm1.5-4.87h.01"></path>
</svg>
</a>
<a class="ml-3 text-gray-500" href="https://www.linkedin.com/in/mrtwinklesharma/" target="blank">
<svg fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="0" class="w-5 h-5" viewBox="0 0 24 24">
<path stroke="none" d="M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z"></path>
<circle cx="4" cy="4" r="2" stroke="none"></circle>
</svg>
</a>
</span>
</div>
</footer>
</body>
</html>