-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
252 lines (240 loc) · 8.53 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
<!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>PROTIK's Portfolio</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/navbar.css" />
<link rel="icon" href="css/images/working.png" />
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> -->
</head>
<body>
<!-- For Animated ScollBar -->
<div id="progressbar"></div>
<div id="scrollpath"></div>
<!-- NavBar Section starts from here -->
<nav class="nav">
<div class="container">
<div class="logo">
<a href="#">PROTIK</a>
</div>
<div id="mainListDiv" class="main_list">
<ul class="navlinks">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skill-info">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<span class="navTrigger">
<i></i>
<i></i>
<i></i>
</span>
</div>
</nav>
<!-- Home Section goes here -->
<section class="home" id="home">
<img
src="css/images/super-removebg-preview.png"
alt=""
class="superman"
/>
<div class="content">
<div class="contentBx" class="typing-animation">
<h4>Hello,</h4>
<h2>I'm Protik Kumar Das</h2>
<h3>
A <strong style="color: #f00a47" class="text-slider"></strong>
</h3>
<p>
I am a creative prorgammer. I try to do something new and unique
everyday. I do funny exeperiments by creating and re-creating many
things. You can check it out in my GitHub profile.
</p>
<a href="https://github.com/P-R-O-T-I-K">Check Out</a>
</div>
</div>
<div class="social-link">
<ul>
<li>
<a href="https://facebook.com" class="fb"
><i><ion-icon name="logo-facebook"></ion-icon></i
></a>
</li>
<li>
<a href="https://twitter.com"
><i><ion-icon name="logo-twitter"></ion-icon></i
></a>
</li>
<li>
<a href="https://instgram.com"
><i><ion-icon name="logo-instagram"></ion-icon></i
></a>
</li>
</ul>
</div>
</section>
<!-- Home Section ends here -->
<!-- About sectoin goes here -->
<!-- <section class="about" id="about">
<div class="heading">
<h2>About Me</h2>
</div>
<div class="info">
<div class="infoBx w50">
<h3>I am a Front End Web Developer</h3>
<p>
My name is Protik Kumar Das. I am a 16 years old boy. I am from
Bangladesh. I'm a self-taught prorgammer. I am doing these
programming stuffs quite a long ago. I do it as my pleasure and
passion. Trying to get better everyday. I practice programming with
problem solving and coding. And I am yet to rock the world..
</p>
<p>
I am mainly a Web Developer. Besides, I work with Python and other
funcitonal programming languages. But I don't have any kind of
professional work exeperience or anything. But I am exeperienced in
VS Code. I have done moderation in Programming Hero app too. I am
also a part of SoloLearn. I have done a quite number of programming
problems solution in HackerRank and ranked top at the list. I am
also certified by Google, BitDegree, HackerRank, IBM and some many
more..
</p>
</div>
<div class="w50">
<img src="css/images/hero.jpg" class="img" alt="" />
</div>
</div>
</section> -->
<!-- About sectoin ends here -->
<!-- Skills seciton starts form here -->
<section class="skills-section" id="skill-info">
<div class="card-container">
<h2>My skills :)</h2>
<div class="skill">
<span class="name">Html</span>
<div class="percentage">
<div class="progress" style="width: 90%"></div>
</div>
<span class="value">90%</span>
</div>
<div class="skill">
<span class="name">Css</span>
<div class="percentage">
<div class="progress" style="width: 82%"></div>
</div>
<span class="value">82%</span>
</div>
<div class="skill">
<span class="name">Javascript</span>
<div class="percentage">
<div class="progress" style="width: 68%"></div>
</div>
<span class="value">68%</span>
</div>
<div class="skill">
<span class="name">TypeScript</span>
<div class="percentage">
<div class="progress" style="width: 37%"></div>
</div>
<span class="value">37%</span>
</div>
<div class="skill">
<span class="name">Python</span>
<div class="percentage">
<div class="progress" style="width: 88%"></div>
</div>
<span class="value">88%</span>
</div>
<div class="skill">
<span class="name">C++</span>
<div class="percentage">
<div class="progress" style="width: 41%"></div>
</div>
<span class="value">41%</span>
</div>
</div>
</section>
<!-- Skills section ends here -->
<!-- Footer goes here including contact page -->
<section class="contact" id="contact">
<footer>
<div class="waves">
<div class="wave" id="wave1"></div>
<div class="wave" id="wave2"></div>
<div class="wave" id="wave3"></div>
<div class="wave" id="wave4"></div>
</div>
<ul class="social-icons">
<li>
<a href="www.facebook.com">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="#">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a href="#">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a href="#">
<ion-icon name="logo-linkedin"></ion-icon>
</a>
</li>
<li>
<a href="#">
<ion-icon name="mail-outline"></ion-icon>
</a>
</li>
</ul>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Info</a></li>
<li><a href="#">Projects</a></li>
<li><a href="#">Contact</a></li>
</ul>
<p>©2021 Protik Kumar Das | All Rights Reserved</p>
</footer>
</section>
<!-- Jquery needed -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
<script src="./js/node_modules/typed.js/lib/typed.js"></script>
<script src="./js/node_modules/typed.js/lib/typed.min.js"></script>
<script src="./js/node_modules/typed.js/lib/typed.min.js.map"></script>
<script src="js/typingAnimation.js"></script>
<script src="js/navbar.js"></script>
<script src="js/scrollbar.js"></script>
</body>
</html>