forked from fdnd-task/i-love-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiggarden.html
51 lines (46 loc) · 1.78 KB
/
diggarden.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Miel van Sleeuwen</title>
<link rel="stylesheet" href="/style/styleg.css">
</head>
<body>
<!-- Header with Dropdown -->
<header class="dropdownmobile">
<button class="dropdownbutton">Menu</button>
<div class="dropdowncontent">
<a class="active">Home</a>
<a href="diggarden.html">Digital Garden</a>
<a href="journal.html">Journal</a>
<a href="aboutme.html">About Me</a>
</div>
</header>
<!-- Header for desktop -->
<header class="desktopheader">
<a href="index.html">Home</a>
<a class="active">Digital Garden</a>
<a href="journal.html">Journal</a>
<a href="aboutme.html">About me</a>
</header>
</body>
<section class="banner">
<!-- <img class="object1" src="assets/garden/miel1.png"> -->
<img class="video" src="assets/garden/videorec.png">
<artcile class="videorec">
<h2>Video Projects</h2>
<p> Countries I have visited to keep in memory</p>
<a> <img src="assets/garden/videos/icons-01.png" width="100px;" class="jp"> </a>
<!-- <video width="320" height="240" controls> -->
<source src="assets/garden/videos/🇯🇵.AVI.mp4" type="video/mp4">
<!-- </video> -->
<a> <img src="assets/garden/videos/icons-02.png" width="100px;" class="nz"> </a>
<!-- <video width="320" height="240" controls> -->
<source src="assets/garden/videos/NewZealand.AVI.mp4" type="video/mp4">
</video>
</artcile>
<img class="object2" src="assets/garden/garden1.png">
<div class="bg"></div>
</section>
</html>