-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
156 lines (136 loc) · 6.2 KB
/
contact.html
File metadata and controls
156 lines (136 loc) · 6.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XBX47MQ0SS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XBX47MQ0SS');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact - Robot Study Companion</title>
<link rel="stylesheet" href="styles.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
</head>
<body>
<header>
<img src="rsc-logo.png" alt="RSC Logo">
<!-- Desktop nav (unchanged) -->
<nav class="nav-desktop">
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="thesis-topics.html">Thesis Topics</a>
<a href="map.html">Map</a>
<a href="docs.html">Docs</a>
<a href="contact.html">Team</a>
</nav>
<!-- Mobile burger -->
<button class="burger" id="burgerBtn" aria-label="Menu">
☰
</button>
</header>
<!-- Mobile overlay menu -->
<div class="mobile-menu" id="mobileMenu">
<button class="close-menu" id="closeMenu">✕</button>
<a href="index.html">Home</a>
<a href="research.html">Research</a>
<a href="thesis-topics.html">Thesis Topics</a>
<a href="map.html">Map</a>
<a href="docs.html">Docs</a>
<a href="contact.html">Team</a>
</div>
<!-- <div class="container">
<h2>Contact Us</h2>
<p>If you have any questions or want to collaborate, feel free to reach out!</p>
<p>Email: robotstudycompanion [at] gmail [dot] com</p>
<p>Visit our <a href="https://www.linkedin.com/company/robotstudycompanion/" target="_blank" rel="noopener noreferrer">LinkedIn Page</a> for the latest updates and news.</p>
<div class="team">
<h3>Meet the Team</h3>
<a href="https://www.linkedin.com/in/farnaz-baksh/" target="_blank" rel="noopener noreferrer">Farnaz Baksh</a>
<a href="https://www.linkedin.com/in/matevz-zorec/" target="_blank" rel="noopener noreferrer">Matevž Zorec</a>
</div>
</div> -->
<main class="container">
<section class="contact-info">
<h2>📬 Contact Us</h2>
<p>If you have any questions or want to collaborate, feel free to reach out!</p>
<p>Email: <a href="mailto:robotstudycompanion@gmail.com">robotstudycompanion [at] gmail [dot] com</a></p>
<p>Visit our <a href="https://www.linkedin.com/company/robotstudycompanion/" target="_blank">LinkedIn Page</a> for the latest updates and news.</p>
</section>
<section class="team-section">
<h2>👥 Meet the Supervisors</h2>
<div class="team-member">
<strong><a href="https://www.linkedin.com/in/farnaz-baksh/" target="_blank">Farnaz Baksh</a></strong>
<span>(Project Lead)</span>
</div>
<div class="team-member">
🇸🇮 <strong><a href="https://www.linkedin.com/in/matevz-zorec/" target="_blank">Matevž Zorec</a></strong>
<span>(Lead Engineer) </span>
</div>
<div class="team-member">
<strong>Karl Kruusamäe</strong>
<span>(Academic Advisor) </span>
</div>
</section>
<section class="team-section">
<h2>RSC Community Contributors</h2>
<div class="team-member">
🇬🇾 <strong> Feiazie Baksh</strong>
<span>(Honorary Friend of the Project)</span>
</div>
<div class="team-member">
<strong>🇬🇧 🇫🇷 Fanta Camara</strong>
<span>(Friend of the Project)</span>
</div>
</section>
<section class="student-devs">
<h2>💡 Student Contributors</h2>
<h3>Current Developers</h3>
<ul>
<li> 🇪🇪 🇫🇷 <strong>Dorian Lamouille</strong> [MSc] – Small Language Models for the RSC (2025-2026)</li>
<li> 🇪🇪 <strong>Raiko Torga</strong> [BSc] – RSC Electronics Exploration (2025-2026)</li>
<li> 🇪🇪 <strong>Hiroshi Gio Kuwahara</strong> [BSc] – RSC Multimodal Programming (2025-2027)</li>
</ul>
<h3>Previous Contributors</h3>
<ul>
<li> 🇪🇪 🇮🇹 <strong>Miriam Calafa'</strong> [MSc] – Emotive Design, RSC v4 (2024–2025)</li>
</ul>
<ul>
<li> 🇪🇪 🇵🇰 <strong>Ali Badshah</strong> [BSc] – Assembly Videos, RSC v4 & v4.1 (2024-2025)</li>
</ul>
<ul>
<li> 🇪🇪 <strong>Robin Juul</strong> & <strong>Kevin Korrol</strong> [BSc] – RSC STT & TTS + Local LLM Research (2024–2025)</li>
</ul>
<ul>
<li> 🇬🇾 <strong>Shivesh Mohamed</strong> & <strong>Asmaa Rajab</strong> [BSc] – Open Source Libraries Research (2024–2025)</li>
</ul>
<ul>
<li> 🇬🇾 <strong>Isaac Jackson</strong> & <strong>Ishmael Jackson</strong> [BSc] – RSC Replication and Testing (2023–2024)</li>
</ul>
</section>
</main>
<script>
const burgerBtn = document.getElementById('burgerBtn');
const mobileMenu = document.getElementById('mobileMenu');
const closeMenu = document.getElementById('closeMenu');
burgerBtn.addEventListener('click', () => {
mobileMenu.classList.add('open');
});
closeMenu.addEventListener('click', () => {
mobileMenu.classList.remove('open');
});
// Close menu when clicking a link
mobileMenu.querySelectorAll('a').forEach(link => {
link.addEventListener('click', () => {
mobileMenu.classList.remove('open');
});
});
</script>
</body>
</html>