-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
146 lines (140 loc) · 7.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Master guitar with portal Flux. All-in-one: chords and songs, updated daily.">
<meta name="keywords" content="guitar, chord, lyrics, music, songs">
<meta name="author" content="git: parasol-ka">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="style.css" media="all">
<link rel="icon" href="images/home/logo.webp" type="image/svg+xml">
<title>Flux</title>
</head>
<body>
<header>
<a href="index.html" id="logo_link"></a>
<nav id="navtop">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="pages/chords.html">Learn chords</a></li>
<li><a href="pages/songs.html">Songs Library</a></li>
<li><a href="pages/info.html">Info</a></li>
</ul>
</nav>
</header>
<main>
<section id="welcome">
<h1><span id="pink">Stay on</span> <span id="black">the same</span> <span id="white">frequency</span></h1>
<a href="#menu" class="button">
<img src="images/home/button_off.webp" alt="" aria-hidden="true" class="decorative_icon">
explore now
</a>
<span class="bg_volume"><img src="images/home/volume1.webp" alt="" aria-hidden="true"></span>
<img src="images/home/guitar.webp" alt="Photo of black modern guitar" aria-hidden="true" id="bg_welcome">
</section>
<section id="menu">
<h2 class="titles">All in one place</h2>
<nav id="menu_home">
<ul id="menu_links">
<li>
<a href="#learn" class="image_link">
<img src="images/home/learn.svg" alt="Hand playing chords" id="guitar_playing">
<p>learn</p>
</a>
</li>
<li>
<a href="#stock" class="image_link">
<img src="images/home/stock.svg" alt="Sheets of notes" id="pages">
<p>stock</p>
</a></li>
<li>
<a href="#inspire" class="image_link">
<img src="images/home/inspire.svg" alt="Man walking with light behind" id="man_walking">
<p>inspire</p>
</a>
</li>
</ul>
</nav>
<span class="bg_volume"><img src="images/home/volume2.webp" alt="" aria-hidden="true" id="volume2"></span>
</section>
<section id="learn">
<h2 class="titles">Train your skills</h2>
<div id="chord_choise">
<span id="guitar_zoom"><img src="images/home/guitar_zoom.svg" alt="Guitar strings zoom"></span>
<ul>
<li class="choise" id="d_chord">
<img src="images/home/d_chord.webp" alt="D Chord">
<img src="images/home/d_green.webp" alt="" class="chord_hidden" id="d_chord_green">
</li>
<li class="choise" id="chord">
<span class="circle" id="first_finger"></span>
<span class="circle" id="second_finger"></span>
<span class="circle" id="third_finger"></span>
</li>
<li class="choise" id="g_chord">
<img src="images/home/g_chord.webp" alt="G Chord">
<img src="images/home/g_red.webp" alt="" class="chord_hidden" id="g_chord_red">
</li>
</ul>
<p>check if you know the right chord</p>
<a href="pages/chords.html" class="button">
<img src="images/home/note.webp" alt="" aria-hidden="true" class="decorative_icon">
see more
</a>
</div>
<span class="bg_volume"><img src="images/home/volume3.webp" alt="" aria-hidden="true" id="volume3"></span>
</section>
<section id="stock">
<h2 class="titles">Easy Lyrics Learning</h2>
<div id="song">
<ul>
<li class="song_player">
<h3>Hotel California</h3>
<h4>The Eagles</h4>
<img src="images/home/player.svg" alt="Song player" class="player">
<img src="images/home/hotelcalifornia.webp" alt="Hotel California Album" class="album">
</li>
<li id="song_text">
<p>
<strong>Intro</strong><br>
Am E7 G D F C Dm E7 x2 <br>
<strong>Verse</strong><br>
<span>Am </span> E7<br>
On a dark desert highway, cool wind in my hair<br>
<span>G</span> D<br>
Warm smell of colitas rising up through the air<br>
<span>F</span> C<br>
Up ahead in the distance, I saw a shimmering light<br>
Dm<br>
My head grew heavy and my sight grew dim<br>
E7<br>
I had to stop for the night<br>
</p>
</li>
</ul>
</div>
<a href="pages/songs.html" class="button">
<img src="images/home/headphones.webp" alt="" aria-hidden="true" class="decorative_icon">
see more
</a>
</section>
<section id="inspire">
<span class="bg_volume"><img src="images/home/volume4.webp" alt="" aria-hidden="true" id="volume4"></span>
<h2 class="titles">Flux of inspiration</h2>
<img src="images/home/girl.webp" alt="Girl with a cat listening music" id="inspiration">
<p>Discover new melodies and timeless classics updated daily in our library</p>
</section>
</main>
<footer>
<a href="#navtop" id="logo_footer"><img src="images/home/logo.webp" alt="Logo Flux"></a>
<p>Follow us on social media</p>
<nav id="navbottom">
<a href="https://www.instagram.com/anastasiias_faces/" target="_blank"><img src="images/home/insta.webp" alt="Instagram icon"></a>
<a href="https://www.youtube.com/watch?v=Gnm3hIcjiCQ" target="_blank" ><img src="images/home/youtube.webp" alt="YouTube icon"></a>
<a href="https://vm.tiktok.com/ZMMgP9t7Y/" target="_blank"><img src="images/home/tiktok.webp" alt="TikTok icon"></a>
</nav>
<p>Created by Anastasiia Kozlenko 2024</p>
</footer>
</body>
</html>