-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHome.html
More file actions
28 lines (28 loc) · 1016 Bytes
/
Home.html
File metadata and controls
28 lines (28 loc) · 1016 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
<html>
<head>
<title>
Home
</title>
<link rel="stylesheet" type="text/css" href="Home_Style.css"/>
</head>
<body>
<p id="Main_Title">TO TRAVEL IS TO LIVE</p>
<p id="Main_Text">You Don't Need Magic To Disapper, All You Need is a Destination</p>
<center>
<div style="text-align:center; width:60%; margin-top:5%; color:white;">
<blockquote>
“When words become unclear, I shall focus with photographs. When images become inadequate, I shall be content with silence.”
</blockquote>
<div class="credit" style="text-align:right;">
<cite>
― Ansel Adams
</cite>
</div>
</div>
</center>
<p id="Sub_Text">NEVER STOP PHOTOGRAPHING</p>
<center>
<img id="Cam" draggable="false" src="Images/Nav_Icon.png"/>
</center>
</body>
</html>