-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 1009 Bytes
/
index.html
File metadata and controls
29 lines (26 loc) · 1009 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
29
<!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>
<header id="main-header">
<h1>Tegen Short</h1>
<h2>Actress</h2>
<img src="tegenheadshot.jpeg" alt="Tegen Short Headshot">
</header>
<section id="home-content">
<p>Tegen Short, born in London in 1996, graduated from Guildhall School of Music and Drama in 2017. She was most recently seen in The Crimps at the Barbican Theatre. Other professional experience includes Gemma in <i>Murder</i> Ellie in <i>Being Nice</i> and in two music videos, Mount Kimbie and Joy Crookes.</p>
</section>
</body>
</html>