-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
340 lines (333 loc) · 16.6 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
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My portfolio</title>
<!-- bootstrap css -->
<link rel="stylesheet" href="./css/bootstrap.min.css">
<!-- font-awesome -->
<script src="./js/all.js"></script>
<!-- google font -->
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap" rel="stylesheet">
<!-- main css -->
<link rel="stylesheet" href="./css/main.css">
</head>
<body>
<!-- navbar -->
<nav class="navbar py-3 navbar-light bg-info navbar-expand-sm">
<a href="#" class="navbar-brand text-uppercase mr-5">AS</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#navLinks" type="button">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navLinks">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a href="#header" class="nav-link">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a href="#skills" class="nav-link">Skills</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link">About</a>
</li>
<li class="nav-item">
<a href="#projects" class="nav-link">Projects</a>
</li>
<li class="nav-item">
<a href="#contact" class="nav-link">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- end of navbar -->
<!-- header section -->
<header class="bg-dark" id="header">
<div class="container">
<div class="row height align-items-center text-left">
<div class="col">
<h1 class="text-white font-weight-bold">
<small>Hello, my name is </small>
<strong class="text-uppercase text-info">Alexandar Savov.</strong>
<p class="text-white lead">I am a passionate front-end developer enthusiast. Most of my time I
build websites and small apps from scratch. I don't like to define myself by the work I've
done. I define myself by the work I want to do. Skills can be taught, personality is
inherent. I prefer to keep learning, continue challenging myself, and do interesting things
that matter.</p>
</h1>
</div>
</div>
</div>
</header>
<!-- end of header section -->
<!-- skills section -->
<section id="skills" class="bg-white py-3">
<div class="container">
<!-- title -->
<div class="row">
<div class="col text-center">
<h1 class="display-4 text-uppercase text-dark mt-5">
<strong>skills</strong>
</h1>
<div class="title-underline bg-danger skills"></div>
<p class="mt-2 text-capitalize text-muted">Still mastering those</p>
</div>
</div>
<!-- end of title -->
<div class="row">
<!-- single col -->
<div class="col-md-6 col-lg-3 text-center my-4">
<i class="fab fa-bootstrap fa-5x text-danger"></i>
<h3 class="text-uppercase my-3">bootstrap</h3>
</div>
<!-- end of single col -->
<!-- single col -->
<div class="col-md-6 col-lg-3 text-center my-4">
<i class="fab fa-html5 fa-5x text-danger"></i>
<h3 class="text-uppercase my-3">html5</h3>
</div>
<!-- end of single col -->
<!-- single col -->
<div class="col-md-6 col-lg-3 text-center my-4">
<i class="fab fa-css3 fa-5x text-danger"></i>
<h3 class="text-uppercase my-3">css3</h3>
</div>
<!-- end of single col -->
<!-- single col -->
<div class="col-md-6 col-lg-3 text-center my-4">
<i class="fab fa-js fa-5x text-danger"></i>
<h3 class="text-uppercase my-3">js</h3>
</div>
<!-- end of single col -->
</div>
</div>
</section>
<!-- end of skills section -->
<!-- about section -->
<section id="about" class="bg-info">
<div class="container-fluid">
<div class="row">
<!-- about img column -->
<div class="col-md-6 about-picture height-80"></div>
<!-- about text column -->
<div class="col-md-6 about-text height-80 px-5 d-flex align-items-center justify-content-center">
<!-- this is for centering -->
<div class="about-text-center">
<!-- title -->
<div class="row">
<div class="col text-center">
<h1 class="display-4 text-uppercase text-dark mb-0">
<strong>about</strong>
</h1>
<div class="title-underline bg-warning"></div>
<p class="mt-2 text-capitalize text-dark">A little bit about me</p>
</div>
</div>
<!-- end of title -->
<!-- single item -->
<div class="checkbox-item d-flex">
<i class="fas fa-check fa-3x p-2 bg-warning mr-3 align-self-center"></i>
<p class="text-dark lead">Fueled by high energy levels and boundless enthusiasm, I'm easily
inspired and more then willing to follow my fascinations wherever they take me.</p>
</div>
<!-- end of single item -->
<!-- single item -->
<div class="checkbox-item d-flex">
<i class="fas fa-check fa-3x p-2 bg-warning mr-3 align-self-center"></i>
<p class="text-dark lead">I'm passionate, expressive spirit with a natural ability to
entertain and inspire. I'm never satisfied to just come up with ideas. Intead I have an
almost impulsive need to act on them.</p>
</div>
<!-- end of single item -->
<!-- single item -->
<div class="checkbox-item d-flex">
<i class="fas fa-check fa-3x p-2 bg-warning mr-3 align-self-center"></i>
<p class="text-dark lead">I'm a fast learner, able to pick up new skills with relative ease.
I'm people-person with deep emotions
and empathy and am at my best when I’m sharing my creative expressions with others.</p>
</div>
<!-- end of single item -->
</div>
</div>
</div>
</div>
</section>
<!-- end of about section -->
<!-- projects section -->
<section id="projects" class="bg-secondary">
<div class="container">
<!-- title -->
<div class="row">
<div class="col text-center">
<h1 class="display-4 text-uppercase text-dark mt-5">
<strong>projects</strong>
</h1>
<div class="title-underline bg-light projects"></div>
<p class="mt-2 text-capitalize text-light">here are some of my projects</p>
</div>
</div>
<!-- end of title -->
<div class="row py-3">
<!-- single project -->
<div class="col-sm-6 col-md-4 my-3 text-center">
<img src="./img/todo.png" alt=projects" class="img-fluid rounded img-thumbnail">
<h2 class="my-2">
<a href="https://github.com/alsavov/todo" class="btn btn-outline-warning text-uppercase projects w-75">todo list app</a>
</h2>
</div>
<!-- end of single project -->
<!-- single project -->
<div class="col-sm-6 col-md-4 my-3 text-center">
<img src="./img/artisan.png" alt="projects" class="img-fluid rounded img-thumbnail">
<h2 class="my-2">
<a href="https://github.com/alsavov/artisan" class="btn btn-outline-warning text-uppercase projects w-75">landing page 1</a>
</h2>
</div>
<!-- end of single project -->
<!-- single project -->
<div class="col-sm-6 col-md-4 my-3 text-center">
<img src="./img/gsap.png" alt="projects" class="img-fluid rounded img-thumbnail">
<h2 class="my-2">
<a href="https://github.com/alsavov/gsap" class="btn btn-outline-warning text-uppercase projects w-75">landing page 2</a>
</h2>
</div>
<!-- end of single project -->
<!-- single project -->
<div class="col-sm-6 col-md-4 my-3 text-center">
<img src="./img/samodellia.png" alt="projects" class="img-fluid rounded img-thumbnail">
<h2 class="my-2">
<a href="https://github.com/alsavov/samodelia" class="btn btn-outline-warning text-uppercase projects w-75">landing page 3</a>
</h2>
</div>
<!-- end of single project -->
<!-- single project -->
<div class="col-sm-6 col-md-4 my-3 text-center">
<img src="./img/scissors.png" alt="projects" class="img-fluid rounded img-thumbnail">
<h2 class="my-2">
<a href="https://github.com/alsavov/scissors" class="btn btn-outline-warning text-uppercase projects w-75">scissors game</a>
</h2>
</div>
<!-- end of single project -->
<!-- single project -->
<div class="col-sm-6 col-md-4 my-3 text-center">
<img src="./img/match.png" alt="projects" class="img-fluid rounded img-thumbnail">
<h2 class="my-2">
<a href="https://github.com/alsavov/cards" class="btn btn-outline-warning text-uppercase projects w-75">mix or match game</a>
</h2>
</div>
<!-- end of single project -->
<!-- single project -->
<div class="col-sm-6 col-md-4 my-3 text-center">
<img src="./img/calculator.png" alt="projects" class="img-fluid rounded img-thumbnail">
<h2 class="my-2">
<a href="https://github.com/alsavov/calculator" class="btn btn-outline-warning text-uppercase projects w-75">calculator</a>
</h2>
</div>
<!-- end of single project -->
<!-- single project -->
<div class="col-sm-6 col-md-4 my-3 text-center">
<img src="./img/meditation.png" alt="projects" class="img-fluid rounded img-thumbnail">
<h2 class="my-2">
<a href="https://github.com/alsavov/meditation" class="btn btn-outline-warning text-uppercase projects w-75">meditation app</a>
</h2>
</div>
<!-- end of single project -->
<!-- single project -->
<div class="col-sm-6 col-md-4 my-3 mx-auto text-center">
<img src="./img/tapmusic.png" alt="projects" class="img-fluid rounded img-thumbnail">
<h2 class="my-2">
<a href="https://github.com/alsavov/tapmusic" class="btn btn-outline-warning text-uppercase projects w-75">tap music app</a>
</h2>
</div>
<!-- end of single project -->
</div>
</div>
</section>
<!-- end of projects section -->
<!-- contact section -->
<section class="py-5 bg-info" id="contact">
<div class="container contact-form">
<!-- title -->
<div class="row">
<div class="col text-center">
<h1 class="display-4 text-uppercase text-dark mt-5">
<strong>contact</strong>
</h1>
<div class="title-underline bg-light contact"></div>
<p class="mt-2 text-capitalize text-white">If you have a project you'd like to discuss, then please
email me via the form below.</p>
</div>
</div>
<!-- end of title -->
<!-- contact form -->
<div class="row">
<div class="col-md-6 my-3">
<form class="form-container">
<div class="form-group">
<h1 class="text-center">Contact me</h1>
<hr>
</div>
<div class="form-group">
<input type="text" class="form-control" placeholder="Name">
</div>
<div class="form-group">
<input type="email" class="form-control" placeholder="Email">
</div>
<div class="form-group">
<textarea class="form-control rows=7" placeholder="Message"></textarea>
</div>
<div class="form-group">
<button class="btn btn-primary btn-block">Send</button>
</div>
</form>
</div>
<!-- end of contact form -->
<!-- google maps -->
<div class="col-md-6 my-3">
<div class="embed-responsive embed-responsive-4by3">
<iframe class="embed-responsive-item"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2958.2574805140225!2d24.75549431487431!3d42.144776656663254!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14acd1a13480a455%3A0x408d82191adce411!2z0YPQuy4g4oCe0J7RgdGK0LzigJwgMTIsIDQwMDAg0JrQsNC80LXQvdC40YbQsCAxLCDQn9C70L7QstC00LjQsg!5e0!3m2!1sbg!2sbg!4v1570715631086!5m2!1sbg!2sbg"
frameborder="0" width="600" height="450" style="border:0;" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- end of contact section -->
<!-- footer -->
<footer class="bg-dark py-5">
<div class="container">
<!-- title -->
<div class="row">
<div class="col text-center">
<h1 class="display-4 text-uppercase text-white mt-5">
<strong>as</strong>
</h1>
<div class="title-underline bg-light footer"></div>
<p class="mt-2 text-capitalize text-white">Living, learning and leveling up</p>
</div>
</div>
<!-- end of title -->
<div class="row">
<div class="col text-center">
<a href="https://twitter.com/home?lang=bg" class="btn">
<i class="fab fa-twitter fa-3x text-primary m-2"></i>
</a>
<a href="https://www.instagram.com/zlosterr/" class="btn">
<i class="fab fa-instagram fa-3x text-primary m-2"></i>
</a>
<a href="https://aboutme.google.com/u/0/?referer=gplus" class="btn">
<i class="fab fa-google-plus fa-3x text-primary m-2"></i>
</a>
</div>
</div>
</div>
</footer>
<!-- end of footer -->
<!-- jquery -->
<script src="./js/jquery-3.4.1.min.js"></script>
<!-- bootstrap js -->
<script src="./js/bootstrap.bundle.min.js"></script>
</body>
</html>