-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<div>
<body>
<div class="container-header">
<header>
<h2>Bria Barry</h2>
<nav>
<a href="about.html">About</a>
<a href="projects.html">Projects</a>
<a href="contact.html">Contact</a>
</nav>
</header>
</div>
<section>
<h1>Bria Barry</h1>
<button>My Projects</button>
</section>
<div class="images">
<img src="https://picsum.photos/200/200">
<img src="https://picsum.photos/200/200">
<img src="https://picsum.photos/200/200">
<img src="https://picsum.photos/200/200">
<img src="https://picsum.photos/200/200">
<img src="https://picsum.photos/200/200">
</div>
<div class="container-bottom">
<footer>
<button>Contact Me</button><br>
</footer>
</div>
</body>
</div>