-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (28 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<header>
<h1><img src="assets/artTunes.png" alt="Art Tunes" class="logo"></h1>
</header>
<body>
<div class="img1">
<br>
<em><h3>So that those who cannot experience art through sight can experience it through the other senses.</h3></em>
<br>
<a href="samples.html">
<img class="home" alt="Sound to Visual" src="assets/placeholder1.png">
<p>
<a href="visualtosound.html">
<img class="home" alt="Visual to Sound" src="assets/placeholder2.png">
</a>
</div>
<footer> © ShellHacks 2020 </footer>
</body>
</html>