-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
174 lines (154 loc) · 5.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Jua" rel="stylesheet">
<title>Document</title>
<style>
body {
font-family: 'Jua', sans-serif;
}
.backgroundWrap {
position: fixed;
z-index: -1000;
width: 100%;
height: 100%;
overflow: hidden;
top: 0;
left: 0;
}
#videoBgElement {
position: relative;
top: 0;
left: 0;
min-height: 100%;
min-width: 100%;
}
.navbar-brand {
font-size: 95px;
padding-right: 40px;
padding-left: 40px;
padding-bottom: 10px;
padding-top: 15px;
height: 60px;
font-weight: bold;
color: red;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #ff0000;
text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
color: darkred;
text-shadow: 0 0 5px #ffc, 0 0 10px yellow, 0 0 15px #feff76, 0 0 20px #fac74f, 0 0 35px #f6512f, 0 0 40px #f6512f, 0 0 60px orangered, 0 0 90px #f55034
}
.content {
width: 100%;
min-height: 100%;
z-index: 1000;
text-shadow: #3bc6a8 3px 2px 2px;
}
.content h1 {
/* color: #F5DA81; */
/* text-shadow: #3bc6a8 4px 4px; */
text-align: center;
/* font-size: 75px; */
margin-top: -1px;
}
.content h3 {
/* font-family: Merienda Font; */
font-family: Snell Roundhand, cursive;
font-size: 40px;
letter-spacing: 5px;
color: rgb(253, 253, 253);
text-shadow: #3bc6a8 2px 2px 2px;
text-align: center;
margin: 0 30px;
/* border-bottom: red 3px solid; */
font-style: oblique;
}
#membHead,
#members {
text-align: left;
font-size: 38px;
margin-left: 30px;
color: #F5DA81;
letter-spacing: 10px;
line-height: 5px;
}
#membHead {
text-decoration: underline;
margin-top: 30px;
}
#members {
transform: translate(-50%, -50%);
transform: Y(10deg);
transform-origin: right;
animation: animate 18s infinite;
}
@keyframes animate {
0% {
opacity: 0;
transform: skewY1(10deg);
}
50% {
opacity: 2;
transform: skewY(2deg);
}
100% {
opacity: 0;
transform: skewY(0deg);
}
}
.btn1,
.btn2 {
font-family: 'Jua', sans-serif;
border: solid 5px #4aaaa5;
background: transparent;
padding: 1rem 1rem;
background-color: #43ddbb;
transition: all .5s ease;
color: #41403E;
font-size: 15px;
letter-spacing: 1px;
outline: none;
box-shadow: 20px 38px 34px -26px hsla(0, 0%, 0%, .2);
border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
/* position: absolute; */
}
.btn1 {
margin-top: -200px !important;
float: right;
margin-right: 25px;
}
.btn2 {
margin-top: -80px !important;
float: right;
margin-right: 15px;
}
#btn:hover {
box-shadow: 2px 8px 4px -6px hsla(0, 0%, 0%, .3);
transform: scale(1.1);
}
</style>
</head>
<body>
<div class="backgroundWrap">
<video src="assets/faces/candle.mp4" id="videoBgElement" preload="auto" autoplay="true" muted="muted">
</video>
</div>
<div class="content">
<h1 class="navbar-brand">Mood-iliser</h1>
<!-- <p class="navbar-brand">Mood-iliser</p> -->
<h3>We deal...in emotions! 😏</h3>
<h2 id="membHead">TEAM MEMBERS</h2><br>
<div id="members">
<h4 style="color: rgb(234,81,69) ">Naeem Ali</h4>
<h4 style="color:rgb(251,186,2)"> Zachary Kite </h4>
<h4 style="color: rgb(50,166,81)">Hasan Mustafa</h4>
<h4 style="color:#474ddd"> Tim Stevens</h4>
</div>
</div>
<a href="app.html"><button class="btn1">Mood-iliser Web App</button></a>
<a href="comments.html"><button class="btn2">Leave a comment man</button></a>
</body>
</html>