-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsign-up.html
111 lines (101 loc) · 3.65 KB
/
sign-up.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
<!DOCTYPE html>
<!--
Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sign Up</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<!-- Header -->
<header id="header">
<h1><a href="https://www.library.cmu.edu/">CMU Libraries</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="people.html">People</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="partnerships.html">Partnerships</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="is-datacolab-for-me.html">Is dataCoLAB for me?</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="sign-up.html" class="button special">Sign Up</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major">
<h2>Ready to get started?</h2>
<p>Sign up now!</p>
</header>
<a href="https://forms.gle/JgSoB1ayn6qb7JQK6" class="button fit">I'm looking for assistance with my data</a>
<a href="https://forms.gle/efAocwuRXr4rRgHm6" class="button fit">I want to provide assistance as a consultant</a>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<section class="links">
<div class="row">
<section class="3u 6u(medium) 12u$(small)">
<h3>Contact Us</h3>
<ul class="unstyled">
<li>Data Collaborations Lab</li>
<li>Carnegie Mellon University Libraries</li>
<li>5000 Forbes Avenue</li>
<li>Pittsburgh, PA 15213-3890</li>
<li><a href="mailto:dataCoLAB@andrew.cmu.edu" target="_top">dataCoLAB@andrew.cmu.edu</a></li>
<li><a href="https://www.cmu.edu/legal/">Legal Info | </a><a href="https://www.cmu.edu">www.cmu.edu</a></li>
</ul>
</section>
<section class="3u 6u(medium) 12u$(small)">
<!--<h3>dataCoLAB Office Hours</h3>
<ul class="unstyled">
<li>Wednesday from 1:00pm-3:00pm</li>
<li>@ "The Den"</li>
<li>Roger Sorrells Engineering & Science Library</li>
</ul>-->
</section><section class="3u 6u$(medium) 12u$(small)">
<h3>Learn More</h3>
<ul class="unstyled">
<li><a href="index.html">Home</a></li>
<li><a href="people.html">People</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="is-datacolab-for-me.html">Is dataCoLAB for me?</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</section>
</div>
</section>
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© Untitled. All rights reserved.</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>