-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (34 loc) · 1.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<link rel="shortcut icon" href="images/favicon_io/favicon-32x32.png" />
<link rel="stylesheet" type="text/css" href="style.css" />
<title>SwitchAudio</title>
</head>
<body>
<section>
<h1>SwitchAudio</h1>
<img class='main-logo' src='images/switch-logo.jpg' />
</section>
<section>
<h3>About us</h3>
<p>
SwitchAudio features access to some of the finest digital and analogue audio equipment available. With over 20 years of experience in the audio events industry we bring our passion to your service.
</p>
<img class='arrow-up' src='images/arrow-207-512.png' />
</section>
<section class='section-white'>
<h3>Our Partners</h3>
<img class='partner-logos' src='images/partners-logos.jpg' />
</section>
<section>
<h3>Contacts</h3>
<a href="mailto:info@switchaudio.club">info[@]switchaudio[.]club</a>
</section>
</body>
</html>