-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcontact.html
More file actions
111 lines (93 loc) · 4.64 KB
/
contact.html
File metadata and controls
111 lines (93 loc) · 4.64 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
107
108
109
110
111
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Applied Distributed Systems</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
<style>
body {
padding-top: 50px;
padding-bottom: 20px;
}
</style>
<link href="https://fonts.iu.edu/style.css?family=BentonSans:regular,bold|BentonSansCond:regular|GeorgiaPro:regular" media="screen" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="/assets/css/bootstrap-theme.css">
<link rel="stylesheet" href="/assets/css/main.css">
<script src="/assets/js/vendor/modernizr-2.6.2.js"></script>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-dark iu-crimson-bg">
<div class="container">
<a class="navbar-brand" href="/"><img src="/assets/images/trident-large.png" height="30" class="d-inline-block align-top" alt=""> courses.airavata.org </a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
</ul>
<form class="form-inline my-2 my-lg-0">
<ul class="navbar-nav mr-2">
<li class="nav-item">
<a class="nav-link
active" href="/">Course</a>
</li>
<li class="nav-item">
<a class="nav-link
" href="/lectures/">Lectures</a>
</li>
<li class="nav-item">
<a class="nav-link
" href="/projects/">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link
" href="/contact/">Contact</a>
</li>
<li class="nav-item">
<a href="https://github.com/airavata-courses" target="_blank" class="btn btn-sm btn-outline-light my-sm-0" type="submit">Source on Github</a>
</li>
</ul>
</form>
</div>
</div>
</nav>
<h2 id="how-to-find-us">How to find us</h2>
<ul>
<li>Email is the best way to contact the instructors. Marlon Pierce (marpierc at iu.edu>), Suresh Marru (smarru at iu.edu)</li>
<li>Twice a week lectures will be on Tuesdays and Thursdays from 4.55pm to 6.10pm on Zoom.</li>
</ul>
<!---
## Helpful Maps
* Appointments made on request will be in Cyberinfrastructure Building unless otherwise noted.
* Use the maps below for any help with directions.
<section>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3093.290367247364!2d-86.52204658464161!3d39.168119179529796!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x886c66bf7d6190bd%3A0x13bda0b90d9528cf!2sWoodburn%20Hall!5e0!3m2!1sen!2sus!4v1578773027395!5m2!1sen!2sus" width="400" height="300" frameborder="0" style="border:0;" allowfullscreen=""></iframe>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3093.1141517163055!2d-86.5039175846077!3d39.17212557952912!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x886c66a7070c7375%3A0xac90d61e44f1783a!2sCyber+Infrastructure+Building!5e0!3m2!1sen!2sus!4v1471228293354" width="400" height="300" frameborder="0" style="border:0" allowfullscreen></iframe>
</section>
-->
<footer>
<nav class="navbar navbar-light bg-light iu-footer-nav">
<div class="container">
<a class="navbar-brand" href="#">
<img src="/assets/images/iu-sig-formal.svg" height="30" class="d-inline-block align-top" alt="">
</a>
© Copyright 2020
</div>
</nav>
</footer>
<script src="/assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="/assets/js/vendor/bootstrap.js"></script>
<script src="/assets/js/main.js"></script>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-72139837-1', 'auto');
ga('send', 'pageview');
</script>
</html>