-
Notifications
You must be signed in to change notification settings - Fork 0
/
baculicall.html
56 lines (55 loc) · 1.66 KB
/
baculicall.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
<!doctype html>
<html>
<head>
<title>Baculi Call</title>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<meta
name="description"
content="Software Engineer @ Carium | PDX | Northwestern University
Engineering | Portfolio • About • Contact"
/>
<meta name="robots" content="noindex" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="./images/icons/favicon_50_w.webp" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- <div id="headers"></div> -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.min.css"
media="all"
rel="stylesheet"
type="text/css"
lazyload
/>
<!-- Main -->
<div id="main">
<div class="inner">
<h2>No Baculi Call scheduled</h2>
<!-- <h2>Click the link to go to the Baculi Call meeting
room:</h2>
<div></div>
<div class="row" style="min-height: 50vh;">
<div class="text_column">
</div>
<div class="image_column" style="text-align: center;">
<input type="button" onclick="location.href='https://meet.google.com/oih-ossm-obz';" value="Join" />
</div>
</div> -->
</div>
<br />
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>