-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlandscape.html
44 lines (39 loc) · 1.78 KB
/
landscape.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
<!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">
<title>Basho</title>
<link rel="stylesheet" media="screen and (min-width:769px)" href="pc-style.css">
<link rel="stylesheet" media="screen and (max-width:769px)" href="mobile-style.css">
</head>
<body>
<h2 class="logo">Basho</h2>
<div class="container">
<div class="main-section">
<h1 class="main-liner">Upload Your <span class="landscape">Landscape</span> Photos</h1>
<h3 class="sub-liner">Photos Organized by Location</h3>
<form class="form">
<input type="email" name="email" placeholder="Enter Email Address" class="input">
<input type="submit" value="Notify Me" class="submit">
</form>
<a href="index.html" class="link">Want to Discover Tokyo Locations?</a>
</div>
<div class="main-copyright-container">
<a href="https://forms.gle/62KStCV3epgzuQ8F9" target="_blank" rel="noopener noreferrer" class="contact-form">Contact</a>
<h6 class="main-copyright">©︎ 2022 Basho</h6>
</div>
<div class="curve-parent">
<div class="curve"></div>
<div class="photo-container-2">
<img src="https://shizuoka-yakei.com/cms/wp-content/uploads/2021/11/hero_img_01.jpg" alt="mount-fuji" class="square-photo">
</div>
<div class="photo-container-1">
<img src="https://shizuoka-yakei.com/cms/wp-content/uploads/2021/11/hero_img_01.jpg" alt="mount-fuji" class="landscape-photo">
</div>
</div>
</div>
<script src="preventScroll.js"></script>
</body>
</html>