-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
237 lines (179 loc) · 7.69 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<!DOCTYPE html>
<html ng-app="Events">
<head>
<!-- Basic Page Needs...
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Tomorrow and Today</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="title" content="Log in | Tomorrow and Today">
<meta name="description" content="Tomorrow and Today is a cultural discovery platform to make finding events near you easier.">
<!-- Google will often use this as its description of your page/site. Make it good. -->
<meta name="author" content="Tomorrow and Today">
<meta name="Copyright" content="Tomorrow and Today 2015. All Rights Reserved.">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700'
rel='stylesheet' type='text/css'>
<!-- CSS
––––––––––––––––––––––––––––––––––––––––––––––––––-->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/style.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/TTfavicon1.ico">
</head>
<body ng-controller="MainCtrl">
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!--Navigation-->
<nav id="mobile-navigation" class="mobile-nav">
<!--MOBILE - Use tympanus.net fullscreen overlay-->
<div class="nav-wrapper" data-content-field="navigation-mobileNav">
<ul>
<li class=>
<a href="/">Home</a>
</li>
<li class=>
<a href="/upcoming/">Upcoming</a>
</li>
<li class=>
<a href="/nearby/">Nearby</a>
</li>
<!--<li class=>
<a href="/about/">About</a>
</li>-->
<li class>
<a href="/blog/">Blog</a>
</li>
<!-- Social media links -->
<li class>
<a href="/contact/">Contact</a>
</li>
</ul>
</div>
</nav>
<div class="opacity-overlay"></div>
<container class="header">
<header>
<div class="overlay"></div>
<!-- logo goes here -->
<div class="three-columns">
<h1>Sign up to our weekly newsletter for a sneak peek into the art and design world in London.</h1>
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/slim-081711.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//today.us9.list-manage.com/subscribe/post?u=71f81788eeb952b3040e597ab&id=81fc2fda0f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_71f81788eeb952b3040e597ab_81fc2fda0f" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</header>
</container>
<nav>
<!-- Make logo and log in appear here -->
<a href="#home" class="logo"><img src="images/TTidentity.png" height="100px">
</a></a>
<a href="#today">Today</a>
<a href="#tomorrow">Tomorrow</a>
<a href="#future">Future</a>
<a href="#about">About</a>
<!-- Make search, map icons appear here-->
</nav>
<section id="today">
<div class="container">
<div class="row">
<div class="one-half column" style="margin: 25%">
<div ng-repeat="EventsToday">
<h2>{{event.date}}</h2><!--Add to calendar functionality -->
<a href="{{event.url}}" target="_blank">
<h3>{{event.title}}</h3></a>
<img ng-src="{{event.image}}"/>
<p>{{event.description}}</p>
<p>{{event.location}}</p>
<p>{{event.price}}</p>
</div>
</div>
</div>
</div>
</section>
<section id="tomorrow">
<div class="container">
<div class="row">
<div class="one-half column" style="margin: 25%">
<div ng-repeat="EventsTomorrow">
<h2>{{event.date}}</h2><!--Add to calendar functionality -->
<a href="{{event.url}}" target="_blank">
<h3>{{event.title}}</h3></a>
<img ng-src="{{event.image}}"/>
<p>{{event.description}}</p>
<p>{{event.location}}</p>
<p>{{event.price}}</p>
</div>
</div>
</div>
</div>
</section>
<section id="future">
<div class="container">
<div class="row">
<div class="one-half column" style="margin: 25%">
<div ng-repeat="EventsFuture">
<h2>{{event.date}}</h2><!--Add to calendar functionality -->
<a href="{{event.url}}" target="_blank">
<h3>{{event.title}}</h3></a>
<img ng-src="{{event.image}}"/>
<p>{{event.description}}</p>
<p>{{event.location}}</p>
<p>{{event.price}}</p>
</div>
</div>
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="row">
<div class="one-half column" style="margin: 25%">
<h4>Tomorrow & Today is a jazzy spaceship.</h4>
<p><a href=http://www.tomorrowand.today/>Sign up</a> for our newsletter!</p>
</div>
</div>
</div>
</section>
<footer>
<div class="one-half column" style="margin-top: 2.7%">
<p>Made with loveicon in Hoxton. Tomorrow and Today © 2015</p>
</div>
<p>
<a href="/blog/">Blog</a>
<a href="/contact/">Contact</a>
<!-- Newsletter and Social media links -->
</p>
</footer>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="js/jquery-1.11.2.min.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js"></script>
<script src="js/main.js"></script>
<script src="app/eventsFeed-app.start.js"></script>
</body>
</html>