-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
293 lines (268 loc) · 13.3 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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!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="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="index.css">
<title>clevercoderjoy</title>
</head>
<body>
<!-- header section starts -->
<section id="header" data-aos="fade-down">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<h1>clevercoder<span>joy</span></h1>
</a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class="bar"></div>
</div>
<ul>
<li><a href="#hero" data-after="HOME">Home</a></li>
<li><a href="#services" data-after="SKILLS">Skills</a></li>
<li><a href="#projects" data-after="PROJECTS">Projects</a></li>
<li><a href="#about" data-after="ABOUT">About</a></li>
<li><a href="#contact" data-after="CONTACT">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- header section ends -->
<!-- hero section starts -->
<section id="hero" data-aos="fade-up">
<div class="hero container">
<div>
<h1>Hello,<span></span></h1>
<h1>My Name is<span></span></h1>
<h1>JOY...<span></span></h1>
<a href="https://clevercoderjoy.hashnode.dev/" type="button" target="_blank" class="cta">I Write
Blogs</a>
</div>
</div>
</section>
<!-- hero section ends -->
<!-- services section starts -->
<section id="services" data-aos="fade-up">
<div class="services container">
<div class="service-top">
<h1 class="section-title">SK<span>IL</span>LS</h1>
<p>Below are the skills in which I am well versed with.</p>
</div>
<div class="service-bottom">
<div class="service-item" data-aos="fade-right">
<div class="icon">
<img src="/img/icons8-developer.gif" alt="languages">
</div>
<h2>Languages</h2>
<p>Bash, Java, Python, HTML, JavaScript</p>
</div>
<div class="service-item" data-aos="fade-right">
<div class="icon">
<img src="/img/icons8-react.gif" alt="languages">
</div>
<h2>Frontend</h2>
<p>CSS, Bootstrap, TailwindCSS, React.js</p>
</div>
<div class="service-item" data-aos="fade-left">
<div class="icon">
<img src="/img/icons8-python.gif" alt="languages">
</div>
<h2>Backend</h2>
<p>SQL, MySQL, Firebase, REST APIs</p>
</div>
<div class="service-item" data-aos="fade-left">
<div class="icon">
<img src="/img/icons8-robot.gif" alt="languages">
</div>
<h2>Technologies</h2>
<p>Data Structures, Algorithms, Git, Linux</p>
</div>
</div>
</div>
</section>
<!-- services section ends -->
<!-- projects section starts -->
<section id="projects" data-aos="fade-up">
<div class="projects container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="project-item" data-aos="fade-right">
<div class="project-info">
<h1>Amazon Clone 2.0</h1>
<h2>A redesigned amazon clone web app</h2>
<p>Tech Stack: HTML, TailwindCSS, JavaScript, Firebase</p>
<div class="project-btn">
<a href="https://clevercoderjoy-amazon-clone-2.netlify.app/" target="_blank"
type="button" class="cta">Live Demo</a>
<div class="space"></div>
<a href="https://github.com/clevercoderjoy/Amazon-clone-2.0" target="_blank"
type="button" class="cta">Source Code</a>
</div>
</div>
<div class="project-img">
<img src="/img/amazon.jpg" alt="">
</div>
</div>
<div class="project-item" data-aos="fade-left">
<div class="project-info">
<h1>Tesla Clone</h1>
<h2>A tesla landing page</h2>
<p>Tech Stack: React.js, Redux</p>
<div class="project-btn">
<a href="https://clevercoderjoy-tesla-clone.netlify.app/" target="_blank"
type="button" class="cta">Live Demo</a>
<div class="space"></div>
<a href="https://github.com/clevercoderjoy/tesla-clone" target="_blank"
type="button" class="cta">Source Code</a>
</div>
</div>
<div class="project-img">
<img src="/img/tesla.jpg" alt="">
</div>
</div>
<div class="project-item" data-aos="fade-right">
<div class="project-info">
<h1>Guess The Number Game</h1>
<h2>A number guessing game.</h2>
<p>Tech Stack: HTML, CSS, JavaScript</p>
<div class="project-btn">
<a href="https://clevercoderjoy-guess-the-number-game.netlify.app/" target="_blank"
type="button" class="cta">Live Demo</a>
<div class="space"></div>
<a href="https://github.com/clevercoderjoy/Guess-The-NumberExercise" target="_blank"
type="button" class="cta">Source Code</a>
</div>
</div>
<div class="project-img">
<img src="/img/numberGuessingGame.jpg" alt="">
</div>
</div>
<div class="project-item" data-aos="fade-left">
<div class="project-info">
<h1>Yoda Translator</h1>
<h2>An API based english to yoda language translator app.</h2>
<p>Tech Stack: HTML, CSS, JavaScript, API</p>
<div class="project-btn">
<a href="https://clevercoderjoy-yoda-translator.netlify.app/" target="_blank"
type="button" class="cta">Live Demo</a>
<div class="space"></div>
<a href="https://github.com/clevercoderjoy/yoda-translator" target="_blank"
type="button" class="cta">Source Code</a>
</div>
</div>
<div class="project-img">
<img src="/img/yoda.jpg" alt="">
</div>
</div>
<div class="project-item" data-aos="fade-right">
<div class="project-info">
<h1>Tik-Tak-Toe</h1>
<h2>A CLI based tik-tak-toe game.</h2>
<p>Tech Stack: Python</p>
<div class="project-btn">
<a href="https://replit.com/@clevercoderjoy/clevercoderjoytiktaktoe#main.py?embed=1&output=1"
target="_blank"
type="button" class="cta">Live Demo</a>
<div class="space"></div>
<a href="https://github.com/clevercoderjoy/tik_tak_toe" target="_blank"
type="button" class="cta">Source Code</a>
</div>
</div>
<div class="project-img">
<img src="/img/tik-tak-toe.jpeg" alt="">
</div>
</div>
</div>
</div>
</section>
<!-- projects section ends -->
<!-- about section starts -->
<div id="about" data-aos="fade-up">
<div class="about container">
<div class="col-left" data-aos="fade-right">
<div class="about-img">
<img src="/img/4.jpg" alt="">
</div>
</div>
<div class="col-right" data-aos="fade-left">
<h1 class="section-title">
About <span>Me</span>
</h1>
<h2>Frontend Developer</h2>
<p>I am a front-end developer. I can proficiently convert design into logical code with the help of
coffee. I lift weights and write blogs.</p>
<a class="cta" href="/img/clevercoderjoy.pdf">Download Resume</a>
</div>
</div>
</div>
<!-- about section ends -->
<!-- contact section starts -->
<div id="contact" data-aos="fade-up">
<div class="contact container">
<div>
<h1 class="section-title">Contact <span>Info</span></h1>
</div>
<div class="contact-items">
<div class="contact-item" data-aos="fade-right">
<div class="icon">
<img src="/img/phone.gif" alt="">
</div>
<div class="contact-info">
<h1>Phone</h1>
<h2><a href="tel:9455869211" target="_blank">+919455869211</a></h2>
</div>
</div>
<div class="contact-item" data-aos="fade-up">
<div class="icon">
<img src="/img/mail.gif" alt="">
</div>
<div class="contact-info">
<h1>Gmail</h1>
<h2><a href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]&su=SUBJECT HERE&body=BODY HERE"
target="_blank">[email protected]</a></h2>
</div>
</div>
<div class="contact-item" data-aos="fade-left">
<div class="icon">
<img src="/img/online.gif" alt="">
</div>
<div class="contact-info">
<h1>Online Presence</h1>
<h2><a href="https://clevercoderjoy.bio.link/" target="_blank">Bio.Link</a></h2>
</div>
</div>
</div>
</div>
</div>
<!-- contact section ends -->
<!-- footer section starts -->
<section id="footer">
<div class="footer container" data-aos="fade-up">
<div class="brand">
<h1>clevercoder<span>joy</span></h1>
</div>
<h2>A call center employee turned <span>S</span>oftware <span>D</span>eveloper</h2>
<div class="social-icon">
<div class="social-item">
<a href="https://clevercoderjoy.bio.link/" target="_blank"><img src="/img/connect.jpg"
alt=""></a>
</div>
</div>
<p>© 2022 clevercoderjoy</p>
</div>
</section>
<!-- footer section ends -->
<!-- aos script starts -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<!-- aos script ends -->
<script src="./index.js"></script>
</body>
</html>