-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·104 lines (100 loc) · 3.99 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : StoneWork
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20140228
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]><link href="default_ie6.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="header-wrapper">
<div id="header" class="container">
<div id="logo">
<h1><a href="#">NUDSS</a></h1>
</div>
<div id="menu">
<ul>
<li class="active"><a href="#" accesskey="1" title="">Home</a></li>
<li><a href="#three-column" accesskey="2" title="">About</a></li>
<li><a href="#" accesskey="3" title="">Program</a></li>
<li><a href="javascript:void( window.open( 'https://form.jotform.com/193525608515158', 'blank', 'scrollbars=yes, toolbar=no, width=700, height=500' ) ) " accesskey="4" title="">Register</a></li>
<li><a href="#" accesskey="4" title="">Map</a></li>
<li><a href="#" accesskey="5" title="">Contact Us</a></li>
</ul>
</div>
</div>
<div id="banner" class="container">
<div class="title">
<h2>NU Data Science Symposium</h2>
<span class="byline">Data Science at Northwestern University</span>
</div>
<!-- <ul class="actions">
<li><a href="#" class="button">Etiam posuere</a></li>
</ul> -->
</div>
</div>
<div id="wrapper">
<div id="three-column" class="container">
<div class="title">
<h2>Learn more about this event here.</h2>
<span class="byline">Donec leo, vivamus fermentum nibh in augue praesent a lacus at urna congue</span>
</div>
<div class="boxA">
<span class="fa fa-cloud-download"></span>
<p>Praesent pellentesque facilisis elit. Class aptent taciti sociosqu ad torquent per conubia nostra.</p>
</div>
<div class="boxB">
<span class="fa fa-cogs"></span>
<p>Etiam neque. Vivamus consequat lorem at nisl. Nullam wisi a sem semper eleifend. Donec mattis.</p>
<a href="#" class="button button-alt">More Info</a>
</div>
<div class="boxC">
<span class="fa fa-wrench"></span>
<p> Please view abstract submission guidelines and download our template here.</p>
<a href="javascript:void( window.open( 'https://form.jotform.com/193525608515158', 'blank', 'scrollbars=yes, toolbar=no, width=700, height=500' ) ) " class="button button-alt"> Register </a>
</div>
</div>
</div>
<div id="welcome">
<div class="container">
<div class="title">
<h2>Contact</h2>
<span class="byline">Questions? Contact us here.</span>
</div>
<span>
<div class="box">
<form method="POST" action="https://formspree.io/[email protected]">
<div class="fields">
<div class="field half"><input type="text" name="name" placeholder="Name" /></div>
<div class="field half"><input type="email" name="email" placeholder="Email" /></div>
<div class="field"><textarea name="message" placeholder="Message" rows="6"></textarea></div>
</div>
<ul class="actions special">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
</div>
</span>
<!-- <ul class="actions">
<li><a href="#" class="button">Etiam posuere</a></li>
</ul> -->
</div>
</div>
<!-- <div id="copyright" class="container">
<p>© Untitled. All rights reserved. | Photos by <a href="http://fotogrph.com/">Fotogrph</a> | Design by <a href="http://templated.co" rel="nofollow">TEMPLATED</a>.</p>
</div> -->
</body>
</html>