-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (202 loc) · 7.99 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
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
<!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="Landing page" />
<title>Document</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
</head>
<body>
<!-- header -->
<header class="section-outher section-header">
<div
class="section-inner section-inner--wide section-inner--padding-vertical-sm"
>
<nav class="nav" role="navigation">
<a href="#" class="nav__logo" aria-label="Домашняя страница">logo</a>
<a href="#" class="nav__link" aria-label="Sounds: страница со звуками">Sounds</a>
<a href="#" class="nav__link" aria-label="Skills: изучите наши навыки">Skills</a>
<a href="#" class="nav__link" aria-label="Plugins: страница с плагинами">Plugins</a>
<a href="#" class="nav__link" aria-label="Studio: страница студии">Studio</a>
<a href="#" class="nav__link" aria-label="Community: страница сообщества">Community</a>
<a href="#" class="nav__link" aria-label="Blog: страница блога">Blog</a>
<a href="#" class="nav__link" aria-label="Pricing: страница с ценами">Pricing</a>
<a href="#" class="nav__auth"aria-label="Войти">Login</a>
<button class="nav__btn" href="#">Sing up</button>
</nav>
</div>
</header>
<!-- / header -->
<main>
<!-- get-free-sounds -->
<section class="section-outher section-get-free-sounds">
<div
class="section-inner section-inner--narrow section-inner--padding-vertical-sm"
>
<div class="section-get-free-sounds__item">
<p>
🤘 Get free Sounds when you start a trial & 4 months off a Sounds+
annual plan.
</p>
<a href="#" class="section-get-free-sounds__link" aria-label="Click-here">Click here</a>
</div>
</div>
</section>
<!-- / get-free-sounds -->
<!-- playground -->
<section class="section-outher section-playground">
<img srcset="/src/IMAGE-480w.webp 480w, /src/IMAGE-800w.webp 800w, /src/IMAGE.webp 1200w" src="/src/IMAGE.webp" alt="Preview image" class="playground-preview" loading="lazy">
<div class="section-inner">
<div class="section-playground__wrapper">
<h1>Step into the producer’s producer’s</h1>
<h2>
Explore the world’s best sample library and an unmatched marketplace
of plugins and DAWs.
</h2>
<button class="btn-primary" onclick="startFreeTrial()">
Try free
</button>
</div>
</div>
</section>
<!-- / playground -->
<!-- sounds -->
<section class="section-outher section-sounds">
<div class="section-inner section-inner--padding-only-top">
<div class="cards">
<div class="cards__wrapper">
<h3>Sounds</h3>
<h2>A catalog so deep, it’s dangerous.</h2>
<p>
Expertly created and curated samples in any style imaginable.
Start swimming in sound.
</p>
<button class="btn-primary" href="#">
Explore Sounds
</button>
</div>
<div class="cards__image">
<img src="src/IMAGE-1.webp" alt="loading" loading="lazy" width="500" height="300"/>
</div>
</div>
</div>
</section>
<!-- / sounds -->
<!-- connected-experience -->
<section class="section-outher section-connected-experience">
<div class="section-inner section-inner--padding-only-top">
<div class="cards cards--reverse">
<div class="cards__wrapper cards__wrapper--text-end">
<h3>Connected Experience</h3>
<h2>A workflow that actually flows.</h2>
<p class="item">
Preview samples in your track’s key and tempo, drag and drop
sounds into your DAW, and organize your favorite samples, MIDI and
presets in one place.
</p>
</div>
<div class="cards__image">
<img src="src/IMAGE-2.webp" alt="loading" loading="lazy" width="500" height="300"/>
</div>
</div>
</div>
</section>
<!-- / connected-experience -->
<!-- gear -->
<section class="section-outher section-gear">
<div class="section-inner section-inner--padding-only-top">
<div class="cards">
<div class="cards__wrapper">
<h3>Gear</h3>
<h2>Build a drool-worthy studio, affordably.</h2>
<p>
The industry’s top software, all in one place, on payment plans
built to work for you.
</p>
<button class="btn-primary btn-primary--small" href="#">
Explore Gear
</button>
</div>
<div class="cards__image">
<img src="src/IMAGE-3.webp" alt="loading" loading="lazy" width="500" height="300"/>
</div>
</div>
</div>
</section>
<!-- / gear -->
<!-- technology -->
<section class="section-outher section-technology">
<div class="section-inner section-inner--padding-only-top">
<div class="cards cards--reverse">
<div class="cards__wrapper cards__wrapper--text-end">
<h3>Technology</h3>
<h2>Crate dig without the dust.</h2>
<p>
Our intelligent search tools help you discover sounds you would
normally have to dig to find. Tech breaks the sweat, not you.
</p>
<button class="btn-primary btn-primary--small" href="#">
Discover CoSo
</button>
</div>
<div class="cards__image">
<img src="src/IMAGE-4.webp" alt="loading"/>
</div>
</div>
</div>
</section>
<!-- / technology -->
<!-- creators -->
<section class="section-outher section-creators">
<div class="section-inner">
<h3>What creators are saying about Splice</h3>
<div class="section-creators__wrapper">
<div class="section-creators__card">
<div class="section-creators__card__img">
<img src="src/IMAGE-5.webp" alt="loading"/>
</div>
<p class="creator-quote">
I can always find what I’m looking for on Splice, whether it’s the
exact sound I want or just a bit of inspiration.
</p>
<p>Andrew Huang</p>
</div>
<div class="section-creators__card">
<div class="section-creators__card__img">
<img src="src/IMAGE-6.webp" alt="loading"/>
</div>
<p class="creator-quote">
Finally a way to buy plugins that works. By paying a little at a
time, producers can get legit access to the top VSTs.
</p>
<p>KSHMR</p>
</div>
<div class="section-creators__card">
<div class="section-creators__card__img">
<img src="src/IMAGE-7.webp" alt="loading"/>
</div>
<p class="creator-quote">
It’s been fun to dive into Splice’s creator community and explore
tools that support my own creative process.
</p>
<p>Kesha Lee</p>
</div>
</div>
</div>
</section>
<!-- / creators -->
</main>
<!-- today -->
<footer class="section-outher section-today">
<img srcset="/src/IMAGE-8-480w.webp 480w, /src/IMAGE-8-800w.webp 800w, /src/IMAGE-8.webp 1200w" src="/src/IMAGE-8.webp" alt="Preview-image" class="playground-preview" loading="lazy">
<div class="section-inner section-inner--padding-vertical-xl">
<h2>Try Splice today</h2>
<button class="btn-primary" href="#">
Start now
</button>
</div>
</footer>
<!-- / today -->
</body>
</html>