-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (74 loc) · 4.41 KB
/
index.html
File metadata and controls
74 lines (74 loc) · 4.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Event Speakers</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="event-navbar">
<div class="hero-text-block">
<h1 class="hero-heading">Rust Africa Campus Tour</h1>
<div class="hero-meta">
<span>13–14 Nov 2025</span> | <span>Bangangté, Cameroon</span> | <span>9am - 6pm</span>
</div>
<div class="hero-intro">
<p>For the first time ever, the Rust Africa Campus Tour will be held in Bangangté at Université des Montagnes. This event is more than just a meetup. It’s a chance for students, developers, educators, fintech professionals, tech leaders, and government reps to come together and explore how Rust is helping shape Africa’s digital future.</p>
<p>Backed by Cameroon’s Ministry of Post and Telecommunications, this stop on the tour highlights the growing push for innovation and collaboration across the continent. Whether you’re just starting to code, working on digital finance infrastructure, or leading a tech team, you’re invited to join us for two full days of learning, networking, and inspiration.</p>
<p>Mark your calendar: November 13–14, 2025. Bring your energy. Bring your ideas. We are expecting 250+ attendees, 3 panels, 8 talks.</p>
</div>
</div>
<div class="attendee-info">
<span>250+ Attendees</span> | <span>3 Panels</span> | <span>8 Talks</span>
</div>
</nav>
<h1>Speakers & MC</h1>
<div class="section-intro text-center single-col-max mx-auto mb-5">
<p>We’re thrilled to showcase an exceptional lineup of speakers a group of leading Rust developers, contributors, and industry experts ready to share their insights and innovations. Guiding us through the day will be our master of ceremonies, Enow Sinke, ensuring an inspiring and seamless experience.</p>
</div>
<div id="speakers-container" class="speakers-grid"></div>
<div id="agenda-container"></div>
<script src="scripts/agenda.js"></script>
<script src="app.js"></script>
<footer class="footer">
<div class="footer-content">
<div class="location-info">
<h3>Venue Location</h3>
<p>BANEKANE WEST CAMEROON</p>
<img src="./pictures/udm.jpg" alt="Campus" class="campus-image">
</div>
<div class="map-info">
<h4>Directions</h4>
<p>Please use Google Maps to find out how to get there.</p>
<img src="./pictures/map.png" alt="Map" class="map-image">
</div>
</div>
<p>Find us on Google Maps: <a href="https://maps.app.goo.gl/VdEHhCvgojWV4ULaA" target="_blank">View Location</a></p>
<h2 class="sponsors-title">A big 'Thank You' to our Organizers & Sponsors:</h2>
<div class="sponsors-container">
<div class="sponsor-item">
<a href="https://adorsys.com/" target="_blank"><img src="pictures/adorsys.png" alt="Adorsys Logo" class="sponsor-logo"></a>
</div>
<div class="sponsor-item">
<a href="#" target="_blank"><img src="pictures/PET.png" alt="PET Logo" class="sponsor-logo"></a>
</div>
<div class="sponsor-item">
<a href="https://rustafrica.org/" target="_blank"><img src="pictures/Rust_Africa.png" alt="Rust Africa Logo" class="sponsor-logo"></a>
</div>
<div class="sponsor-item">
<a href="https://rustcameroon.com/" target="_blank"><img src="pictures/RCM.png" alt="RCM Logo" class="sponsor-logo"></a>
</div>
<div class="sponsor-item">
<a href="https://rustfoundation.org/" target="_blank"><img src="pictures/Rust_Foundation.png" alt="Rust Foundation Logo" class="sponsor-logo"></a>
</div>
<div class="sponsor-item">
<a href="https://skyengpro.com/home" target="_blank"><img src="pictures/SkyEngPro.png" alt="SkyEngPro Logo" class="sponsor-logo"></a>
</div>
<div class="sponsor-item">
<a href="https://bzssjmpz.elementor.cloud/" target="_blank"><img src="pictures/UDM.png" alt="UDM Logo" class="sponsor-logo"></a>
</div>
</div>
</footer>
</body>
</html>