-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (172 loc) · 9.18 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
<!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">
<title>My Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dosis:wght@300&family=Noto+Sans:wght@700&display=swap"
rel="stylesheet">
<link rel="shortcut icon" href="img.src/ProjectWeb-03-7.png" type="image/x-icon">
<style>
html::-webkit-scrollbar{
width: .8vw;
}
html::-webkit-scrollbar-thumb{
background-color: rgb(96, 93, 93);
}
html::-webkit-scrollbar-thumb:hover{
background-color: rgb(117, 116, 116);
}
html::-webkit-scrollbar-track{
background-color:rgb(44, 38, 38);
}
</style>
</head>
<body>
<section id="section1">
<div class="container" id="container1">
<div id="sub-container1">
<h1>Hello,<span></span></h1>
<h1>My Name is<span></span></h1>
<h1 id="h1">Sanat Thakur<span></span> </h1>
<a href="https://drive.google.com/drive/folders/1mRCrONgHvY9cp2QI2oOLSi_oKTq-TJlR?usp=sharing" target="_blank" type="button">PORTFOLIO</a>
</div>
</div>
</section>
<section id="section2">
<div class="container" id="container2">
<div class="section2-top" id="section2-top">
<h1>SK<span>I</span>LLS</h1>
<p>Initially, i have no clue about the tech skills. But when i
entered the college i started searching about the tech Languages and build a great
interest in them. Below are the some of skills i have developed till now.
</p>
</div>
<div class="section2-bottom" id="section2-bottom">
<div class="section2-item" id="section2-item1">
<div class="icon" id="icon1"><img src="https://img.icons8.com/bubbles/100/000000/services.png"
alt=""></div>
<h1>C&C++</h1>
<p> These are First languages i have learned. Using C++ i have learned <i style="color: rgb(234, 102, 126);">OOPS, STL and DSA</i>.
</p>
</div>
<div class="section2-item" id="section2-item2">
<div class="icon" id="icon1"><img src="https://img.icons8.com/bubbles/100/000000/services.png"
alt=""></div>
<h1>PYTHON</h1>
<p>
Python is currently the most widely used multi-purpose, high-level programming language. I worked with some amazing packages like <i style="color: rgb(234, 102, 126);">Speech-Recognition, Pymongo, AutoScrapper</i>. Learned to make GUI using <i style="color: rgb(234, 102, 126);">Tkinter</i> pacakage. Worked with some frameworks like <i style="color: rgb(234, 102, 126);">Django, Django-Restframework</i>.
</p>
</div>
<div class="section2-item" id="section2-item3">
<div class="icon" id="icon1"><img src="https://img.icons8.com/bubbles/100/000000/services.png"
alt=""></div>
<h1>WEB DESIGN</h1>
<p>In Web-Development i have learned and worked with front-end skills like <i style="color: rgb(234, 102, 126);">HTML, CSS, JS</i>. Used <i style="color: rgb(234, 102, 126);">BootStrap-4</i> in couple of Porjects.
</p>
</div>
<div class="section2-item" id="section2-item4">
<div class="icon" id="icon1"><img src="https://img.icons8.com/bubbles/100/000000/services.png"
alt=""></div>
<h1>FLUTTER</h1>
<p>Learned <i style="color: rgb(234, 102, 126);">Flutter</i> a rapidly growing Framework to make multi-platform apps. Made couple of personal pojects using <i style="color: rgb(234, 102, 126);"> Flutter with its pacakages, plugins and Firebase</i>.
</p>
</div>
<div class="section2-item" id="section2-item5">
<div class="icon" id="icon1"><img src="https://img.icons8.com/bubbles/100/000000/services.png"
alt=""></div>
<h1>DATABASE</h1>
<p>
Learned and worked with some Database like <i style="color: rgb(234, 102, 126);">MongoDB, SQlite, Firebase</i>.
</p>
</div>
</div>
</div>
</section>
<section id="section3">
<div class="container" id="container3">
<div class="section3-top" id="section3-top">
<h1>RECENT <span>PROJECTS</span></h1>
</div>
<div class="section3-bottom" id="section3-bottom">
<div class="section3-boxproject" id="section3-box1">
<h1>PROJECT-1</h1>
<h3>Blog App</h3>
<p>An App made in python using Django and MongoDB. where one can create its own blog.
</p>
</div>
<div class="section3-boxempty" id="section3-box2"></div>
<div class="section3-boxempty" id="section3-box3"></div>
<div class="section3-boxproject" id="section3-box4">
<h1>PROJECT-2</h1>
<h3>My Cloud App</h3>
<p>App made in Flutter using Firebase as database. One can upload its private files and can download it any time.
</p>
</div>
<div class="section3-boxproject" id="section3-box5">
<h1>PROJECT-3</h1>
<h3>Notes App</h3>
<p>App made in Flutter using Firebase as database. One can create its own notes and can edit it any time.
</p>
</div>
<div class="section3-boxempty" id="section3-box6"></div>
</div>
</div>
</section>
<section id="section4">
<div class="container" id="container4">
<div id="section4-left" class="section4"><img src="" alt=""></div>
<div id="section4-right" class="section4">
<h1>ABOUT <span>ME</span></h1>
<h3>Pursuing Dual Degree in CSE at NIT-H</h3>
<p>Hi, i am Sanat Thakur from Himachal Pradesh, India studying at NIT-H. Currently, i am in 3rd Year. Learning DSA along with woking on some projects.</p>
<br>
<h4>Executive Member - App Team</h4>
<a href="https://drive.google.com/drive/folders/1mRCrONgHvY9cp2QI2oOLSi_oKTq-TJlR?usp=sharing" target="_blank"><button id="btn">DOWNLOAD RESUME</button></a>
</div>
</div>
</section>
<section id="section5">
<div class="container5" id="container5">
<div id="section5-top">
<h1>CONTACT <span>INFO</span></h1>
</div>
<div id="section5-bottom">
<div class="section5-box" id="section5-box1">
<div><img src="https://img.icons8.com/bubbles/100/000000/phone.png" alt=""></div>
<h2>Phone</h2>
<p>+91-7876704554</p>
</div>
<div class="section5-box" id="section5-box2">
<div><img src="https://img.icons8.com/bubbles/100/000000/new-post.png" alt=""></div>
<h2>Email</h2>
<p>[email protected]</p>
</div>
<div class="section5-box" id="section5-box3">
<div><img src="https://img.icons8.com/bubbles/100/000000/map-marker.png" alt=""> </div>
<h2>Address</h2>
<p>V.P.O Palakwah Tehsil Haroli Distt. UNA (H.P)</p>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container" id="container6">
<h1><span>S</span>ANAT <span>T</span>HAKUR</h1>
<p id="p1">This above is my complete Profile</p>
<div id="icon">
<a href="https://www.linkedin.com/in/sanat-thakur-b59bbb202/" target="_blank"><img src="https://img.icons8.com/bubbles/2x/linkedin.png" alt=""></a>
<a href="https://github.com/Sanat2002" target="_blank"><img src="https://img.icons8.com/bubbles/2x/github.png" alt=""></a>
<a href="https://www.instagram.com/sanatthakur2002/" target="_blank"><img src="https://img.icons8.com/bubbles/100/000000/instagram-new.png" alt=""></a>
<a href="https://twitter.com/SanatThakur17" target="_blank"> <img src="https://img.icons8.com/bubbles/2x/twitter-circled.png" alt=""></a>
</div>
<p id="p2">Copyright © 2022 Sanat. All rights reserved</p>
</div>
</footer>
</body>
</html>