-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
400 lines (332 loc) · 19.4 KB
/
portfolio.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
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<!doctype html>
<html>
<head>
<TITLE>AKHIL | HOME</TITLE>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="D:\Programming\PORTFOLIO\Protfolio\style.css" type="text/css"
<link href="/path/to/tailwind.css" rel="stylesheet">
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
<!-- ... -->
<header class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<nav href=""class="flex lg:w-2/5 flex-wrap items-center text-base md:ml-auto">
<a href="file:///D:/Programming/PORTFOLIO/Protfolio/portfolio.html"class="mr-5 hover:text-white">HOME</a>
<a href="file:///D:/Programming/PORTFOLIO/Protfolio/aboutme.html" class="mr-5 hover:text-white">ABOUT ME</a>
<a href="file:///D:/Programming/PORTFOLIO/Protfolio/certificatesandprojects.html" class="mr-5 hover:text-white">CERTIFICATES & COURSES</a>
<a href="https://www.truelancer.com/freelancer/akhil15"class="hover:text-white"></a>
</nav>
<a class="flex order-first lg:order-none lg:w-1/5 title-font font-medium items-center text-white lg:items-center lg:justify-center mb-4 md:mb-0">
<h1 class="ml-3 text-xl xl:block lg:hidden"><strong><u>B AKHIL TEJA's</u></strong></h1>
</a>
<div class="lg:w-2/5 inline-flex lg:justify-end ml-5 lg:ml-0">
</div>
</div>
</header>
</head>
<body>
<link rel="icon" href="shorturl.at/zHIN6" type="image/x-icon"/>
<link rel="shortcut icon" href="shorturl.at/zHIN6" type="image/x-icon"/>
<!--NAVBAR-->
<header align="center" class="text-gray-400 bg-gray-900 body-font">
<div class="inline-flex" "bg-gray-900" id="main_menu">
<ul class="flex flex-wrap p-1 md:p-2 sm:bg-gray-900 text-sm md:text-base" id="menu_nav">
<li class="relative mx-1 px-1 py-2 group bg-gray-900 mb-1 md:mb-0" id="button_admin">
<a class="font-semibold whitespace-no-wrap text-gray-600 hover:text-white" href=""">
<span class="last firstlevel">CONNECT WITH ME ON:</span>
</a>
</li>
<li class="relative mx-1 px-1 py-2 group bg-gray-900 mb-1 md:mb-0" id="button_admin">
<a class="font-semibold whitespace-no-wrap text-gray-600 hover:text-white" href="https://www.instagram.com/_____akhi_/">
<span class="last firstlevel">INSTAGRAM</span>
</a>
</li>
<li class="relative mx-1 px-1 py-2 group bg-gray-900 mb-1 md:mb-0" id="button_admin">
<a class="font-semibold whitespace-no-wrap text-gray-600 hover:text-white" href="https://www.linkedin.com/in/akhilteja1411/">
<span class="firstlevel">LINKED IN</span>
</a>
</li>
<li class="relative mx-1 px-1 py-2 group bg-gray-900 mb-1 md:mb-0" id="button_admin">
<a class="font-semibold whitespace-no-wrap text-gray-600 hover:text-white" href="https://github.com/akhilteja1411">
<span class="firstlevel">GIT HUB</span>
</a>
</li>
<li class="relative mx-1 px-1 py-2 group bg-gray-900 mb-1 md:mb-0" id="button_admin">
<a class="font-semibold whitespace-no-wrap text-gray-600 hover:text-white" href="https://www.truelancer.com/freelancer/akhil15">
<span class="firstlevel">TRUE LANCER</span>
</a>
</li><li class="relative mx-1 px-1 py-2 group bg-gray-900 mb-1 md:mb-0" id="button_admin">
<a class="font-semibold whitespace-no-wrap text-gray-600 hover:text-white" href="http://www.oneedition.online/">
<span class="firstlevel">BLOG</span>
</a>
</li>
</li>
</ul>
</div><br/><br/><br/>
<!-- HEADER IMAGE-->
<img class="h-60 w-full object-cover object-center mb-6" src="D:\Programming\PORTFOLIO\Protfolio\1_vM3CEueRMlKs4AS1zuo27w.jpeg" alt="Your Browser Does not support this Image">
<br/><br/>
<!--EDUCATION-->
<section class="text-gray-400 bg-gray-900 body-font overflow-hidden">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-2 text-white" align="center" >EDUCATION</h1>
<div class="container px-5 py-24 mx-auto">
<div class="-my-8 divide-y-2 divide-gray-800">
<div class="py-8 flex flex-wrap md:flex-nowrap">
<div class="md:w-64 md:mb-0 mb-6 flex-shrink-0 flex flex-col">
<span class="font-semibold title-font text-white">SCHOOLING</span>
<span class="mt-1 text-gray-500 text-sm">2017</span>
</div>
<div class="md:flex-grow">
<h2 class="text-2xl font-medium text-white title-font mb-2">CARMEL CONVENT HIGH SCHOOL,CBSE</h2>
<p class="leading-relaxed">Completed My Schooling in my home town at Carmel Convent High School CBSE (Affiliated to New Delhi) and passed with <strong>7.0 CGPA</strong> </p>
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="py-8 flex border-t-2 border-gray-800 flex-wrap md:flex-nowrap">
<div class="md:w-64 md:mb-0 mb-6 flex-shrink-0 flex flex-col">
<span class="font-semibold title-font text-white">SECONDARY SCHOOL</span>
<span class="mt-1 text-gray-500 text-sm">2017-2019</span>
</div>
<div class="md:flex-grow">
<h2 class="text-2xl font-medium text-white title-font mb-2">SRI GAYATHRI EDUCATIONAL INSTITUITIONS</h2>
<p class="leading-relaxed">Shifted to Hyderabad for my Intermediate in MPC at Sri Gayathri College and completed my Intermediate in 2019 and Passed out with <strong>85.6 Percentage</strong></p>
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
<div class="py-8 flex border-t-2 border-gray-800 flex-wrap md:flex-nowrap">
<div class="md:w-64 md:mb-0 mb-6 flex-shrink-0 flex flex-col">
<span class="font-semibold title-font text-white">COLLEGE</span>
<span class="mt-1 text-gray-500 text-sm">2019-2023</span>
</div>
<div class="md:flex-grow">
<h2 class="text-2xl font-medium text-white title-font mb-2">SATHYABAMA INSTITUTE OF SCINECE AND TECHNOLOGY</h2>
<p class="leading-relaxed">Started Pursuing my Bachelors Degree in BE ECE at Sathyabama University, Expected to complete my Bachelors in 2023 June and doing well in all my Semesters.</p>
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</section>
<!--INTERESTS-->
<section class="text-gray-400 body-font bg-gray-900">
<div class="container px-5 py-24 mx-auto">
<h1 align="center" class=" sm:text-3xl text-2xl font-medium title-font mb-2 text-white">MY INTERESTS</h1><br/><br/>
<div class="flex flex-wrap -m-4">
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="https://i2.wp.com/bdtechtalks.com/wp-content/uploads/2020/06/artificial-intelligence.jpg?fit=3823%2C2500&ssl=1" alt="content">
<h2 class="text-lg text-white font-medium title-font mb-4">ARTIFICIAL INTELLIGENCE</h2>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="https://cdn.analyticsvidhya.com/wp-content/uploads/2021/06/34553linear-regression.jpeg" alt="content">
<h2 class="text-lg text-white font-medium title-font mb-4">MACHINE LEARNING</h2>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQQyZSXaMrCQPOKF-RRdX7M3iB83UVih9a6qowIbFdsyhsMLTFOjQr61BdqsSdcC-U_RhA&usqp=CAU" alt="content">
<h2 class="text-lg text-white font-medium title-font mb-4">MOBILE & WEB DEVELOPMENT</h2>
</div>
</div>
<div class="xl:w-1/4 md:w-1/2 p-4">
<div class="bg-gray-800 bg-opacity-40 p-6 rounded-lg">
<img class="h-40 rounded w-full object-cover object-center mb-6" src="https://www.itrportal.com/assets/files/images/24_10_19/bigstock-Growing-Global-Network-And-Dat-284469517.jpg" alt="content">
<h2 class="text-lg text-white font-medium title-font mb-4">INTERNET OF THINGS</h2>
</div>
</div>
</div>
</div>
</section>
<!--SKILLS-->
<section class="text-gray-400 bg-gray-900 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-white">SKILLS</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">PROGRAMMING AND SOFTWARE TECHNOLOGIES</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">PYTHON</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">DATA STRUCTURES AND ALGORITHMS IN PYTHON</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">SQL</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">C</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">KOTLIN</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">JAVA SCRIPT</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">HTML/CSS</h2>
<p class="text-gray-600">EXPERTISE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">AWS</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">NETLIFY</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">GIT HUB</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">RAPID MINER</h2>
<p class="text-gray-600">INTERMEDIATE</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-800 border p-4 rounded-lg">
<div class="flex-grow">
<h2 class="text-white title-font font-medium">MS EXCEL</h2>
<p class="text-gray-600">INTERMEDIATE</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Resume Links-->
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container px-5 py-24 mx-auto flex items-center md:flex-row flex-col">
<div class="flex flex-col md:pr-10 md:mb-0 mb-6 pr-0 w-full md:w-auto md:text-left text-center">
<h1 class="text-5XL text-indigo-400 tracking-widest font-medium title-font mb-1">RESUME AND CV</h1>
<h1 class="md:text-3xl text-2xl font-medium title-font text-white">Download my Resume and Curriculum Vitae from here.</h1>
</div>
<div class="flex md:ml-auto md:mr-0 mx-auto items-center flex-shrink-0 space-x-4">
<button class="bg-gray-800 inline-flex py-3 px-5 rounded-lg items-center hover:bg-gray-700 hover:bg-opacity-50 focus:outline-none">
<span class="ml-4 flex items-start flex-col leading-none">
<span class="text-xs text-gray-500 mb-1">DOWNLOAD MY</span>
<span class="title-font font-medium">RESUME</span>
<a href="myfile.pdf"></a>
</span>
</button>
<button class="bg-gray-800 inline-flex py-3 px-5 rounded-lg items-center hover:bg-gray-700 hover:bg-opacity-50 focus:outline-none">
<span class="ml-4 flex items-start flex-col leading-none">
<span class="text-xs text-gray-500 mb-1">DOWNLOAD MY</span>
<span class="title-font font-medium">CV</span>
<a href="myfile.pdf"></a>
</span>
</button>
</div>
</div>
</section>
<!--CONATCT CARD-->
<section class="text-gray-400 bg-gray-900 body-font">
<div class="container mx-auto flex px-5 py-24 md:flex-row flex-col items-center">
<div class="lg:max-w-lg lg:w-full md:w-1/2 w-5/6 md:mb-0 mb-10">
<img class="object-cover object-center rounded" alt="hero" src="D:\Programming\PORTFOLIO\Protfolio\pexels-pixabay-373543.jpg">
</div>
<div class="lg:w-1/2 md:w-1/2 flex flex-col md:ml-auto w-full md:py-8 mt-8 md:mt-0">
<h2 class="text-white text-lg mb-1 font-medium title-font">CONTACT ME</h2>
<h1 class="leading-relaxed mb-5">Either Feedback or Collabaration Feel free to Contact Me.</h1>
<div class="relative mb-4">
<label for="name" class="leading-7 text-sm text-gray-400">Name</label>
<input type="text" id="name" name="name" class="w-full bg-gray-800 rounded border border-gray-700 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-900 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
<div class="relative mb-4">
<label for="email" class="leading-7 text-sm text-gray-400">Email</label>
<input type="email" id="email" name="email" class="w-full bg-gray-800 rounded border border-gray-700 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-900 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
<div class="relative mb-4">
<label for="message" class="leading-7 text-sm text-gray-400">Message</label>
<textarea id="message" name="message" class="w-full bg-gray-800 rounded border border-gray-700 focus:border-indigo-500 focus:ring-2 focus:ring-indigo-900 h-32 text-base outline-none text-gray-100 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"></textarea>
</div>
<button class="text-white bg-indigo-500 border-0 py-2 px-6 focus:outline-none hover:bg-indigo-600 rounded text-lg">SEND</button>
<p class="text-xs text-gray-400 text-opacity-90 mt-3">Mancherial, 504 208, Telangana ,INDIA</p>
</div>
</div>
</section>
<!--Social Media-->
<!--Footer-->
<footer class="text-gray-400 bg-gray-900 body-font">
<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-white">
<svg xmlns="https://media-exp1.licdn.com/dms/image/C560BAQEFpzgDqdJzpw/company-logo_200_200/0/1626070433143?e=2159024400&v=beta&t=WErN7se_HsKBOYLJq-fVZyhMwqzoB1h0fwkEDpx84MQ" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="w-10 h-10 text-white p-2 bg-indigo-500 rounded-full" viewBox="0 0 24 24">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"></path>
</svg>
<span class="ml-3 text-xl">B AKHIL TEJA</span>
</a>
<p class="text-sm text-gray-400 sm:ml-4 sm:pl-4 sm:border-l-2 sm:border-gray-800 sm:py-2 sm:mt-0 mt-4">© 2020-2021 B AKHIL TEJA — ALL RIGHTS RESERVED
<a href="https://twitter.com/knyttneve" class="text-gray-500 ml-1" target="_blank" rel="noopener noreferrer"></a>
</p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-4 justify-center sm:justify-start">
</span>
<footer href=""class="flex lg:w-3/7 flex-wrap items-right text-base md:ml-auto">
<a href="file:///D:/Programming/PORTFOLIO/Protfolio/portfolio.html"class="mr-5 hover:text-white">HOME</a>
<a href="file:///D:/Programming/PORTFOLIO/Protfolio/aboutme.html" class="mr-5 hover:text-white">ABOUT ME</a>
<a href="file:///D:/Programming/PORTFOLIO/Protfolio/certificatesandprojects.html" class="mr-5 hover:text-white">CERTIFICATES & COURSES</a>
</footer>
</div>
</footer>
</body>
</html>