-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
90 lines (84 loc) · 2.59 KB
/
about.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
<!DOCTYPE html>
<html>
<script type="text/javascript" src='../movefunc.js'></script>
<script type="text/javascript" src='../posfunc.js'></script>
<link href="https://fonts.googleapis.com/css?family=Courgette|Sanchez" rel="stylesheet">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>H2O Counts</title>
</head>
<body>
<div id="header"></div>
<div id="altHeader">H<sub>2</sub>O Counts</div>
<a href="open.html" class="tabs" id="whyTab">Why?</a>
<a href="calibration.html" class="tabs" id="calibrateTab">Step 1</a>
<a href="timer.html" class="tabs" id="timerTab">Timer</a>
<a href="about.html" class="tabs" id="aboutUsTab">About Us</a>
</body><img src="bkg.jpg" style="height: 375.1875px; width: 736px; top: 0px; left: -10px;">
<div id="body2" style="height: 375.1875px; width: 736px; top: 375.1875px; left: -10px;"></div>
<body>
<style type="text/css">
/*#body2{position:absolute;
background:linear-gradient(#f3f3f3,grey) background-repeat: no-repeat ;background-position: undefined undefined ;background-size: 100% ;background-size: cover;
}*/
#body2{position:absolute;
background-image:url("altbg.png"); background-repeat: no-repeat ;background-position: undefined undefined ;background-size: 100% ;background-size: cover;
}
img{position:absolute;
background-image:url("altbg.png"); background-repeat: no-repeat ;background-position: undefined undefined ;background-size: 100% ;background-size: cover;
}
#startText{
position: relative;
left:35%;
top:70%;
color:white;
font-size: 100%;
font-family:sans-serif;
width:28%;
}#whyTab,#calibrateTab,#timerTab,#aboutUsTab{
position:fixed;
color:white;
font-size:15pt;
z-index:11;
text-decoration:none;
}#header{
position: fixed;
top:0px;
left:0px;
width:736px;
height:11%;
background-color:#48acee;
opacity: .75;
z-index:10;
}
#altHeader{
position: fixed;
top:0px;
left:2%;
width:736px;
font-size: 200%;
color:white;
font-family: 'Courgette', cursive;
z-index: 10
}body{position: absolute;
background-color:#48d7ee;
font-family: 'Sanchez', serif;
color:white;
background:background-repeat: no-repeat ;background-position: undefined undefined ;background-size: 100% ;background-size: cover;
}
#whyTab:hover,#calibrateTab:hover,#timerTab:hover,#aboutUsTab:hover{
border-style: solid;
border-color:white;
opacity: .7
}#whyTab{left:50%;
top:2.9%;
}#calibrateTab{left:60%;
top:2.9%;
}#timerTab{left:69%;
top:2.9%;
}#aboutUsTab{left:77%;
top:2.9%;
}
</style>
</body>
</html>