-
Notifications
You must be signed in to change notification settings - Fork 0
/
office-hours.html
62 lines (57 loc) · 2.37 KB
/
office-hours.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
<!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">
<title>GoogleDevNDScholars Slack AMA Sessions and Questions - Office Hours</title>
<link rel="stylesheet" name="color" href="css/style.css">
<script src="js/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="js/color-switch.js"></script>
<script type="text/javascript" src="js/office-hours.js"></script>
</head>
<body>
<div class="container">
<header>
<h1><a href="/projects/ama">GoogleDevNDScholars Slack AMA Sessions and Questions</a></h1>
<h3>with <a href="http://udacity.com">Udacity</a></h3>
<nav class="main-menu">
<ul>
<li><a href="/projects/ama">Home</a></li>
<li><a href="office-hours.html">FEND Office Hours</a></li>
<li><a href="schedule.html">AMA Schedule</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<div class="info">
<div class="next-ama"></div>
<div class="style-switch">
<a id="dark">Dark</a>
<a id="bright">Bright</a>
</div>
</div>
<div class="rolldown" tabindex="1"><hr><hr><hr></div>
<div class="filters">
<div class="search-bar">
<form>
<input id="search-input" class="search-input" type="text" pattern=".{3,}" required title="3 characters minimum" />
<input id="search-button" class="search-button" type="submit" value="Search" />
</form>
</div>
<div class="drop-boxes">
<span class="date"><label>Date:</label>
<select id="datetime-select">
</select></span>
</div>
</div>
<div class="main">
</div>
<div tabindex="2" class="more">Show More</div>
</div>
<div class="footer">
<p><a href="#">Go to the top.</a></p>
<p>Made by <a href="http://www.emares.ro">emanuel.mares</a> with passion.</p>
</div>
</body>
</html>