-
Notifications
You must be signed in to change notification settings - Fork 0
/
other.html
47 lines (39 loc) · 1.07 KB
/
other.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Other - Projects/Activities</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="header">
<div class="wrapper">
<div class="logo">
<a href="index.html">Dominik Drabik</a>
</div>
<nav>
<a href="index.html">CV</a> <a href="automator.html">Automator</a> <a href="other.html">Other </a> <a href="kontakt.html">Contact</a>
</nav>
</div>
</div>
<div class="banner-area" style="background-image: url('images/animacja.jpg');">
<h2>Other - projects</h2>
</div>
<div class="content-area">
<div class="wrapper">
<div class="audiobook" >
<video controls>
<source src="images/galeria.mp4" type="video/mp4">
</video>
</div>
<div class="audiobook" >
<video controls>
<source src="images/szkola.mp4" type="video/mp4">
</video>
</div>
</div>
</div>
</div>
</body>
</html>