-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogo.html
More file actions
28 lines (26 loc) · 796 Bytes
/
logo.html
File metadata and controls
28 lines (26 loc) · 796 Bytes
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
<meta name="viewport" content="width=device-width">
<title>Rud Animated logo</title>
<link href="skeleton.css" rel="stylesheet" type="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header>
<div class="headTitle">
<h1>Larry Rud</h1>
<h3>Valencia College • Spring 2022</h3>
</div>
</header>
<main>
<h4>Assignment: Animated Logo</h4>
<video width="50%" controls>
<source src="videos/logo.mp4" type="video/mp4">
</video>
<div class="description">
<p>10 second animated logo designed in Adobe Illustrator and animated in After Effects.</p>
</div>
<hr>
<button><a href="index.html">Return to Project List</a></button>
</main>
<script src="script.js"></script>
</body>
</html>