-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
305 lines (260 loc) · 12.9 KB
/
features.html
File metadata and controls
305 lines (260 loc) · 12.9 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
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<html>
<head>
<link rel="stylesheet" href="styles/features_style.css">
<script src="scripts/animations.js" type="text/javascript"></script>
<script src="scripts/pricing_js.js" type="text/javascript"></script>
<title>Features | Harmony</title>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/harmony_favicon.png" type="image/icon type">
<!-- Linking SwiperJS CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<!--Back to top button-->
<button id="top_button" onclick="topFunction()" title="Go to top"><img src="assets/up_arrow.svg" alt="arrow" style="height: 24px;"></button>
<!--Navigation bar-->
<div class="navigation_container">
<!--Web navigation-->
<div class="nav_container">
<!--Left navigation-->
<div class="nav_left">
<a class="harmony_logo" href="index.html" ><img src="assets/harmony_logo_2.svg" height="30px"></a>
</div>
<!--Middle navigation-->
<div class="nav_middle">
<a class="nav_button" href="index.html">Home</a>
<a class="nav_button" href="features.html" id="selected_page">Features</a>
<a class="nav_button" href="pricing.html" >Pricing</a>
<a class="nav_button" href="team.html">Team</a>
</div>
<!--Right navigation-->
<div class="nav_right">
<a class="nav_button" id="login_button" href="login.html">Log in</a>
<a class="nav_button" id="download_button" href="download.html">Download</a>
</div>
</div>
<!--Mobile navigation-->
<div class="nav_container_mobile">
<div class="nav_left_mobile">
<a class="harmony_logo" href="index.html" ><img src="assets/harmony_logo_2.svg" height="30px"></a>
</div>
<div class="nav_right_mobile">
<button class="mobile_nav_button" onclick="navigation_button()"><img id ="menu_hamburger" src="assets/hamburger_menu.svg"></button>
</div>
</div>
</div>
<!--Web display (necessary contaienr for mobile menu)-->
<div class="web_page_content">
<!-- Header -->
<div>
<header id="features_header_back">
<img class="features_img" src="assets/features_main.jpg">
<div id="features_header_text_container">
<h1 id="features_header_text">Discover Harmony’s Core Features</h1>
</div>
</header>
</div>
<!-- Main features slider -->
<section class="main-features">
<div class="slider">
<div class="main_container swiper">
<div class="features-wrapper">
<ul class="features-list swiper-wrapper">
<li class="features-item swiper-slide">
<a href="#" class="features-link">
<h2 class="features-h2">Profile</h2>
<div class="inside-content">
<img src="assets/features_profile.jpg" alt="photo of girl putting on lipstick + guitar" class="features-image">
<div class="info-item">
<ul>
<li class="info-header">Show off your style and share what you love</li>
<ul>
<li class="info-list">Customize your profile to express who you are</li>
<li class="info-list">Post photos, share your favorite songs and artists</li>
</ul>
</ul>
</div>
</div>
</a>
</li>
<li class="features-item swiper-slide">
<a href="#" class="features-link">
<h2 class="features-h2">Messaging</h2>
<div class="inside-content">
<img src="assets/features_messaging.jpg" alt="girl texting with headphones" class="features-image">
<div class="info-item">
<ul>
<li class="info-header">Connect seamlessly with friends through interactive messages</li>
<ul>
<li class="info-list">Send texts, photos, and videos in real-time</li>
<li class="info-list">Discover what your friends are currently vibing to</li>
</ul>
</ul>
</div>
</div>
</a>
</li>
<li class="features-item swiper-slide">
<a href="#" class="features-link">
<h2 class="features-h2">Map</h2>
<div class="inside-content">
<img src="assets/features_map.jpg" alt="finger pointing at a map" class="features-image">
<div class="info-item">
<ul>
<li class="info-header">Discover music around you and connect with friends</li>
<ul>
<li class="info-list">See where your friends are and tune into their music</li>
<li class="info-list">Explore trending songs in your area</li>
</ul>
</ul>
</div>
</div>
</a>
</li>
<li class="features-item swiper-slide">
<a href="#" class="features-link">
<h2 class="features-h2">Explore</h2>
<div class="inside-content">
<img src="assets/features_explore.jpg" alt="3 people looking for music" class="features-image">
<div class="info-item">
<ul>
<li class="info-header">Find new friends and discover trending music</li>
<ul>
<li class="info-list">Get personalized friend recommendations</li>
<li class="info-list">Explore the latest popular songs and trends</li>
</ul>
</ul>
</div>
</div>
</a>
</li>
</ul>
<div class="swiper-pagination"></div>
<div class="swiper-slide-button swiper-button-prev"></div>
<div class="swiper-slide-button swiper-button-next"></div>
</div>
</div>
</div>
</section>
<!-- Linking SwiperJS script -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<!-- Linking custom swiper script-->
<script src="scripts/features.js"></script>
<!-- Secondary features -->
<section class="secondary">
<div class="secondary-features">
<table class="table-main">
<tr>
<th class="table-title" colspan="4">More Amazing Features</th>
</tr>
<tr>
<td> <i class="material-icons icons">verified_user</i></td>
<td> <i class="material-icons icons">join_right</i></td>
<td> <i class="material-icons icons">headphones</i></td>
<td> <i class="material-icons icons">near_me</i></td>
</tr>
<tr class="table-features">
<th class="table-head">Privacy Features</th>
<th class="table-head">Blend & Create Shared Playlists</th>
<th class="table-head">Your Song of the Day</th>
<th class="table-head">Concerts Near You</th>
</tr>
<tr class="table-descriptions">
<td class="table-data">Customize your privacy: choose who can find you, turn off friend suggestions, and set your profile to private.</td>
<td class="table-data">Merge your music styles with friends and create shared playlists that perfectly capture your combined vibes.</td>
<td class="table-data">Showcase a song each day that captures your mood, reflects your music taste, or share a recent discovery with others.</td>
<td class="table-data">Stay updated on local concerts you and your friends will love, making it easy to plan your next live music experience.</td>
</tr>
</table>
</div>
</section>
<!--Try section-->
<section style="background: linear-gradient(to right, rgba(229, 115, 126, 1), rgba(228, 160, 167, 0.804))">
<div class="try_container">
<div class="try_content_container">
<a class="harmony_logo"><img src="assets/harmony_logo_2.svg" height="40px"></a>
<h1>Ready to find your musical match?</h1>
<h3 style="margin-bottom: 40px">Meet new friends through the language of music within seconds.</h3>
<a href="download.html" class="nav_button" id="download_button">Try Harmony free</a>
<div class="ratings_container">
<div class="ratings_content"><p class="rating_text" style="margin-right: 10px;">4.8/5.0</p></div>
<div class="ratings_content"><img src="assets/star.svg" class="star_icon" alt="star"></div>
<div class="ratings_content"><img src="assets/star.svg" class="star_icon" alt="star"></div>
<div class="ratings_content"><img src="assets/star.svg" class="star_icon" alt="star"></div>
<div class="ratings_content"><img src="assets/star.svg" class="star_icon" alt="star"></div>
<div class="ratings_content"><img src="assets/star_half.svg" class="star_icon" alt="star"></div>
</div>
</div>
</div>
</section>
<!--Footer-->
<section style="background: linear-gradient(to right, rgb(111 107 107), rgb(44 44 44) );">
<div class="footer_container">
<div class="footer_content_container">
<!--Left footer-->
<div class="left_foot">
<a class="harmony_logo" href="index.html" ><img src="assets/harmony_logo_1.svg" height="30px"></a>
</div>
<!--Middle footer-->
<div class="middle_foot">
<a class="foot_link" href="index.html">Home</a>
<a class="foot_link" href="features.html">Features</a>
<a class="foot_link" href="pricing.html">Pricing</a>
<a class="foot_link" href="team.html">Team</a>
<a class="foot_link" href="download.html">Download</a>
<a class="foot_link" href="contact.html">Contact</a>
</div>
<!--Right foot-->
<div class="right_foot">
<a><img class="foot_link" src="assets/linkedin.svg" alt="LinkedIn" style="height: 14px;"></a>
<a href="https://github.com/Harmaniacz/Harmaniacz.github.io" target="_blank"><img class="foot_link" target="_blank" src="assets/github.svg" alt="GitHub" style="height: 14px;"></a>
</div>
</div>
</div>
</section>
</div>
</div>
<!--Mobile navigation menu-->
<div class="mobile_page_content" style="display: none; visibility: hidden;">
<div class="mobile_navigation_list">
<a class="mobile_menu_button" href="index.html">Home</a>
<a class="mobile_menu_button" href="features.html" style="color:black; ">Features</a>
<a class="mobile_menu_button" href="pricing.html" >Pricing</a>
<a class="mobile_menu_button" href="team.html">Team</a>
<a class="mobile_menu_button_2" href="download.html">Download</a>
</div>
</div>
</body>
<script>
let menu_press = true
function navigation_button() {
const web_element = document.getElementsByClassName("web_page_content");
const mobile_element = document.getElementsByClassName("mobile_page_content");
const image_element = document.getElementById("menu_hamburger");
if (menu_press == true) {
for (var i = 0; i < web_element.length; i = i + 1) {
web_element[i].style.display = "none";
web_element[i].style.visibility = "hidden";
mobile_element[i].style.display = "";
mobile_element[i].style.visibility = "visible";
image_element.src = "assets/close_menu.svg";
document.body.style.backgroundColor = "white";
}
menu_press = false;
} else {
for (var i = 0; i < web_element.length; i = i + 1) {
web_element[i].style.display = "";
web_element[i].style.visibility = "visible";
mobile_element[i].style.display = "none";
mobile_element[i].style.visibility = "hidden";
image_element.src = "assets/hamburger_menu.svg";
document.body.style.backgroundColor = "var(--bg_color)";
}
menu_press = true;
}
}
</script>
</html>