-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.html
More file actions
43 lines (40 loc) · 1.81 KB
/
resources.html
File metadata and controls
43 lines (40 loc) · 1.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Quilt Gallery</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&family=Satisfy&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Satisfy&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header style="display: grid; grid-template-columns: auto auto;">
<div name="header-title"><h1 style="color: #50364A; ">Quilted Whimsy</h1></div><div><img src="images/caramel_logo.png" height="200px"></div>
</header>
<nav>
<hr>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<hr>
</nav>
<ol class="breadcrumb">
<li><a href="">Home</a></li>
<li>Resources</li>
</ol>
<div class="video-container" style="grid-template-columns: auto auto;">
<video width="640px" height="360px" muted autoplay loop>
<source src="images/sewing.mp4" type="video/mp4">
Your browser does not support this video.
</video>
<div><h1>This page is under construction. Check back in a few days.</h1></div>
</div>
</body>
</html>