-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (198 loc) · 10.1 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
<!-- ******************************************
Author : Tanmay Mahato
******************************************* -->
<!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>Tanmay's Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Uchen&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans+SC:wght@300;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- fontawesome -->
<script src="https://kit.fontawesome.com/1e2c9bf03f.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<!--Preloader-->
<div id="preloader"></div>
<!--Scrool To Up-->
<button id="btnScrollToTop"><i class="fa fa-arrow-up fa-2x"></i></button>
<!--Header-->
<header>
<div class="nav-logo">
<img src="img/E.png" alt="">
</div>
<button class="header__nav-toggle" aria-label="header__toggle navigation">
<span class="header__hamburger"></span>
</button>
<nav class="header__nav">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class="nav__link"><i class="fa fa-home"></i> Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link"><i class="fa fa-user"></i> About Me</a></li>
<li class="nav__item"><a href="#education" class="nav__link"><i class="fa fa-book-reader"></i>
Education</a></li>
<li class="nav__item"><a href="#skills" class="nav__link"><i class="fa fa-code"></i> Skills</a></li>
<li class="nav__item"><a href="#projects" class="nav__link"><i class="fa fa-project-diagram"></i>
Projects</a></li>
<li class="nav__item"><a href="#hobbie" class="nav__link"><i class="fa fa-gamepad"></i> Hobbies</a>
</li>
<li class="nav__item"><a href="#contact" class="nav__link"><i class="fa fa-phone"></i> Contact me</a>
</li>
</ul>
</nav>
</header>
<!-- Introduction -->
<section class="intro-me" id="home">
<h1 class="section__title section__title--intro">
Hi👋, I am<strong> Tanmay Mahato</strong>
</h1>
<p class="section__subtitle section__subtitle--intro">competitive coder ,<span> front-end dev</span></p>
<img src="img/Prof.jpg" alt="a picture of Tanmay Mahato" class="intro__img">
<section id="scroll-down" class="demo">
<a href="#about"><span></span></a>
</section>
</section>
<!-- About Me -->
<section class="about-me" id="about" data-aos="fade-up">
<h2 class="section__title section__title--about"><i class="fa fa-user"></i> Who I am</h2>
<div class="services">
<div class="service">
<p>
<h2>Hiii, I am Tanmay</h2>
Pursuing <strong>B.Tech</strong> in <strong>Infromation Technology</strong> from <strong>IIEST
SHIBPUR.</strong><br>
Currently exploring <strong>Web Development.</strong> <br>
I am also interested in <strong>Competitive programming </strong><br>
Some Websites where I do Competitive programming:<br>
</p>
<button class="profile profile_cf" type="button" name="button"><a
href="https://codeforces.com/profile/tanmay121" target="blank" class="cf_handle"><i
class="fa fa-code" aria-hidden="true"></i> Codeforces</a></button>
<button class="profile profile_cc" type="button" name="button"><a
href="https://www.codechef.com/users/tanmay_212" target="blank" class="cc_handle"><i
class="fa fa-code" aria-hidden="true"></i> CodeChef</a></button>
<button class="profile profile_hr" type="button" name="button"></i><a
href="https://www.hackerrank.com/mahatotanmay99" target="blank" class="hr_handle"><i
class="fa fa-code" aria-hidden="true"></i> HackerRank</a></button>
</div>
</div>
<a href="#skills" class="neon-button">My Skills</a>
</section>
<!--Education-->
<div class="container-fluid" id="education">
<h2 class="section__title section__title--edu"><i class="fa fa-book-reader"></i> Education</h2>
<section class="section__subtitle section__subtitle--edu">
<div class="list-group">
<a href="#education"
class="list-group-item list-group-item-action flex-column align-items-start text-light bg-secondary">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1 text-warning">B.TECH</h5>
<small>2020-</small>
</div>
<p class="mb-1">Information Technology</p>
<small>IIEST SHIBPUR | HOWRAH</small>
</a>
<a href="#education"
class="list-group-item list-group-item-action flex-column align-items-start text-light bg-secondary">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1 text-warning">Intermediate Education(XII-95.4%)</h5>
<small>2018 - 2020</small>
</div>
<small>Falakata High School | Alipurduar</small>
</a>
<a href="#education"
class="list-group-item list-group-item-action flex-column align-items-start text-light bg-secondary">
<div class="d-flex w-100 justify-content-between">
<h5 class="mb-1 text-warning">Senior Secondary School(X-93%)</h5>
<small>2018</small>
</div>
<small>Falakata High School | Alipurduar</small>
</a>
</div>
</section>
</div>
<!-- Skills -->
<section class="skill" id="skills">
<h2 class="section__title section__title--skill"><i class="fa fa-code"></i> Skills</h2>
<section class="my-skill">
<div class="bar front-1 advanced" data-skill="C++"></div>
<div class="bar front-2 expert" data-skill="HTML5"></div>
<div class="bar back-1 intermediate" data-skill="CSS"></div>
<div class="bar back-2 basic" data-skill="JS"></div>
</section>
</div>
</section>
<!--projects-->
<div class="container-fluid git" id="projects">
<div class="row">
<div class="col-md-10 t-col">
<h2>To see my projects and contributions check Out My GitHub Profile <i class="fa fa-arrow-right"></i>
</h2>
</div>
<div class="col-md-2 t-col">
<a href="https://github.com/TMahato"><button type="button" name="button"
class="btn btn-outline-light btn-lg">GitHub</button></a>
</div>
</div>
</div>
<!-- Hobbies -->
<section class="hobbies" id="hobbie">
<h2 class="section__title section__title--hobbies"><i class="fa fa-gamepad"></i> Hobbies</h2>
<div class="hobbies-row">
<div class="hobbies-color-change">
<i class="fas fa-futbol fa-5x"></i>
<h2>Watching Football</h2>
</div>
<div class="hobbies-color-change">
<i class="fas fa-chess fa-5x"></i>
<h2>Playing Chess</h2>
</div>
<div class="hobbies-color-change">
<i class="fas fa-laptop-code fa-5x"></i>
<h2>Coding</h2>
</div>
</div>
</section>
<!--contact-->
<section class="contact-me" id="contact">
<h2>contact me <i class="fa fa-phone"></i>
<span><a href="mailto: [email protected]">[email protected]</a></span>
</h2><br>
<div class="small_handle">
<a href="https://www.facebook.com/tanmay.mahato.391" target="_blank" class="fb_handle"
rel="noopener noreferrer"><i class="fa fa-facebook fa-lg"></i></a>
<a href="https://www.linkedin.com/in/tanmay-mahato-2aaa25201/" target="_blank" class="ld_handle"
rel="noopener noreferrer"><i class="fa fa-linkedin fa-lg"></i></a>
<a href="https://www.instagram.com/mahato_tanmay/" target="_blank" class="in_handle"
rel="noopener noreferrer"><i class="fa fa-instagram fa-lg"></i></a>
<!-- <a href="https://www.github.com/TMahato" target="_blank" class="gt_handle" rel="noopener noreferrer"><i
class="fa fa-github fa-lg"></i></a> -->
</div>
</section>
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<!--JS-->
<script src="JS/index.js"></script>
<!-- animated scroll -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
offset: 190,
duration: 700
});
</script>
</body>
</html>