-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
50 lines (44 loc) · 1.97 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
<!DOCTYPE html>
<html>
<title>Food & Psychoacoustics</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/3/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
background-image: url("https://github.com/suveenat/suveenat.github.io/blob/master/Photos/edited_avocado_toast.jpg?raw=true");
min-height: 100%;
background-position: center;
background-size: cover;
}
</style>
<body>
<!-- Navbar (sticky bottom) -->
<div class="w3-bottom w3-hide-small">
<!--<div class="w3-bar w3-center w3-padding w3-opacity-min w3-hover-opacity-off">-->
<div class="w3-bar w3-white w3-center w3-padding w3-opacity-min w3-hover-opacity-off">
<a href="index.html" style="width:25%" class="w3-bar-item w3-button">Home</a>
<a href="about.html" style="width:25%" class="w3-bar-item w3-button">About</a>
<a href="amplitude_frequency.html" style="width:25%" class="w3-bar-item w3-button">Amplitude & Frequency</a>
<a href="sound_effects.html" style="width:25%" class="w3-bar-item w3-button">Sound Effects</a>
</div>
</div>
<div class="bgimg w3-display-container w3-animate-opacity w3-text-white">
<div class="w3-display-topleft w3-padding-large w3-xlarge">
<!--Suveena Thanawala <br> CORE 101 Final Project-->
</div>
<div class="w3-display-middle">
<h1 class="w3-jumbo w3-animate-top"><center>food & psychoacoustics</h1>
<hr class="w3-border-white" style="margin:auto;width:40%">
</div>
<div class="w3-display-bottomleft w3-padding-large">
</div>
</div>
</body>
</html>
<!--https://prods3.imgix.net/images/articles/2016_02/Hero-Chefs-and-restaurant-design-instagram-social-media-seamores-by-chloe-kenfulk.jpg
https://github.com/suveenat/suveenat.github.io/blob/master/Photos/salmon_edited.jpg?raw=true");-->
<!--w3-white removed from bottom buttons-->