-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
61 lines (58 loc) · 3.66 KB
/
about.html
File metadata and controls
61 lines (58 loc) · 3.66 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
<!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">
<script src="https://cdn.tailwindcss.com"></script>
<title>about</title>
</head>
<body>
<section class="text-gray-400 bg-gray-900 body-font">
<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="/pratyush_about.png">
</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-800 text-gray-600">
<img alt="pratyush_logo" src="/pratyush_about_logo.jpg"
class="w-12 h-12 rounded-full flex-shrink-0 object-cover object-center">
</div>
<div class="flex flex-col items-center text-center justify-center">
<h2 class="font-medium title-font mt-4 text-white text-lg">PRATYUSH SINGHA</h2>
<div class="w-12 h-1 bg-blue-500 rounded mt-2 mb-4"></div>
<p class="text-base text-gray-400"> pratyushsingha83@gmail.com | BALIVARA , MALANCHA ROAD ,
NAIHATI , WEST BENGAL | PIN 743136.</p>
</div>
</div>
<div
class="sm:w-2/3 sm:pl-8 sm:py-8 sm:border-l border-gray-800 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-2">myself pratyush singha, persuing b.tech cse from
<strong><em>jis university</em></strong>, lives in naihati.my hobby is <strong>
<em>Photography</em> </strong>.i have interest on web development.so i
have learned html and now learning css.i have some
interest on hacking also,obviously ethical hacking😂.i have tried so many operating systems like all linux
distors(<strong>kali,papermint,ubuntu,zorin os,parrot os, mint</strong> etc).I have also tried <strong>windows 7,8.1
pro,10</strong>.akk of this i love <em>Zorin os</em>. its just next windows 11.Generally i used to do lots of
experiments with my pc.for this u know my os is also cracked(Par firvi mey baz nehi ayaaa🤣).let's tell u an
interesting thing,from my childhood i wanted to become a actor.but i don't know why that is now vanished.now my only
focus is to be a full stack web developper.
</p>
<a class="text-blue-900 inline-flex items-center">
<a href="/Pratyush_Resume.pdf">learn more
<svg fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"
stroke-width="2" class="w-4 h-4 ml-2" viewBox="0 0 24 24">
<path d="M5 12h14M12 5l7 7-7 7"></path>
</svg>
</a>
</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>