-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
232 lines (230 loc) · 8.55 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
<!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 rel="stylesheet" href="./dist/style.css" />
<script
src="https://kit.fontawesome.com/bd66077f47.js"
crossorigin="anonymous"></script>
<title>Sangy K | Portfolio</title>
</head>
<body>
<header>
<div class="menu-btn-burger">
<div class="menu-btn">
<span class="menu-btn__burger"></span>
</div>
</div>
<div class="header">
<div class="menu-logo">
<h1 class="menu-logo__item">SK</h1>
</div>
<nav class="nav close">
<ul class="menu-nav">
<li class="menu-nav__item active">
<a href="/" class="menu-nav__link"
><i class="fas fa-home fa-2x"></i
><span class="menu-nav__text"> Home</span></a
>
</li>
<li class="menu-nav__item">
<a href="#about-me" class="menu-nav__link"
><i class="fas fa-user-graduate fa-2x"></i
><span class="menu-nav__text"> About Me</span></a
>
</li>
<li class="menu-nav__item">
<a href="#skills" class="menu-nav__link"
><i class="fas fa-laptop-code fa-2x"></i
><span class="menu-nav__text"> Skills</span></a
>
</li>
<li class="menu-nav__item">
<a href="#projects" class="menu-nav__link"
><i class="fas fa-folder-open fa-2x"></i
><span class="menu-nav__text"> Projects</span></a
>
</li>
<li class="menu-nav__item">
<a href="#contact" class="menu-nav__link"
><i class="fas fa-address-book fa-2x"></i
><span class="menu-nav__text"> Contact Me</span></a
>
</li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="img-panel">
<img src="./img/profile.png" alt="Sangy K" />
</div>
<div class="text-panel">
<h3>HELLO, WORLD! I AM</h3>
<h1><span class="turq-color">Sangy </span>K</h1>
<h3>
A
<span class="turq-color">Full-Stack Javascript Developer</span>
passionate about creating interactive applications for the web,
specialised in React, Redux, NodeJS.
</h3>
<div class="social-icons">
<a href="#"><i class="fab fa-github fa-2x"></i></a>
<a href="#"><i class="fab fa-codepen fa-2x"></i></a>
<a href="#"><i class="fab fa-stack-overflow fa-2x"></i></a>
<a href="#"><i class="fab fa-linkedin fa-2x"></i></a>
</div>
</div>
</section>
<section class="about" id="about-me">
<h1 class="about__head">About Me</h1>
<div class="about__content">
<p>
I'm a front-end web developer with a background in computer science
and network infrastructure with 10 years of IT experience. My 5+
years of web development experience has given me a strong foundation
in building complex solutions. I am passionate about coding and
solving problems through code, and I am excited to work alongside
other amazing programmers and learn so much more!
</p>
<br />
<p>
I have succefully completed the freecodecamp certifications in,
<span class="about__content-span"
>Responsive Web Design, JavaScript Algorithms and Data Structures,
Front End Development Libraries, Data Visualization, APIs and
Microservices, Quality Assurance & Scientific Computing with
Python.</span
>
</p>
</div>
</section>
<section class="skills" id="skills">
<h1 class="skills__head">Skills</h1>
<div class="skills__content">
<ul class="skills__content-grid">
<li class="skills-item">
<img src="./img/skills/html.svg" alt="HTML5" />
<p>HTML5</p>
</li>
<li class="skills-item">
<img src="./img/skills/css.svg" alt="CSS3" />
<p>CSS3</p>
</li>
<li class="skills-item">
<img src="./img/skills/bootstrap-4.svg" alt="Bootstrap" />
<p>Bootstrap</p>
</li>
<li class="skills-item">
<img src="./img/skills/sass.svg" alt="Sass" />
<p>SASS</p>
</li>
<li class="skills-item">
<img src="./img/skills/tailwind-css.svg" alt="TailwindCSS" />
<p>TailwindCSS</p>
</li>
<li class="skills-item">
<img
src="./img/skills/javascript-programming-language.svg"
alt="Javascript" />
<p>Javascript</p>
</li>
<li class="skills-item">
<img src="./img/skills/jQuery.svg" alt="jQuery" />
<p>jQuery</p>
</li>
<li class="skills-item">
<img src="./img/skills/react-js.svg" alt="React" />
<p>React</p>
</li>
<li class="skills-item">
<img src="./img/skills/redux.svg" alt="Redux" />
<p>Redux</p>
</li>
<li class="skills-item">
<img src="./img/skills/node-js.svg" alt="NodeJS" />
<p>NodeJS</p>
</li>
<li class="skills-item">
<img src="./img/skills/expressjs.svg" alt="ExpressJS" />
<p>ExpressJS</p>
</li>
<li class="skills-item">
<img
src="./img/skills/python-programming-language.svg"
alt="Python" />
<p>Python</p>
</li>
<li class="skills-item">
<img src="./img/skills/git.svg" alt="Git" />
<p>Git</p>
</li>
<li class="skills-item">
<img src="./img/skills/google-firebase.svg" alt="Firebase" />
<p>Firebase</p>
</li>
<li class="skills-item">
<img src="./img/skills/mongodb.svg" alt="MongoDB" />
<p>MongoDB</p>
</li>
<li class="skills-item">
<img src="./img/skills/visual-studio-code.svg" alt="VS Code" />
<p>VS Code</p>
</li>
</ul>
</div>
</section>
<section class="projects" id="projects">
<h1 class="projects__head">Projects</h1>
<div class="projects__content">
<article class="projects__content-item">
<div class="front">
<img src="./img/projects/my-team-page.gif" alt="My Team Page" />
<h3 class="proj-head">My Team Page</h3>
</div>
<div class="back">
<p>My Team Page developed for devchallenges.io</p>
<a href="https://my-team-page-sansk.netlify.app/">Demo</a>
<a href="https://github.com/sansk/my-team-page-devchallenges"
>Source Code</a
>
</div>
</article>
<article class="projects__content-item">
<div class="front">
<img src="./img/projects/404-not-found.gif" alt="404 Not Found" />
<h3 class="proj-head">404 Not Found</h3>
</div>
<div class="back">
<p>404 Not Found developed for devchallenges.io</p>
<a href="https://404-not-found-sansk.netlify.app/">Demo</a>
<a href="https://github.com/sansk/404-not-found-devchallenges"
>Source Code</a
>
</div>
</article>
</div>
</section>
<section class="contacts" id="contact">
<h1 class="contacts__head">Contact Me</h1>
<div class="contacts__content">
<h3>Get in Touch</h3>
<div class="contact-item">
<i class="fas fa-envelope-open-text fa-2x"></i>
<a href="mailto:[email protected]"
>Mail Me - [email protected]</a
>
</div>
<div class="contact-item">
<i class="fas fa-phone-volume fa-2x"></i>
<a href="#">Call Me - +1 (987)-654-3210</a>
</div>
</div>
</section>
</main>
<script src="./js/main.js"></script>
</body>
</html>