-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
252 lines (206 loc) · 9.98 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 name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="assets/css/desktop/main.css">
<link rel="icon" href="/my-portfolio/assets/img/M-LOGO.svg" type="image/x-icon">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">
<title> Martin </title>
</head>
<body>
<!-- Header -->
<header id="section1">
<nav id="nav">
<img src="/my-portfolio/assets/img/M-LOGO.svg" alt="">
<ul>
<li><a href="#section1">Home</a></li>
<li><a href="#section2">About me</a></li>
<li><a href="#section3">Skills</a></li>
<li><a href="#section4">Certificates</a></li>
<li><a href="#section5">Projects</a></li>
<li><a href="#section6">Contact me</a></li>
</ul>
<img src="/my-portfolio/assets/img/M-LOGO.svg" alt="">
</nav>
<!-- Mobile menu -->
<div class="menu-icon" id="menuIcon" onclick="">
☰ <!-- Menu icon -->
<img src="/my-portfolio/assets/img/M-LOGO.svg" alt="">
</div>
<nav class="mobile-menu" id="mobileMenu">
<ul >
<li><a href="#section1" onclick="closeMenu()">Home</a></li>
<li><a href="#section2" onclick="closeMenu()">About me</a></li>
<li><a href="#section3" onclick="closeMenu()">Skills</a></li>
<li><a href="#section4" onclick="closeMenu()">Certificates</a></li>
<li><a href="#section5" onclick="closeMenu()">Projects</a></li>
<li><a href="#section6" onclick="closeMenu()">Contact me</a></li>
</ul>
</nav>
</header>
<section>
<div class="first-page">
<p>WELCOME;</p>
</div>
<div id="section2" class="about_me_page">
<div class="left_side">
<h2>Hi, I’m Martin!</h2>
<p>
I’m a 16-year-old coding enthusiast from Bulgaria. Ever since I started learning coding, I’ve been
passionate about building websites and solving problems through code. Right now, I’m expanding my
skills in web development .
</p>
<p>
I enjoy creating clean, responsive websites and love experimenting with new technologies. I’m
currently working on building my portfolio to showcase my projects, including the websites I’ve
built so far.
</p>
</div>
<div class="right_side">
<img src="/my-portfolio/assets/img/about_me_page/Learning.svg" alt="">
</div>
</div>
<div id="section3" class="third_page">
<div class="left_side">
</div>
<div class="right_side">
<p id="skill">Skills</p>
<p>
I have a solid foundation in HTML, CSS, and JavaScript, which I've u
sed to design and develop responsive and interactive websites. I’ve a
lso worked with WordPress, customizing themes and managing content effectively.
My programming skills include Python, where I’ve built scripts and small projects, a
nd C#, which I’ve explored for developing applications and understanding object-oriented programming.
</p>
<div class="skillsIcons">
<img src="/my-portfolio/assets/img/third_page/html5-line.svg" alt="html_icon">
<img src="/my-portfolio/assets/img/third_page/css3-line.svg" alt="css_icon">
<img src="/my-portfolio/assets/img/third_page/javascript-line.svg" alt="javascript_icon">
<img src="/my-portfolio/assets/img/third_page/wordpress-fill.svg" alt="wordpress_icon">
<img src="/my-portfolio/assets/img/third_page/Python--Streamline-Font-Awesome.svg" alt="Python_icon">
<img src="/my-portfolio/assets/img/third_page/Csharp.png" alt="c#_icon">
</div>
</div>
</div>
</section>
<!-- certificates -->
<section>
<div id="section4" class="certificates_page">
<p>Certificates</p>
<div class="page-content">
<div class="card">
<div class="content">
<h2 class="title"></h2>
<button class="btn">SHOW</button>
<img class="hidden-image"
src="/my-portfolio/assets/img//certificates_page/JS Front-End - June 2024 - Certificate.jpeg" alt="Image"
style="display: none;">
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title"></h2>
<button class="btn">SHOW</button>
<img class="hidden-image"
src="/my-portfolio/assets/img/certificates_page/HTML & CSS - May 2024 - Certificate.jpeg" alt="Image"
style="display: none;">
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title"></h2>
<button class="btn">Show</button>
<img class="hidden-image"
src="/my-portfolio/assets/img/certificates_page/Programming Fundamentals with Python - May 2023 - Certificate.jpeg"
alt="Image" style="display: none;">
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title"></h2>
<button class="btn">Show</button>
<img class="hidden-image"
src="/my-portfolio/assets/img/certificates_page/Programming Basics - March 2023 - Certificate.jpeg"
alt="Image" style="display: none;">
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title"></h2>
<button class="btn">SHOW</button>
<img class="hidden-image" src="/my-portfolio/assets/img/certificates_page/programizz.jpeg" alt="Image"
style="display: none;">
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title"></h2>
<button class="btn">SHOW</button>
<img class="hidden-image" src="/my-portfolio/assets/img/certificates_page/Sololearn Web Development.jpg" alt="Image"
style="display: none;">
</div>
</div>
<div class="card">
<div class="content">
<h2 class="title"></h2>
<button class="btn">SHOW</button>
<img class="hidden-image" src="/my-portfolio/assets/img/certificates_page/Sololearn 2.jpg" alt="Image"
style="display: none;">
</div>
</div>
<div id="fullscreenImageContainer" class="fullscreen" style="display: none;">
<span class="close">×</span>
<img class="fullscreen-image" src="" alt="Full Screen Image">
</div>
</div>
</div>
</section>
<!-- MY PROJECTS -->
<div id="section5" class="projects_page">
<p>/\ My projects /\</p>
<div class="project1">
<p>Knife site </p>
<button class="btn"><a href="https://martin-atanasov123.github.io/knives-site/">SHOW</a></button>
</div>
<div class="project2">
<p>Digital keyboard</p>
<button class="btn"><a href="https://martin-atanasov123.github.io/Keyboard/">SHOW</a></button>
</div>
</div>
<!-- CONTACT ME -->
<div id="section6" class="contact_page">
<p>Contact me</p>
<p>Feel free to contact me if you have any questions or need help .</p>
<form action="https://formspree.io/f/xanwrlll" method="POST">
<input type="text" name="name" placeholder="Name">
<input type="email" name="email" placeholder="Email">
<textarea name="message" placeholder="Message"></textarea>
<button type="submit">Send</button>
</form>
</div>
<footer>
<ul>
<li><a href="#section1">Home</a></li>
<li><a href="#section2">About me</a></li>
<li><a href="#section3">Skills</a></li>
<li><a href="#section4">Certificates</a></li>
<li><a href="#section5">Projects</a></li>
<li><a href="#section6">Contact me</a></li>
</ul>
<div class="social_media">
<a href="https://github.com/Martin-Atanasov123"><img src="assets/img/footer/Octicons-mark-github.webp"
alt="github"></a>
<a href="#"><img src="assets/img/footer/LinkedIn_Logo.webp" alt="linkedin"></a>
<p>© 2024 Martin Atanasov.All rights reserved.</p>
</div>
</footer>
<script src="/my-portfolio/assets/js/main.js">
</script>
</body>
</html>