-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchef.html
More file actions
54 lines (54 loc) · 2.1 KB
/
chef.html
File metadata and controls
54 lines (54 loc) · 2.1 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
54
<!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>Snowboarder</title>
</head>
<body>
<main>
<div class="banner">
<img src="chef-bg.JPG" alt="photo" />
<div class="author">
<h1>Pro???</h1>
<h3>Still a rookie</h3>
</div>
</div>
<div class="story">
<div class="story-description">
<h3>My Story</h3>
<p>
What happened after this picture may be the most challenging thing I have ever done in my life. You may be wondering what I did. I took a two-hour hiking with my snowboard and finally reached the summit of Highland Park, 12392'. I started from the end of the cable car and walked on the ridge. Hypoxia made me want to give up, but I made it.
</p>
<p>
The moment I climbed to the top, I cried. It is the tears of success. I have a sigh of relief. It turned out that this taste made me so proud. But it is not over yet, I still need to slide from the top of the mountain to the bottom of the mountain, but fortunately, it is a small witch.
</p>
</div>
<div class="profile">
<img src="chef-profile.JPG" alt="" />
</div>
</div>
<div class="my-work">
<div class="work-description">
<h3>Me with Snow</h3>
<p>
These photos are the favorite of my ski-related photos.
</p>
<p>
Plz enjoy.
</p>
</div>
<div class="work-gallery">
<img src="chef-gallery-1.JPG" alt="" />
<img src="chef-gallery-2.JPG" alt="" />
<img src="chef-gallery-3.JPG" alt="" />
<img src="chef-gallery-4.JPG" alt="" />
<img src="chef-gallery-5.JPG" alt="" />
<img src="chef-gallery-6.JPG" alt="" />
</div>
</div>
</main>
</body>
</html>