-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
27 lines (25 loc) · 806 Bytes
/
gallery.html
File metadata and controls
27 lines (25 loc) · 806 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
<!DOCTYPE html>
<html>
<head>
<title>Tegen Short</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet">
</head>
<body>
<nav>
<a href="index.html">Home</a>
<a href="resume.html">Resume</a>
<a href="gallery.html">Gallery</a>
<a href="links.html">Links</a>
<a href="press.html">Press</a>
<a href="contact.html">Contact</a>
</nav>
<section id="gallery">
<h3> Gallery </h3>
<img src="tegenheadshottwo.jpg" alt="gallery">
<img src="tegenheadshotthree.jpg" alt="gallery">
<img src="tegenheadshotfour.jpg" alt="gallery">
<img src="tegenheadshot.jpeg" alt="gallery">
</section>
</body>
</html>