-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbarber.html
More file actions
53 lines (53 loc) · 1.81 KB
/
barber.html
File metadata and controls
53 lines (53 loc) · 1.81 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge, chrome=1" />
<link rel="stylesheet" href="../style.css" />
<title>Traveler</title>
</head>
<body>
<main>
<div class="banner">
<img src="barber-bg.JPG" alt="photo" />
<div class="author">
<h1>Travel</h1>
<h3>Have a trip</h3>
</div>
</div>
<div class="story">
<div class="story-description">
<h3>My Story</h3>
<p>
There are many stories behind each photo, and they are all connected.
</p>
<p>
I lay down and used a newspaper as a pillow. The high above me is the star that will blink, and when the train bends, these stars will draw arcs up and down, looking at them, I am asleep. Today is over – one day in all my life, tomorrow will be a new day, and I am still young.
</p>
</div>
<div class="profile">
<img src="barber-profile.JPG" alt="" />
</div>
</div>
<div class="my-work">
<div class="work-description">
<h3>Images</h3>
<p>
What do you think of when you see these photos?
<p>
Enjoy.
</p>
</div>
<div class="work-gallery">
<img src="barber-gallery-1.JPG" alt="" />
<img src="barber-gallery-2.JPG" alt="" />
<img src="barber-gallery-3.JPG" alt="" />
<img src="barber-gallery-4.JPG" alt="" />
<img src="barber-gallery-5.JPG" alt="" />
<img src="barber-gallery-6.JPG" alt="" />
</div>
</div>
</main>
</body>
</html>