-
Notifications
You must be signed in to change notification settings - Fork 0
/
photography.html
36 lines (36 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Photography</title>
<link rel="stylesheet" type="text/css" href="workDetail.css">
<link href="https://fonts.googleapis.com/css?family=Poppins" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Satisfy" rel="stylesheet">
</head>
<body>
<div class="contentContainer">
<span class="descriptionContainer">
<ul>
<li><a href='/'>Home</a></li>
<li>|</li>
<li><a href="work.html">Work</a></li>
</ul>
<span id="heading">
<h1>Photos </h1>
</span>
<span id="description">
<p>I enjoy capturing memories and pretty landscapes through photography.
I am slowly experimenting with the various settings of manual. Many of my pictures
are taken at Dartmouth. Some of the others are taken when I travel. Here are some of
my favorites.
</p>
</span>
</span>
<span class="imageContainer">
<img src="images/snowTwilight.jpg">
<img src="images/sunRiver.png">
<img src="images/bench.jpg">
<img src="images/road.png">
<img src="images/bridge.jpg">
</span>
</div>
</body>