-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
136 lines (115 loc) · 5.43 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="./index.css">
<link rel="icon" href="cafedotcalm.png">
<title>cafédotcalm</title>
</head>
<body>
<header style="padding-bottom: 50px ">
<div id="title">
<img id="logo" src="cafedotcalm.png"/>
<h1 style="padding: 20px; font-size: 60px; font-family: monospace;">cafédotcalm</h1>
</div>
<p id="date-time" style="color: #c0c0c0; padding-right: 100px">Today is <span id="date"></span>
It is now <span id="time"></span> PST.</p>
</header>
<p style="padding: 20px; font-size: 20px; color:#c0c0c0; font-family: monospace;">welcome to cafedotcalm! we hope you enjoy your stay :)</p>
<div id="main">
<div id="now-playing">
<h6 style=" color: #faebd7; font-size: 25px">now playing:</h6>
<div id="player"></div>
<!-- <iframe src="https://www.youtube.com/embed/5qap5aO4i9A" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"></iframe> -->
</div>
<div >
<img id="main-gif" src="taiwanstudy.gif">
<p>animation credits: Pixel Jeff(Tumblr)</p>
</div>
<div id="up-next">
<h6 style=" color: #faebd7; font-size: 25px">up next:</h6>
<ol id="video-queue"></ol>
<next>
<button id="next-song">next</button>
</next>
<button id="clear-queue">clear</button>
</div>
</div>
<div id="bottom-row" style="padding-top: 100px">
<div id="updates-section" >
<h6 style=" color: #faebd7 ; font-size: 20px">updates:</h6>
<div id="updates-box" style=" color: #faebd7; size: 10px">
<p id="updates" style=" color: black"></p>
</div>
<div id="chat-input-section">
<input type="text" id="chat-input" class="form-control" style="background-color: #faebd7">
<button id="enter-btn">enter</button>
</div>
</div>
<div class="form-group" style="padding-top: 50px ;">
<h6 for="video-url-input" style=" color: #faebd7; font-size: 19px; font-family: sans-serif ">
request a song here: </h6><p style=" color: #faebd7; font-size: 15px; font-family: sans-serif "> (input a valid youtube link)</p>
<input type="text" id="video-url-input" class="form-control" style="background-color: #faebd7">
<button id="confirm-btn">add to queue</button>
</div>
</div>
<div class="container" style="padding-top: 100px; color: #faebd7" >
<h1>take a breather, here are some photos</h1>
</div>
<div class="container" style="padding-top: 100px">
<div class="row">
<div class="col-sm" style="padding: 20px">
<img id="main-img-1" src="latenight.png">
</div>
<div class="col-sm" style="padding: 20px">
<img id="main-img-2" src="shop.png">
</div>
</div>
<div class="row">
<div class="col-sm" style="padding: 20px">
<img id="main-img-3" src="view.png">
</div>
<div class="col-sm" style="padding: 20px">
<img id="main-img-4" src="train.png">
</div>
</div>
</div>
<footer style="background-color: black; margin-top:70px; padding: 10px; text-align: center;">
<p style="color: #faebd7; font-size: 20px; padding-top: 200px">Copyright © 2021 cafédotcalm </p>
<p style="color: #faebd7; margin-top: -12px">Tyler Pruitt</p>
<p style="color: #faebd7; margin-top: -12px">Adrian Chu</p>
<p style="color: #faebd7; margin-top: -12px">Olivia Du</p>
<p style="color: #faebd7; margin-top: -12px">Mohaimen Syed</p>
</footer>
<!-- JavaScript -->
<script src="./index.js"></script>
<!-- Insert these scripts at the bottom of the HTML, but before you use any Firebase services -->
<!-- Firebase App (the core Firebase SDK) is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-app.js"></script>
<!-- If you enabled Analytics in your project, add the Firebase SDK for Analytics -->
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-analytics.js"></script>
<!-- Add Firebase products that you want to use -->
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-auth.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.8/firebase-firestore.js"></script>
<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script>
// Your web app's Firebase configuration
var firebaseConfig = {
apiKey: "AIzaSyB3F-UABk6mr8aquvwSSQyxsr4-xKUEU4o",
authDomain: "cafedotcalmjr.firebaseapp.com",
projectId: "cafedotcalmjr",
storageBucket: "cafedotcalmjr.appspot.com",
messagingSenderId: "370426513038",
appId: "1:370426513038:web:7180a03960ea98dcbeabdf"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
var db = firebase.firestore();
</script>
</body>
</html>