-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (48 loc) · 1.41 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Venice Carnival 2021</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Muli%7CRoboto:400,300,500,700,900" rel="stylesheet"></head>
<body>
<div class="main-nav">
<ul class="nav">
<li class="name"><a href="index.html">Venice Carnival 2021</a></li>
<li><a href="program.html">Program</a></li>
<li><a href="live cam.html">Live Cam</a></li>
<li><a href="#">History</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<header>
<img src="cristina-gottardi-ilyXhGzvimU-unsplash.jpg" alt="Drawing of Jane Smith" class="profile-image">
<h1 class="tag name">Venice Carnival 2021</h1>
<p class="tag location">Sat, Jan 30, 2021 – Tue, Feb 16, 2021.</p>
</header>
<main class="flex">
<div class="card">
<h2>B</h2>
<ol>
<li>I</li>
<li>I</li>
<li>I</li>
<li>F</li>
</ol>
</div>
<div class="card">
<h2>G</h2>
<p>I </p>
<ul class="skills">
<li>H</li>
<li>C</li>
<li>J</li>
<li>R</li>
<li>R</li>
</ul>
<p>I</p>
</div>
</main>
</body>
</html>