-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
236 lines (232 loc) · 13.1 KB
/
index.html
File metadata and controls
236 lines (232 loc) · 13.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<script src="index.js" defer></script>
</head>
<body>
<nav class="navbar">
<div class="links-container">
<a href="#about" class="glow">About</a>
<a href="#work" class="glow">Work</a>
<a href="" class="glow">Resume</a>
<a href="#contact" class="glow">Contact</a>
</div>
</nav>
<main>
<div class="intro">
<div class="inner-intro">
<h1 class="glow">John Doe</h1>
<p>A self-taught <span class="green-glow">software developer</span></p>
</div>
</div>
<article>
<section id="about-me-section">
<h2 id="about">About Me</h2>
<div>
<p>
In the intricate dance between ones and zeros, where logic meets creativity, you'll find me – a
passionate programmer who has grown up weaving code into the very fabric of my existence. From
the early days of pixelated screens to the expansive realms of modern software development, my
journey has been a thrilling odyssey through the ever-evolving landscape of programming.
</p>
<p>
As a child, I discovered the enchanting world of programming almost by accident. My fascination
with technology was sparked by an old computer tucked away in the corner of our family room, a
relic from a bygone era. Intrigued by the mysterious hum of its components and the glow of the
cathode-ray tube, I began tinkering with BASIC programming, blissfully unaware that these humble
lines of code would become the building blocks of my future.
</p>
<p>
The simplicity of those early programs, crafting pixelated drawings and making the computer
dance to my commands, fueled my curiosity. The thrill of solving problems and creating something
from nothing became an addiction, a passion that would shape my identity in the years to come.
</p>
<p>
As I navigated through adolescence, my programming endeavors evolved. From the rudimentary
programs on that old family computer to more complex projects in high school, the challenges
grew, but so did my love for the craft. I found solace in the elegance of algorithms, the
precision of syntax, and the joy of debugging – each bug conquered felt like a victory in the
battle of logic versus chaos.
</p>
<p>
My academic journey led me to immerse myself in computer science, where I delved into languages
like Python, Java, and C++. The theories and concepts that once seemed abstract became tools to
sculpt my digital dreams. The classroom became a playground, and assignments transformed into
opportunities to explore new horizons, from creating web applications to diving into the realm
of artificial intelligence.
</p>
<p>
Beyond the academic sphere, my programming endeavors found a home in various projects that
mirrored my interests and passions. I contributed to open-source initiatives, collaborated with
fellow enthusiasts on innovative apps, and even developed my own software solutions to address
real-world challenges. Programming became more than just a skill; it became a means of
expression, a medium through which I could bring my ideas to life.
</p>
</section>
<section id="technologies">
<h2>Technologies</h2>
<div class="technologies">
<div class="technology-category">
<h3>Web Frontend:</h3>
<div class="technology">
<img src="/assets/images/logo-html.png" alt="HTML">
<a href="https://html.com/" target="_blank" class="glow">HTML</a>
</div>
<div class="technology">
<img src="/assets/images/logo-css.png" alt="CSS">
<a href="https://www.w3.org/Style/CSS/Overview.en.html" target="_blank" class="glow">CSS</a>
</div>
<div class="technology">
<img src="/assets/images/logo-react.png" alt="React">
<a href="https://react.dev/" target="_blank" class="glow">React</a>
</div>
<div class="technology">
<img src="/assets/images/logo-javascript.png" alt="JavaScript">
<a href="https://www.javascript.com/" target="_blank" class="glow">JavaScript</a>
</div>
<div class="technology">
<img src="/assets/images/logo-typescript.png" alt="TypeScript">
<a href="https://www.typescriptlang.org/" target="_blank" class="glow">TypeScript</a>
</div>
</div>
<div class="technology-category">
<h3>Web Backend:</h3>
<div class="technology">
<img src="/assets/images/logo-flask.png" alt="Flask">
<a href="https://flask.palletsprojects.com/en/3.0.x/" target="_blank" class="glow">Flask</a>
</div>
<div class="technology">
<img src="/assets/images/logo-nodejs.png" alt="JavaScript">
<a href="https://nodejs.org/en" target="_blank" class="glow">NodeJS</a>
</div>
</div>
<div class="technology-category">
<h3>Other:</h3>
<div class="technology">
<img src="/assets/images/logo-python.png" alt="Python">
<a href="https://www.python.org/" target="_blank" class="glow">Python</a>
</div>
<div class="technology">
<img src="/assets/images/logo-cpp.png" alt="C++">
<a href="https://isocpp.org/" target="_blank" class="glow">C++</a>
</div>
<div class="technology">
<img src="/assets/images/logo-rust.png" alt="Rust">
<a href="https://www.rust-lang.org/" target="_blank" class="glow">Rust</a>
</div>
<div class="technology">
<img src="/assets/images/logo-tauri.png" alt="Tauri">
<a href="https://tauri.app/" target="_blank" class="glow">Tauri</a>
</div>
</div>
</div>
</section>
<section>
<h2 id="work">Work</h2>
<div class="projects">
<div class="project">
<img src="/assets/images/nut-master.jpg" alt="img">
<div class="project-description">
<h3>PixelCraft: Unleashing Creativity Through Code</h3>
<p>
Embarking on this nostalgic project, I sought to recreate the magic of my early
programming days when the world was a canvas of pixels waiting to be brought to life.
PixelCraft is a web application that allows users to create pixel art effortlessly. With
an intuitive interface and a diverse palette of colors, users can channel their inner
artists, turning simple grids into stunning digital masterpieces. This project
encapsulates my love for simplicity and the joy of creating something beautiful from the
ground up.
</p>
</div>
</div>
<div class="project">
<img src="/assets/images/nut-master.jpg" alt="img">
<div class="project-description">
<h3>
CodeChef Companion: Empowering Coders Everywhere
</h3>
<p>
Inspired by my love for competitive programming, I developed CodeChef Companion, a
mobile app designed to streamline the coding contest experience. The app provides
real-time notifications for upcoming contests, a personalized problem-solving tracker,
and a vibrant community forum. CodeChef Companion is more than just a utility; it's a
testament to my commitment to fostering a collaborative environment for coding
enthusiasts worldwide.
</p>
</div>
</div>
<div class="project">
<img src="/assets/images/nut-master.jpg" alt="img">
<div class="project-description">
<h3>
AI-driven Personal Assistant: Your Virtual Sidekick
</h3>
<p>
In the quest to integrate artificial intelligence seamlessly into our daily lives, I
conceptualized and developed a personal assistant that learns and adapts to user
preferences.
From scheduling tasks to providing relevant recommendations, this AI-driven companion is
designed to make life easier and more efficient. This project reflects my fascination
with
the
limitless possibilities that emerge when code meets cognitive capabilities.
</p>
</div>
</div>
<div class="project">
<img src="/assets/images/nut-master.jpg" alt="img">
<div class="project-description">
<h3>
EcoTracker: Navigating a Greener Tomorrow
</h3>
<p>In response to the growing concern for environmental sustainability, I created
EcoTracker, a
web application that empowers users to monitor and reduce their carbon footprint.
Through
intuitive data visualization, users can track their daily activities and receive
personalized tips to minimize their environmental impact. EcoTracker embodies my belief
that
technology can be a force for positive change, fostering awareness and encouraging
responsible choices.
</p>
</div>
</div>
</div>
</section>
</article>
</main>
<footer>
<div class="footer">
<div id="contact">
<h3>CONTACT</h3>
<div class="contacts">
<div class="contact-method">
<a href="">Email↗︎</a>
</div>
<div class="contact-method">
<a href="">Phone↗︎</a>
</div>
<div class="contact-method">
<a href="">WhatsApp↗︎</a>
</div>
<div class="contact-method">
<a href="">Discord↗︎</a>
</div>
</div>
</div>
<div class="copyright-and-me">
<div>
© 2024 John Doe
</div>
<div>
Designed and built by me.
</div>
</div>
</div>
</footer>
</body>
</html>