forked from UniteForHumanity/UniteForHumanity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (87 loc) · 4.67 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
105
106
<!DOCTYPE html><html>
<title>Unite For Humanity Camp</title>
<head>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<!-- Prod Styles -->
<link rel="stylesheet" type="text/css" href="http://opencamps.org/css/camps-styles.css">
<link rel="stylesheet" type="text/css" href="http://opencamps.org/css/sessions.css">
<link rel="stylesheet" type="text/css" href="http://opencamps.org/css/conferences-embed.css">
<link rel="stylesheet" type="text/css" href="http://opencamps.org/css/conferences-colors.css">
<!-- Dev Styles
<link rel="stylesheet" type="text/css" href="../OpenCamps/css/camps-styles.css">
<link rel="stylesheet" type="text/css" href="../OpenCamps/css/sessions.css">
<link rel="stylesheet" type="text/css" href="../OpenCamps/css/conferences-embed.css">
<link rel="stylesheet" type="text/css" href="../OpenCamps/css/conferences-colors.css">
-->
<link rel="stylesheet" type="text/css" href="css/camp-styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script src='https://js.tito.io/v1' async></script>
<link rel="stylesheet" type="text/css" href='https://css.tito.io/v1' />
</head>
<body class="conference humanity">
<div class="header">
<div class="icon-links">
<a href="https://www.twitter.com/Unite4_Humanity/" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="mailto:[email protected]" target="_blank"><i class="fa fa-envelope"></i></a>
</div>
</div>
<div class="body">
<div>
<img src="images/logo.png" id="logo">
</div>
<p class="name">Unite for Humanity</p>
<p class="date">Sun Jul 10 - Presentations & Hackathon Challenges Presentation</p>
<p class="date">Sat Jul 16 at 6pm, overnight at UN until Sun Jul 17, 2016 at 6pm</p>
<p class="venue">@ United Nations</p>
</div>
<div id="intro" class="container light">
<div class="row inner">
<p class="updates">A community-run conference focused on the use of open source technologies to address humanitarian issues and pursue the UN's <a href="http://globalgoals.org">GlobalGoals</a></p>
<p class="updates strong">Please send us an email at <a href="mailto:[email protected]">[email protected]</a> if you have any questions or want to get involved.</p>
</div>
</div>
<div class="divider"></div>
<div id="tickets" class="container color">
<div id="blocks">
<div id="register" class="block">
<h4 class="block-title">Tickets</h4>
<tito-widget event="unite-for-humanity/unite-for-humanity-2016"></tito-widget>
</div>
</div>
</div>
<div class="divider"></div>
<div id="sessions" class="container light"></div>
<div id-"venue" class="container light">
<h2 class="sessions">Venue</h2>
<p>Unite for Humanity will be hosted at the UN HQ in NYC.</p>
<p>Please enter that the Visitor's Entrance for the Conference Building</p>
<p>located at 1st Ave between 45th & 46th St (see map below)</p>
<div id="map">
<iframe id="map_contact" width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3022.5977546776085!2d-73.97020314925929!3d40.74887577922652!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c2591ce0874d11%3A0xc5fae28bdd3df635!2sUnited+Nations+Headquarters!5e0!3m2!1sen!2sus!4v1461024642474" class="scrolloff">
<a href="https://www.google.com/maps/place/United+Nations+Headquarters/@40.7488758,-73.9702031,17z/data=!3m1!4b1!4m2!3m1!1s0x89c2591ce0874d11:0xc5fae28bdd3df635">
</iframe>
</div>
</div>
<p class="coc"><a href="http://opencamps.org/code-of-conduct.html" target="_blank">Our Code of Conduct</a></p>
<div id="opencamps-embed"></div>
<!-- JS Imports -->
<script src="js/jquery-2.2.1.min.js"></script>
<script src="http://opencamps.org/js/oc.js"></script>
<script src="js/getSessionsFilter.js"></script>
<!-- Prod JS Imports -->
<script src="http://opencamps.org/js/getSessions.js"></script>
<script src="http://opencamps.org/js/listSessions.js"></script>
<script src="http://opencamps.org/js/getConferencesBlock.js"></script>
<script src="http://opencamps.org/js/listConferences.js"></script>
<script src="http://opencamps.org/js/oc.js"></script>
<!-- Dev JS Imports
<script src="../OpenCamps/js/getSessions.js"></script>
<script src="../OpenCamps/js/listSessions.js"></script>
<script src="../OpenCamps/js/getConferencesBlock.js"></script>
<script src="../OpenCamps/js/listConferences.js"></script>
<script src="../OpenCamps/js/oc.js"></script>
-->
</body>
</html>