-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
21 lines (18 loc) · 1022 Bytes
/
Copy pathabout.html
File metadata and controls
21 lines (18 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<title>::about::</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheets/about-stylesheet.css">
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
</head>
<BODY>
<div class="image"><img src= "imgs/bio.jpg" alt="Biopic" width="25%" height="25%"/></a></div>
<div class="quote">Hello, there</div>
<div class="body">What if every country has ninjas but we only know about the Japanese ones because they're rubbish?</div>
<div class="footer">
<div class="nav"><span><a href="../index.html">Home</a></span><span><a href="../portfolio.html">Portfolio</a></span><span><a href="../about.html">About</a></span><span><a href="../contact.html">Contact</a></span><span><a href="../blog.html">Blog</a></span></div>
</div>
<div class="subfooter"><a href="mailto:creativisionist@gmail.com">© Creativisionist | All Rights Reserved</a></div>
</BODY>
</html>