-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
344 lines (268 loc) · 10.4 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
341
342
343
344
<!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">
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700;900&family=Poppins:ital,wght@0,400;0,600;1,300;1,400&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="img/favicon.png" type="image/png">
<title>Spaceweb</title>
</head>
<body>
<section class="nav">
<a href="index.html" class="logo__link">
<svg class="logo__icon">
<use xlink:href="img/sprite.svg#icon-spacemacs"></use>
</svg>
</a>
<div id="hamburger" class="btn-hamburger">
<svg class="btn-hamburger__icon">
<use xlink:href="img/sprite.svg#icon-hamburger"></use>
</svg>
</div>
<ul id="navigation" class="nav__list">
<li class="nav__item">
<h1 class="nav__heading">
<a href="index.html" class="nav__link">Spaceweb</a>
</h1>
</li>
<li class="nav__item">
<h2 class="nav__heading">
<a href="#top" class="nav__link">Top</a>
</h2>
</li>
<li class="nav__item">
<h2 class="nav__heading">
<a href="#downloads" class="nav__link">Downloads</a>
</h2>
</li>
<li class="nav__item">
<h2 class="nav__heading">
<a href="#portfolio" class="nav__link">Team Moto</a>
</h2>
</li>
<li class="nav__item">
<h2 class="nav__heading">
<a href="#contact" class="nav__link">About us</a>
</h2>
</li>
<li class="nav__item">
<h2 class="nav__heading">
<a href="#contact" class="nav__link">Contact</a>
</h2>
</li>
</ul>
</section>
<header id="top" class="header">
<h3 id="about" class="heading-3 heading-3--header">Spaceweb</h3>
<h4 class="heading-4 heading-4--header">Web site design template</h4>
<a href="#products" class="btn btn--header">Try it</a>
</header>
<nav class="header-crud">
<ul class="header-crud__list">
<li class="header-crud__item">
<a href="create-page.html" class="header-crud__link">Create</a>
</li>
<li class="header-crud__item">
<a href="read-page.html" class="header-crud__link">Read</a>
</li>
<li class="header-crud__item">
<a href="update-page.html" class="header-crud__link">Update</a>
</li>
<li class="header-crud__item">
<a href="delete-page.html" class="header-crud__link">Delete</a>
</li>
</ul>
<form action="#" class="form">
<input type="text" class="form__input" placeholder="Search">
<button class="form__btn">
<svg class="form__icon">
<use xlink:href="img/sprite.svg#icon-search-2"></use>
</svg>
</button>
</form>
</nav>
<section id="products" class="story">
<div class="story__content">
<h5 class="heading-5 heading-5--green heading-5--story">
Space websites
</h5>
<p class="par par--green par--story">
Lorem ipsum dolor sit amet consectetur adipisicing elit. At totam nam fugiat corrupti incidunt quisquam! Ipsa
delectus, dignissimos accusamus eaque similique nulla voluptatum modi iusto fugiat obcaecati? Fugit, dolore
possimus?
</p>
</div>
<div class="story__content">
<h5 class="heading-5 heading-5--green heading-5--story">
Space Templates
</h5>
<p class="par par--green par--story">
Lorem ipsum dolor sit amet consectetur adipisicing elit. At totam nam fugiat corrupti incidunt quisquam! Ipsa
delectus, dignissimos accusamus eaque similique nulla voluptatum modi iusto fugiat obcaecati? Fugit, dolore
possimus?
</p>
</div>
</section>
<img id="downloads" class="spaceweb-img" src="img/spaceweb-img.jpg" alt="Spaceweb image">
<section class="features__1"></section>
<section id="portfolio" class="features__2">
<div class="features__content">
<div class="features__box-icon features__box-icon--1 slide-in on-off">
<svg class="features__icon features__icon--1 slide-in on-off">
<use xlink:href="img/sprite.svg#icon-lightbulb"></use>
</svg>
</div>
<h5 class="heading-5 heading-5--white heading-5--features">
Idea
</h5>
<p class="par par--white par--features">
Did you see CREATE, READ, UPDATE and DELETE pages? Let's Go!
</p>
</div>
<div class="features__content">
<div class="features__box-icon features__box-icon--2">
<svg class="features__icon features__icon--2 slide-in from-down">
<use xlink:href="img/sprite.svg#icon-rocket"></use>
</svg>
</div>
<h5 class="heading-5 heading-5--white heading-5--features">
Take off
</h5>
<p class="par par--white par--features">
I hope you like this project!
You can download my CV and contact me.
</p>
</div>
<div class="features__content">
<div class="features__box-icon features__box-icon--3 slide-in from-right">
<svg class="features__icon features__icon--3">
<use xlink:href="img/sprite.svg#icon-presentation"></use>
</svg>
</div>
<h5 class="heading-5 heading-5--white heading-5--features">
Hard work
</h5>
<p class="par par--white par--features">
Check out MVC Object-oriented programming (OOP) PHP version on my GitHub profile.
</p>
</div>
</section>
<footer id="contact" class="footer__1"></footer>
<footer class="footer__2">
<div class="social">
<a class="social__link" href="https://www.linkedin.com/in/milos-cemalovic" target="_blanc">
<svg class="social__icon social__icon--1">
<use xlink:href="img/sprite.svg#icon-linkedin"></use>
</svg>
</a>
<a class="social__link" href="https://github.com/MilosCemalovic" target="_blanc">
<svg class="social__icon social__icon--2">
<use xlink:href="img/sprite.svg#icon-github"></use>
</svg>
</a>
<a class="social__link" href="https://www.facebook.com/cemalovicmilos" target="_blanc">
<svg class="social__icon social__icon--3">
<use xlink:href="img/sprite.svg#icon-facebook"></use>
</svg>
</a>
<a class="social__link" href="https://www.instagram.com/naturally_dance/" target="_blanc">
<svg class="social__icon social__icon--4">
<use xlink:href="img/sprite.svg#icon-instagram"></use>
</svg>
</a>
<a class="social__link social__cv" href="img/CV_MilosCemalovic.pdf" download target="_blanc">
CV
</a>
</div>
<div class="footer__content">
<a href="#top" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-world"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Main page</h6>
</a>
<a href="https://miloscemalovic.github.io/cemalovic-cv/" target="_blanc" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-suitcase"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Portfolio</h6>
</a>
<a href="https://www.linkedin.com/in/milos-cemalovic" target="_blanc" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-envelope"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Contact</h6>
</a>
<a href="img/CV_MilosCemalovic.pdf" download class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-download"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Download CV</h6>
</a>
</div>
<div class="footer__content">
<a href="create-page.html" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-create"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Create page</h6>
</a>
<a href="read-page.html" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-newspaper"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Read page</h6>
</a>
<a href="update-page.html" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-basket"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Update page</h6>
</a>
<a href="delete-page.html" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-info"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Delete page</h6>
</a>
</div>
<div class="footer__content">
<a href="#top" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-home"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Home</h6>
</a>
<a href="https://github.com/MilosCemalovic" target="_blanc" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-user"></use>
</svg>
<h6 class="heading-6 heading-6--footer">My profile</h6>
</a>
<a href="https://www.instagram.com/naturally_dance/" target="_blanc" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-presentation"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Dashboard</h6>
</a>
<a href="index.html" class="footer__link">
<svg class="footer__nav-icon">
<use xlink:href="img/sprite.svg#icon-key"></use>
</svg>
<h6 class="heading-6 heading-6--footer">Log out</h6>
</a>
</div>
</footer>
<!-- show/hide hamburger Menu -->
<script src="js/main.js"></script>
<!-- Smooth scroll -->
<script src="js/smooth-scroll.js"></script>
<script>
var scroll=new SmoothScroll('a[href*="#"]');
</script>
</body>
</html>