-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (37 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="icon" href="media/mainicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#fcfaf4" />
<link rel="stylesheet" href="/style.css" />
<title>Andre Dalwin - Video Production</title>
<meta
name="description"
content="Andre Dalwin is a sophomore Computer Science with interests in video production and programming."
/>
</head>
<body>
<nav>
<a href="index.html"><h3 class="nav-title">dalwin.</h3></a>
<div class="links">
<a href="works.html"> <p>WORKS</p></a>
<a href="about.html"><p> ABOUT </p></a>
</div>
</nav>
<section class="info">
<div class="project-big">
<video controls preload="none" poster="media/Awards23Poster.jpg">
<source src="media/Awards23.mp4" type="video/mp4" />
</video>
</div>
</section>
<section class="info index">
<script src="https://kit.fontawesome.com/8f54f14685.js" crossorigin="anonymous"></script>
<a href="works.html"><h3>See all my works</h3><i class="fa-sharp fa-solid fa-angle-right"></i></a>
<a href="about.html"><h3>Learn about me</h3><i class="fa-sharp fa-solid fa-angle-right"></i></a>
</section>
</body>
</html>