forked from iscumd/iscumd.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjoin.html
More file actions
106 lines (97 loc) · 4.19 KB
/
join.html
File metadata and controls
106 lines (97 loc) · 4.19 KB
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
<!DOCTYPE HTML>
<html xmlns="http://www.w3.org/1999/html" lang="en">
<head>
<title>Intelligent Systems Club</title>
<!-- Style to create button -->
<style>
.GFG {
background-color: white;
border: 0px solid white;
color: blue;
padding: 1px 3px;
text-align: center;
display: inline-block;
font-size: 20px;
margin: 3px 0px;
cursor: pointer;
}
</style>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" type="image/png" href="images/flavicon.png"/>
<link rel="stylesheet" href="sass/bin/main.css" />
<noscript><link rel="stylesheet" href="sass/bin/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="images/logo.svg" alt="" /></span>
<h1>Intelligent Systems Club</h1>
<p id="splash-text" style="white-space: pre">Sometimes the things we build are smart.</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="current-teams.html">Current Projects</a></li>
<li><a href="past-teams.html">Past Projects</a></li>
<li><a class="active">Join</a></li>
<li><a href="sponsors.html">Support</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Content -->
<section id="content" class="main">
<p>
Coming soon! For now, have a look at our Google calendar for meeting times and drop by during the meeting you picked!
</p>
</section>
<img src="images/IAVS_topdown_compressed.jpg" style="height: 100%; width: 100%; object-fit: contain" alt="Working in lab-space">
</div>
<!-- Footer -->
<footer id="footer">
<section>
<dl class="alt">
<iframe src="https://calendar.google.com/calendar/embed?height=400&wkst=1&bgcolor=%23ffffff&ctz=America%2FNew_York&src=aXNjLXJvYm90aWNzQHVtaWNoLmVkdQ&src=YWRkcmVzc2Jvb2sjY29udGFjdHNAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&src=ZW4udXNhI2hvbGlkYXlAZ3JvdXAudi5jYWxlbmRhci5nb29nbGUuY29t&color=%23039BE5&color=%2333B679&color=%230B8043&showTitle=0&showNav=0&showDate=0&showPrint=0&showTabs=0&showCalendars=0&showTz=1&mode=AGENDA" style="border-width:0" width="400" height="400" frameborder="0" scrolling="no"></iframe>
</dl>
</section>
<section>
<h2>Contact</h2>
<dl class="alt">
<dt>Address</dt>
<dd>Institute for Advanced Vehicle Systems</dd>
<dd>4901 Evergreen Rd • Dearborn, MI 48128 • USA</dd>
<dt>Phone</dt>
<dd>313-593-3403</dd>
<dt>Email</dt>
<dd><a href="#">isc-robotics@umich.edu</a></dd>
</dl>
<ul class="icons">
<li><a href="https://twitter.com/iscumd" class="icon brands fa-twitter alt"><span class="label">Twitter</span></a></li>
<li><a href="https://discord.gg/rFYJDWbCYq" class="icon brands fa-discord alt"><span class="label">Discord</span></a></li>
<li><a href="https://iscumd.slack.com" class="icon brands fa-slack alt"><span class="label">Slack</span></a></li>
<li><a href="https://www.youtube.com/channel/UCKsVvxFOK8rj25WXCyK6qrA" class="icon brands fa-youtube alt"><span class="label">Slack</span></a></li>
<li><a href="https://github.com/iscumd" class="icon brands fa-github alt"><span class="label">GitHub</span></a></li>
</p><li><a href="http://www.iscumd.com/" class='fas fa-home' style='font-size:32px'></a> Home page
</li>
</ul>
</section>
<p class="copyright">© Intelligent Systems Club. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/browser.min.js"></script>
<script src="js/breakpoints.min.js"></script>
<script src="js/util.js"></script>
<script src="js/main.js"></script>
<!-- This last one is our custom script, change it if needed-->
<script src="js/common.js"></script>
</body>
</html>