-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPhotography.html
62 lines (49 loc) · 2.47 KB
/
Photography.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html class="photo" 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">
<title>Photography</title>
<script src="ITLOM.JS" defer></script>
<script src="tabs.js" defer></script>
</head>
<body class="destination">
<header class="primary-header flex">
<div>
<img src="./logo.svg" alt="space tourism logo" class="logo">
</div>
<button class="mobile-nav-toggle" aria-controls="primary-navigation"><span class="sr-only" aria-expanded="false">Menu</span></button>
<nav>
<ul id="primary-navigation" data-visible="false" class="primary-navigation underline-indicators flex">
<li><a class="Hyperlink" href="./index.html"><span aria-hidden="true">00</span>Home</a>
<li class="active"><a class="Hyperlink" href="./Photography.html"><span aria-hidden="true">01</span>Photography</a>
<li><a class="Hyperlink" href="./AboutMe.html"><span aria-hidden="true">02</span>AboutMe</a>
<li><a class="Hyperlink" href="./contactinfo.html"><span aria-hidden="true">03</span>Contact</a>
</ul>
</nav>
</header>
<img class="vivamex" src="./vivamexico.jpg">
<h1>During the celebration of Cinco De Mayo, In randall's Island photographer Cesar
was taking photos of the low rider cars. </h1>
<img class="chinatown" src="./chinatown.jpg">
<h1>During the celebration of the Chinese New Year in Chinatown, This moment was captured...</h1>
<img class="closegraffiti" src="./closegraffiti.jpg">
<h1>In Williamsburg Mid-Photo photographer, Brandon got in frame of the shot of graffiti & stickers</h1>
<img class="rose" src="./closeuprose.jpg">
<h1>Capturing one of the beauty's of Nature... </h1>
<img class="butterflyrose" src="./flyrose.JPG">
<h1> Wondering...</h1>
<img class="sunflower" src="./sunflower.jpg">
<h1>Focus on the part's that make you happy!</h1>
<img class="bike" src="citybike.jpg">
<h1>Walking down the streets of Manhattan on 23st.</h1>
<img class="intime" src="./pauseintime.jpg">
<h1>College student at FIT was patiently waiting for their friend to arrive.</h1>
<img class="blackandwhite" src="./black&white.jpg">
<h1>Walking towards the pier this graffiti wall was spotted.</h1>
<img class="" src="">
<h1></h1>
</body>
</html>