-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
176 lines (163 loc) · 7.34 KB
/
index.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
<title>Assignment 1 & 2</title>
</head>
<body>
<header>
<nav class="nav-wrapper">
<div class="nav-container">
<img src="./img/memento-logo.svg" alt="">
<div class="main-nav">
<ul class="nav-menu">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Photos</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</div>
</nav>
</header>
<main>
<div class="banner-container" id="hero-banner">
<div class="block-container">
<h1 class="hero-h1">Moments <span class="playfair-display">captured</span> in Toronto, Mississauga &
Montréal.
</h1>
<p>Timeless snapshots from the vibrant streets of Toronto and Montréal, where every corner tells a
story. All photos captured on Romeo's iPhone.📱
</p>
<a href="#" class="hero-cta">View Photo Collection</a>
</div>
</div>
<h3 class="section-name">Recently captured moments</h3>
<div class="card-wrapper">
<div class="card">
<img src="./img/photo-5.png" alt="image">
<p><span class="location">Toronto</span></p>
<h1 class="hero-h1">The Well</h1>
<a class="sub-cta" href="#">View Photo Location</a>
<p class="subtext">Photo captured on Romeo's iPhone.</p>
</div>
<div class="card">
<img src="./img/photo-2.png" alt="image">
<p><span class="location">Toronto</span></p>
<h1 class="hero-h1">Royal Ontario Museum</h1>
<a class="sub-cta" href="#">View Photo Location</a>
<p class="subtext">Photo captured on Romeo's iPhone.</p>
</div>
<div class="card">
<img src="./img/photo-3.png" alt="image">
<p><span class="location">Toronto</span></p>
<h1 class="hero-h1">Union Station</h1>
<a class="sub-cta" href="#">View Photo Location</a>
<p class="subtext">Photo captured on Romeo's iPhone.</p>
</div>
<div class="card">
<img src="./img/photo-7.png" alt="image">
<p><span class="location">Mississauga</span></p>
<h1 class="hero-h1">Marilyn</h1>
<a class="sub-cta" href="#">View Photo Location</a>
<p class="subtext">Photo captured on Romeo's iPhone.</p>
</div>
<div class="card">
<img src="./img/photo-1.png" alt="image">
<p><span class="location">Toronto</span></p>
<h1 class="hero-h1">Lower Jarvis</h1>
<a class="sub-cta" href="#">View Photo Location</a>
<p class="subtext">Photo captured on Romeo's iPhone.</p>
</div>
<div class="card">
<img src="./img/photo-6.png" alt="image">
<p><span class="location">Montréal</span></p>
<h1 class="hero-h1">Hotel Place D' Armes</h1>
<a class="sub-cta" href="#">View Photo Location</a>
<p class="subtext">Photo captured on Romeo's iPhone.</p>
</div>
<div class="card">
<img src="./img/photo-4.png" alt="image">
<p><span class="location">Toronto</span></p>
<h1 class="hero-h1">Optical Illusion</h1>
<a class="sub-cta" href="#">View Photo Location</a>
<p class="subtext">Photo captured on Romeo's iPhone.</p>
</div>
<div class="card">
<img src="./img/photo-8.png" alt="image">
<p><span class="location">Toronto</span></p>
<h1 class="hero-h1">Cutlass</h1>
<a class="sub-cta" href="#">View Photo Location</a>
<p class="subtext">Photo captured on Romeo's iPhone.</p>
</div>
</div>
<div class="section-container">
<img src="./img/bg-photo.JPG" alt="image">
<div class="section-block-container">
<h1 class="hero-h1">Why do I take these photos?
</h1>
<!-- <p>All photos captured on Romeo's iPhone.📱
</p> -->
<ul>
<li>
<img src="./img/AmpleOutlet-ico.svg" alt="icon">
<h3>Storytelling</h3>
<p>Capturing moments, emotions, or ideas that resonates with me.</p>
</li>
<li><img src="./img/AmpleOutlet-ico.svg" alt="icon">
<h3>Observation</h3>
<p>Using photography as a tool to enhance my curiosity and understanding of life.</p>
</li>
<li><img src="./img/AmpleOutlet-ico.svg" alt="icon">
<h3>Personal Reflection</h3>
<p>Preserving memories and personal experiences and creating a visual diary of my life.</p>
</li>
</ul>
<!-- <button class="hero-cta">About the photographer</button> -->
</div>
</div>
<div class="banner-container">
<div class="block-container">
<h1 class="hero-h1">More <span class="playfair-display">photos</span> coming soon.
</h1>
<p>Timeless snapshots from the vibrant streets of Toronto and Montréal, where every corner tells a
story. All photos captured on Romeo's iPhone.📱
</p>
<a href="#" class="hero-cta">View Photo Collection</a>
</div>
</div>
</main>
<footer>
<div class="footer-wrapper">
<div class="footer-container">
<img src="./img/memento-logo-footer.svg" alt="">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Photos</a></li>
</ul>
<p>© 2024. Romeo Martin Rosales. Student No. 101578553</p>
</div>
</div>
</footer>
<script>
const hamburger = document.querySelector(".hamburger");
const navMenu = document.querySelector(".nav-menu");
hamburger.addEventListener("click", mobileMenu);
function mobileMenu() {
hamburger.classList.toggle("active");
navMenu.classList.toggle("active");
}
</script>
</body>
</html>