-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorganisers.html
More file actions
174 lines (161 loc) · 7.33 KB
/
organisers.html
File metadata and controls
174 lines (161 loc) · 7.33 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Organisers | DataBeers Exeter</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="site-header">
<div class="header-inner">
<a href="index.html" class="header-brand">
<img src="Images/Logo.png" alt="DataBeers Exeter logo" class="header-logo" />
<span class="header-title">DataBeers <em>Exeter</em></span>
</a>
<button class="nav-toggle" aria-label="Toggle navigation" aria-expanded="false">
<span></span><span></span><span></span>
</button>
<nav class="site-nav" id="site-nav">
<ul>
<li><a href="index.html" class="nav-link">Home</a></li>
<li><a href="about.html" class="nav-link">About Us</a></li>
<li><a href="organisers.html" class="nav-link">Organisers</a></li>
<li><a href="past-events.html" class="nav-link">Past Events</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="page-hero">
<h1>The <span class="accent">Organisers</span></h1>
<p>The volunteers behind DataBeers Exeter</p>
</div>
<!-- Team -->
<section class="section">
<div class="container">
<h2 class="section-title">Meet the <span class="accent">team</span></h2>
<p class="section-intro">
DataBeers Exeter is run by two academics from the University of Exeter who are
passionate about building a strong, welcoming data community across Devon and the wider South West.
</p>
<div class="organisers-grid">
<div class="organiser-card">
<img src="Photos/Fede.jpg" alt="Federico Botta" class="organiser-photo" />
<h3><a href="https://federicobotta.github.io/" target="_blank" rel="noopener" class="inline-link">Federico Botta</a></h3>
<p class="organiser-role">Co-organiser</p>
<p class="organiser-affil">Senior Lecturer in Data Science, University of Exeter</p>
<p>
Fellow of the Alan Turing Institute and holder of one of the inaugural No. 10 Downing Street
Data Science Fellowships. His research applies data science, network theory, and computational
social science to study human behaviour and mobility at scale.
</p>
</div>
<div class="organiser-card">
<img src="Photos/Ronaldo.jpg" alt="Ronaldo Menezes" class="organiser-photo" />
<h3><a href="https://rpmenezes.github.io" target="_blank" rel="noopener" class="inline-link">Ronaldo Menezes</a></h3>
<p class="organiser-role">Co-organiser</p>
<p class="organiser-affil">Professor of Data and Network Science, University of Exeter</p>
<p>
Director of the <a href="https://biocomplex.github.io/" target="_blank" rel="noopener" class="inline-link">BioComplex Laboratory</a> at the University of Exeter.
His research focuses on network science, complex systems, and human dynamics.
Co-editor-in-chief of the journal Applied Network Science (Springer Nature).
</p>
</div>
</div>
</div>
</section>
<!-- Get involved -->
<section class="section section-alt">
<div class="container">
<h2 class="section-title">Get <span class="accent">involved</span></h2>
<p class="section-intro">
We're always looking for people to help grow the DataBeers Exeter community.
Here are some ways you can get involved:
</p>
<div class="about-grid">
<div class="about-card">
<div class="card-icon"><img src="Icons/microphone-solid.png" alt="" class="icon-amber" /></div>
<h3>Give a talk</h3>
<p>
Have a data project, tool, or story to share? We welcome speakers of all
experience levels. 20 slides, 20 seconds each. No questions, no pressure.
</p>
</div>
<div class="about-card">
<div class="card-icon"><img src="Icons/building-solid.png" alt="" class="icon-amber" /></div>
<h3>Sponsor</h3>
<p>
Organisations can support the community by sponsoring drinks or the event itself.
Get in touch to discuss how we can recognise your contribution.
</p>
</div>
<div class="about-card">
<div class="card-icon"><img src="Icons/hand-solid.png" alt="" class="icon-amber" /></div>
<h3>Help organise</h3>
<p>
Interested in joining the organising team? We'd love to have you.
It is light-touch, mainly helping with logistics and outreach.
</p>
</div>
</div>
</div>
</section>
<!-- Partners -->
<section class="section">
<div class="container">
<h2 class="section-title">Our <span class="accent">Partners</span></h2>
<p class="section-intro">
DataBeers Exeter is made possible with the support of local partners who share our
commitment to community and good beer.
</p>
<div class="partner-card">
<div class="partner-header-row">
<div>
<p class="partner-name">Cuckoo Tap Room & Bottle Shop</p>
<p class="partner-type">Venue Partner</p>
</div>
<img src="Images/Cuckoo.png" alt="Cuckoo logo" class="partner-logo" />
</div>
<p>
<!-- Placeholder: add a short description of Cuckoo here -->
Cuckoo is an independent tap room and bottle shop based in the heart of Exeter.
[Placeholder: add description of Cuckoo, their ethos, and what makes them a great partner for DataBeers Exeter.]
</p>
<div class="partner-body">
<div>
<h3 style="font-size:1rem;color:var(--red);margin-bottom:0.5rem;">Find them</h3>
<p style="color:var(--mid-grey);font-size:0.95rem;">
Cuckoo Tap Room & Bottle Shop<br />
25 Paris Street<br />
Exeter, EX1 2JB
</p>
</div>
<iframe
src="https://maps.google.com/maps?q=25+Paris+Street,+Exeter,+EX1+2JB&output=embed"
class="map-embed"
allowfullscreen
loading="lazy"
title="Cuckoo Tap Room location on Google Maps">
</iframe>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="footer-social">
<a href="https://www.linkedin.com/company/112291143/" target="_blank" rel="noopener" aria-label="DataBeers Exeter on LinkedIn">
<img src="Icons/linkedin-brands-solid-full.svg" alt="LinkedIn" class="footer-icon" />
</a>
<a href="#" aria-label="Email DataBeers Exeter" onclick="this.href='mailto:'+['databeers','biocomplexlab.org'].join('@')+'?subject=DataBeers%20Exe%3A%20General%20Inquiry'; return true;">
<img src="Icons/envelope-solid.png" alt="Email" class="footer-icon" />
</a>
</div>
<p>© <span id="year"></span> DataBeers Exeter. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>