-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
269 lines (257 loc) · 9.67 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
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!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" />
<link
href="https://fonts.googleapis.com/css?family=Fira+Code:400,500,600"
rel="stylesheet"
/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="SCSS/index.css" />
<title>Portfolio</title>
</head>
<body>
<div class="sections">
<!-- Nav Bar -->
<nav class="nav">
<div class="nav__logo">
<img src="images/logo.svg" alt="Logo Img" class="nav__logo-img" />
</div>
<ul class="nav__items">
<a href="#hero">
<li data-nav="hero" class="nav__item cl-white">home</li>
</a>
<a href="#project">
<li data-nav="project" s class="nav__item cl-white">works</li>
</a>
<a href="#about">
<li data-nav="about" class="nav__item cl-white">about</li>
</a>
<a href="#contact">
<li data-nav="contact" class="nav__item cl-white">contacts</li>
</a>
<img class="ham-menu" src="./images/ham-menu.svg" alt="Burger" />
</ul>
</nav>
<!-- Ham Menu Section Mobile Only -->
<div class="ham__container">
<div class="ham">
<div class="ham__header">
<img src="images/logo.svg" alt="Logo Img" class="ham__logo-img" />
<img
src="./images/ham-menu-cross.svg"
alt="Burger"
class="ham__menu-cross"
/>
</div>
<ul class="ham__items">
<a href="#hero">
<li data-ham="hero" class="ham__item cl-white">home</li>
</a>
<a href="#project">
<li data-ham="project" s class="ham__item cl-white">works</li>
</a>
<a href="#about">
<li data-ham="about" class="ham__item cl-white">about</li>
</a>
<a href="#contact">
<li data-ham="contact" class="ham__item cl-white">contacts</li>
</a>
</ul>
<div class="ham__media-logo">
<a href="https://github.com/pratikthapw" target="_blank">
<i id="media-logos" class="fa-brands fa-github"></i>
</a>
<a href="https://twitter.com/pratikthapw" target="_blank">
<i id="media-logos" class="fa-brands fa-square-twitter"></i>
</a>
<a
href="https://www.linkedin.com/in/pratik-thapw-b87354210/"
target="_blank"
>
<i id="media-logos" class="fa-brands fa-linkedin"></i>
</a>
<a href="https://www.instagram.com/pratikthapww/" target="_blank">
<i id="media-logos" class="fa-brands fa-square-instagram"></i>
</a>
</div>
</div>
</div>
<!-- Hero Section -->
<div id="hero" class="hero section">
<div class="hero__text">
<h3 class="hero__title cl-white">
Pratik is a <span class="cl-purple">web designer</span> and
<span class="cl-purple">front-end web developer</span>
</h3>
<p class="hero__description">
He crafts responsive websites where technologies met creativity
</p>
<button class="hero__contact">Contact me !!</button>
</div>
<div class="hero__img">
<img
class="hero__main-img"
src="images/hero-img.png"
alt="Hero Main Image"
/>
<div class="hero__work-status">
<img src="images/rect.svg" alt="" class="hero__rect" />
<p>Currently working on <span class="cl-white">Portfolio</span></p>
</div>
</div>
</div>
<!-- Quote Section -->
<div class="quote cl-white">
<p class="quote__text">
Why do programmers prefer dark mode? Because light attracts bugs.
</p>
<p class="quote__author">- Script Daddy</p>
</div>
<!-- Project Section -->
<div id="project" class="project section">
<h3 class="project__title cl-white hash">projects</h3>
<div class="project__container">
<div class="project__comp">
<img
class="project__img"
src="images/project-img.png"
alt="Project"
/>
<p class="project__lang">HTML CSS JavaScript SCSS</p>
<div class="project__description">
<h4 class="project__name cl-white">News HomePage</h4>
<p class="project__oneline">Responsive Landing Page</p>
<div class="project__btns">
<button class="project__btn">Demo</button>
<button class="project__btn">Code</button>
</div>
</div>
</div>
</div>
</div>
<!-- Skill Section -->
<div class="skill">
<h3 class="skill__title cl-white hash">skills</h3>
<div class="skill__container">
<img class="skill__img" src="images/skills.svg" alt="skills image" />
<div class="skill__area">
<div class="skill__component">
<h4 class="skill__header cl-white">Languages</h4>
<p class="skill__content">HTML CSS JavaScript</p>
</div>
<div class="skill__component">
<h4 class="skill__header cl-white">Tools</h4>
<p class="skill__content" style="line-height: 1.8">
VSCode Linux Figma <br />
Git Font-Awesome Vite
</p>
</div>
<div class="skill__component">
<h4 class="skill__header cl-white">Frameworks</h4>
<p class="skill__content">React Tailwind Bootstrap</p>
</div>
<div class="skill__component">
<h4 class="skill__header cl-white">Other</h4>
<p class="skill__content" style="line-height: 1.8">
SCSS BEM NPM<br />
Webpack Emmet
</p>
</div>
</div>
</div>
</div>
<!-- About Section -->
<div id="about" class="about section">
<h3 class="about__title cl-white hash">about-me</h3>
<div class="about__container">
<p class="about__text">
<br />
Hello, I'm Pratik!
<br />
<br />
I'm a self-taught front-end developer based in Pokhara, Nepal. I can
develop responsive websites from scratch and raise them into modern
user-friendly web experiences.
<br />
<br />
Transforming my creativity and knowledge into a websites has been my
passion for over a year. I have been helping various clients to
establish their presence online. I always strive to learn about the
newest technologies and frameworks.
</p>
<img class="about__img" src="images/about.svg" alt="Person Image" />
</div>
</div>
<!-- Contact Section -->
<div id="contact" class="contact section">
<h3 class="contact__title cl-white hash">contacts</h3>
<div class="contact__container">
<p class="contact__info">
I'm interested in freelance opportunities. However, if you have
other request or question, don't hesitate to contact me
</p>
<div class="contact__box">
<h4 class="contact__msg cl-white">Message me here</h4>
<a
class="contact__component"
href="mailto:[email protected]"
target="_blank"
>
<i id="media-logos" class="fa-solid fa-envelope"></i>
<span>[email protected]</span>
</a>
<a
class="contact__component"
href="https://www.instagram.com/pratikthapww/"
target="_blank"
>
<i id="media-logos" class="fa-brands fa-square-instagram"></i>
<span>@pratikthapww</span>
</a>
</div>
</div>
</div>
<hr class="horizontal-line" />
<!-- Footer Section -->
<footer class="footer">
<div class="footer__main">
<div class="footer__info">
<img src="images/logo.svg" alt="Logo" />
<p class="footer__about cl-white">Front-end web developer</p>
</div>
<div class="footer__media">
<h4 class="footer__title cl-white">Media</h4>
<div class="footer__media-logo">
<a href="https://github.com/pratikthapw" target="_blank">
<i id="media-logos" class="fa-brands fa-github"></i>
</a>
<a href="https://twitter.com/pratikthapw" target="_blank">
<i id="media-logos" class="fa-brands fa-square-twitter"></i>
</a>
<a
href="https://www.linkedin.com/in/pratik-thapw-b87354210/"
target="_blank"
>
<i id="media-logos" class="fa-brands fa-linkedin"></i>
</a>
<a href="https://www.instagram.com/pratikthapww/" target="_blank">
<i id="media-logos" class="fa-brands fa-square-instagram"></i>
</a>
</div>
</div>
</div>
<div class="footer__copyright">
© Copyright 2023. All rights reserved
</div>
</footer>
</div>
<script
src="https://kit.fontawesome.com/bb61d5d7bb.js"
crossorigin="anonymous"
></script>
<script src="index.js"></script>
</body>
</html>