forked from resbaz/resbaz-2016-02-01
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
142 lines (131 loc) · 5.5 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
---
layout: home
splashImage: https://farm1.staticflickr.com/710/22294999764_cc57e2af25_z.jpg
sponsors:
- name: 'Sponsor Number One'
img: fake-sponsor.png
- name: 'Sponsor Number Two'
img: fake-sponsor.png
- name: 'Sponsor Number Three'
img: fake-sponsor.png
---
<!-- Header -->
<header style="background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url({{page.splashImage}}); background-repeat: no-repeat; background-size: cover; ">
<div class="container">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive lead-image" src="img/profile.png" alt="">
<div class="intro-text">
<span class="name">Research Bazaar 2016</span>
<hr class="star-light">
<span class="skills">Skills Sharing - Digital Literacy - Research Collaboration</span>
</div>
</div>
</div>
</div>
</header>
<!-- Portfolio Grid Section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Locations</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center">
<script src="https://embed.github.com/view/geojson/resbaz/resbaz-2016-02-01/gh-pages/sites.geojson"></script>
<p>Click on a pin to find out more about the local sites for Resbaz 2016. No site near you? <a href="https://github.com/resbaz/cookbook/wiki">help start one!</a></p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p>The Research Bazaar is a worldwide festival promoting the digital literacy emerging at the center of modern research.</p>
<p>If you want the Research Bazaar to come to your town in 2016, get in touch.</p>
</div>
<div class="col-lg-4">
<p>We want to tailor the Research Bazaar festival to YOU. Help us by filling out our Global Survey for Researchers </p>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2 text-center">
<a href="https://github.com/resbaz/cookbook/wiki" class="btn btn-lg btn-outline">
<i class="fa fa-map-marker"></i> Host the Research Bazaar
</a>
</div>
<div class="col-lg-4 text-center">
<a href="http://go.unimelb.edu.au/4ura" target = "_blank" class="btn btn-lg btn-outline">
<i class="fa fa-pencil"></i> Global Survey
</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contact ResBaz</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2 text-center contact-buttons">
<p>Interested in the Research Bazaar? We want to hear from you! Email us your questions, start a conversation about bringing ResBaz to your home town, or just say hi; you can also always find us on Twitter.</p>
<a href="mailto:[email protected]" class="btn btn-lg btn-outline light-bkg">
<i class="fa fa-envelope"></i> Email
</a>
<a href="https://twitter.com/resbaz" class="btn btn-lg btn-outline light-bkg">
<i class="fa fa-twitter"></i> Twitter
</a>
</div>
<div class="col-lg-4 text-center">
<a class="twitter-timeline" href="https://twitter.com/ResBaz" data-widget-id="660556922945302528">Tweets by @ResBaz</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
</section>
<hr class='divider'></hr>
<!-- Sponsors -->
<section id="sponsors">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Our Sponsors</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-12 text-center">
<p>Many thanks to all our sponsors for making the Research Bazaar possible.</p>
{% for sponsor in page.sponsors %}
<div class='sponsor-tile'>
<img src={{site.baseurl}}/img/sponsors/{{ sponsor.img }}></img>
<h4>{{ sponsor.name }}</h4>
</div>
{% endfor %}
</div>
</div>
</div>
</section>
<!-- Chat -->
<script>
((window.gitter = {}).chat = {}).options = {
room: 'resbaz/resbaz'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>