-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
201 lines (183 loc) · 10.2 KB
/
index.html
File metadata and controls
201 lines (183 loc) · 10.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
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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
<script src="./script.js" defer></script>
<title>Workshop Open Source at Woelab</title>
</head>
<body>
<div class="container">
<header class="header">
<div class="logo">
<h1 class="title">Woelab</h1>
<span class="subtitle">Open Source Workshop</span>
</div>
<nav class="navbar" aria-label="Main navigation">
<ul class="nav-list">
<li class="nav-item"><a href="index.html" class="nav-link active" aria-current="page">Home</a></li>
<li class="nav-item"><span class="nav-link disabled">About</span></li>
<li class="nav-item"><span class="nav-link disabled">Service</span></li>
<li class="nav-item"><span class="nav-link disabled">Contact</span></li>
</ul>
</nav>
</header>
<main class="main-content">
<section class="hero">
<h2 class="hero-title">Welcome to the Open Source Workshop</h2>
<p class="hero-description">
Join us in exploring the world of open source development, collaboration,
and innovation. Learn how to contribute to projects and build amazing software together.
</p>
<div class="cta-buttons">
<button class="btn btn-primary">Get Started</button>
<button class="btn btn-secondary">Learn More</button>
</div>
</section>
<section class="features">
<div class="feature-grid">
<div class="feature-card">
<div class="feature-icon">🚀</div>
<h3>Fast Learning</h3>
<p>Quick start guides and hands-on exercises</p>
</div>
<div class="feature-card">
<div class="feature-icon">🤝</div>
<h3>Collaboration</h3>
<p>Learn to work with others on shared projects</p>
</div>
<div class="feature-card">
<div class="feature-icon">💡</div>
<h3>Innovation</h3>
<p>Discover cutting-edge open source technologies</p>
</div>
</div>
</section>
<!-- SECTION CONTACT -->
<section id="contact" class="contact-section">
<div class="contact-inner">
<div class="contact-info">
<h2>Contactez-nous</h2>
<p>Une question, une suggestion ou envie de contribuer ? Envoyez-nous un message — nous vous répondrons rapidement.</p>
<ul class="contact-list">
<li><strong>Adresse :</strong> Woelab, Lomé</li>
<li><strong>Email :</strong> <a href="mailto:contact@woelab.example">contact@woelab.example</a></li>
</ul>
</div>
<form id="contactForm" class="contact-form" novalidate>
<div class="form-row">
<label for="name">Nom</label>
<input id="name" name="name" type="text" required placeholder="Votre nom">
<span class="error" data-for="name" aria-live="polite"></span>
</div>
<div class="form-row">
<label for="email">Email</label>
<input id="email" name="email" type="email" required placeholder="votre@email.com">
<span class="error" data-for="email" aria-live="polite"></span>
</div>
<div class="form-row">
<label for="message">Message</label>
<textarea id="message" name="message" rows="5" required placeholder="Écrivez votre message..."></textarea>
<span class="error" data-for="message" aria-live="polite"></span>
</div>
<div class="form-actions">
<button class="btn btn-primary" type="submit">Envoyer</button>
<button class="btn btn-secondary" type="button" id="clearMessages">Effacer messages</button>
</div>
<div id="formFeedback" class="form-feedback" role="status" aria-live="polite"></div>
</form>
</div>
<div class="messages-panel">
<h3>Messages récents</h3>
<ul id="messagesList" class="messages-list" aria-live="polite"></ul>
</div>
</section>
<section class="about" id="about">
<div class="feature-card">
<h2>À propos</h2>
<p>
Ce dépôt héberge le workshop Open Source organisé par Woelab. Il a pour objectif
d'aider les débutants et les contributeurs intermédiaires à découvrir le développement
open source à travers des exercices pratiques, des guides pas-à‑pas et des projets
collaboratifs.
</p>
<p>
Contenu : tutoriels, exemples de bonnes pratiques, mini-projets et ressources pour
apprendre à forker, cloner, créer des branches et proposer des pull requests.
</p>
<p>
Technologies : HTML, CSS et JavaScript. Le site est volontairement simple pour rester
accessible et servir de base pédagogique.
</p>
<p>
Pour contribuer : consultez `CONTRIBUTING.md`, créez une branche dédiée à votre
changement et soumettez une pull request. Toutes les contributions sont bienvenues —
respectez les conventions indiquées dans le guide de contribution.
</p>
<p>
Licence : ce projet est distribué sous licence MIT — voir le fichier
<a href="LICENSE">LICENSE</a> pour les détails.
</p>
</div>
</section>
<!-- REAL SERVICE SECTION -->
<section class="services">
<h2 class="section-title">Our Services</h2>
<p class="section-description">Explore the different support and training services we offer within the Woelab open-source community.</p>
<div class="service-grid">
<div class="service-card">
<div class="service-icon">🧪</div>
<h3>Technical Workshops</h3>
<p>Hands-on workshops covering open source tools, coding, electronics, and prototyping.</p>
</div>
<div class="service-card">
<div class="service-icon">📚</div>
<h3>Training Programs</h3>
<p>Structured learning paths designed to help beginners and advanced users master open source technologies.</p>
</div>
<div class="service-card">
<div class="service-icon">🛠️</div>
<h3>Project Assistance</h3>
<p>Guidance and mentoring for building, deploying, and maintaining open-source projects.</p>
</div>
</section>
</main>
<footer class="footer">
<div class="footer-inner">
<div class="brand">
<h1 class="title">Woelab</h1>
<p>Open Source Workshop — Apprendre, contribuer et innover ensemble.</p>
<div style="margin-top:12px;" class="social-links" aria-label="Liens sociaux">
<a href="#" aria-label="Twitter">🐦 Twitter</a>
<a href="#" aria-label="GitHub">🐙 GitHub</a>
<a href="#" aria-label="LinkedIn">💼 LinkedIn</a>
</div>
</div>
<nav aria-label="Liens du workshop">
<h4 style="color:#fff; margin:0 0 10px 0;">Ressources</h4>
<a href="#">Guides</a>
<a href="#">Projets</a>
<a href="#">Contribuer</a>
<a href="#">Événements</a>
</nav>
<div class="newsletter" aria-label="Newsletter">
<h4 style="color:#fff; margin:0 0 10px 0;">Inscrivez-vous à la newsletter</h4>
<p style="margin:0 0 10px 0; color:var(--muted-2); font-size:0.95rem;">Recevez des mises à jour sur les ateliers et les nouveaux projets.</p>
<form class="newsletter-form" aria-label="Formulaire newsletter">
<div class="form-row">
<input type="email" name="email" placeholder="Votre email" required aria-label="Adresse email">
<button type="submit">S'inscrire</button>
</div>
<p class="msg" style="margin-top:8px; font-size:0.9rem; color:var(--muted-2); display:none;"></p>
</form>
</div>
<div class="legal" style="margin-top:8px;">
<p>© 2025 Woelab. Empowering innovation through open source. — <a href="#" style="color:var(--muted); text-decoration:underline;">Politique de confidentialité</a></p>
</div>
</div>
</footer>
</div>
</body>
</html>