-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAbout.html
46 lines (46 loc) · 1.76 KB
/
About.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
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="latex.css" />
<title>About Me</title>
</head>
<body>
<nav>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Landscapes.html">Landscape</a></li>
<li><a href="Portraits.html">Portraits</a></li>
<li><a href="contacts.html">Contact</a></li>
<img src="CNP logo-1.png" alt="cnplogo" height="150" width="150" />
</ul>
</nav>
<div id="About-Me">
<div id="topcontainer">
<h1>CityNative Photography</h1>
<img src="CNP logo-1.png" alt="cnplogo" height="85" width="85" />
</div>
<div class="container">
<div id="left">
<h2>Welcome!</h2>
<h3>Here is alittle bit about me</h3>
<p>
Hello my relatives, I am a amateur photographer based in Phoenix,
Arizona. I'm from Tonalea, Arizona which is in the Great Navajo
Nation. I am Navajo, so my first clan is Bitter Water and I am born
for the Mescalero Apache people. I've started taking photos in 2015
while attending high school in Farmington, New Mexico. I only
recently started taking photos again, since then I have taken a few
portraits, with a main focus on landscapes. I enjoy hiking, camping
and looking forward to new experince.
</p>
</div>
<img src="About Me.jpg" alt="Photo of photographer" />
</div>
</div>
</body>
</html>