-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
185 lines (142 loc) · 7.22 KB
/
index.html
File metadata and controls
185 lines (142 loc) · 7.22 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
<!DOCTYPE html>
<html>
<head>
<!-- CSS -->
<link rel="stylesheet" href="style.css">
<!-- Font Awesome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Metadata de la page -->
<title>Young Minds Liège</title>
</head>
<body>
<!-- Navigation bar : imported with Javascript-->
<header id="header-element"></header>
<main>
<!-- Welcome section -->
<section class="welcome home-sec">
<div class="welcome-main">
<h1 class="welcome-title"> Bienvenue chez </h1>
<img class="welcome-img"
src="Images/Logos/Logo-Web-D.Green.png"
alt="Logo de Young Minds Liège">
</div>
<div><i class="fa-solid fa-arrow-down-long arrow"></i></div>
</section>
<!-- Who section -->
<section class="who home-sec">
<div class="subsecwithim" id="who">
<img class="subsecwithim-img"
id="who-img"
src="Images/Index/who.jpg"
alt="Photo de notre équipe début 2022">
<div class="subsecwithim-text leftalign" id="who-text">
Nous sommes un groupe de jeunes chercheurs et étudiants en
<span class="bold secdark">Physique</span> et en <span class="bold secdark">Astrophysique</span>
de l'université de Liège (Belgique)
</div>
</div>
</section>
<!-- What section -->
<section class="what home-sec">
<h1 class="what-title"> Notre but?</h1>
<div class="subsecnoim" id="what">
<div class="subsecnoim-text" id="what-text">
Faire partager au plus grand nombre notre passion pour ces sciences fascinantes !
</div>
</div>
</section>
<!-- How section -->
<section class="how home-sec">
<h1 class="how-title"> Comment?</h1>
<!-- Séminaires et networking -->
<div class="subsecwithim" id="how-semnet">
<img class="subsecwithim-img"
id="how-semnet-img"
src="Images/Index/semnet.jpg"
alt="">
<div class="subsecwithim-text leftalign">
Organisation de <span class="bold secdark">séminaires</span> et de
moments de <span class="bold secdark">rencontre</span> entre physiciens et astrophysiciens
</div>
</div>
<!-- Matériel vulgaristaion -->
<div class="subsecwithim" id="how-matos">
<div class="subsecwithim-text rightalign">
Développement de <span class="bold secdark">matériel ludique</span>
pour faciliter la vulgarisation de la Physique et de l'Astrophysique
</div>
<img class="subsecwithim-img"
id="how-matos-img"
src="Images/Index/matos.jpg"
alt="Photo de notre tableau périodique géant">
</div>
<!-- Participation évènements -->
<div class="subsecwithim" id="how-events">
<img class="subsecwithim-img"
id="how-events-img"
src="Images/Index/events.jpg"
alt="">
<div class="subsecwithim-text leftalign">
Participation et création d'évènements liégeois de
<span class="bold secdark">diffusion</span> des Sciences
</div>
</div>
<!-- Organisation ateliers -->
<div class="subsecwithim" id="how-workshops">
<div class="subsecwithim-text rightalign">
Organisation d'<span class="bold secdark">ateliers thématiques</span> dans les écoles
</div>
<img class="subsecwithim-img"
id="how-workshops-img"
src="Images/Index/workshop.jpg"
alt="Photo de notre atelier Transits dans une école">
</div>
</section>
<!-- Contact section -->
<section class="contact home-sec">
<h1 class="contact-title"> Intéressés par notre projet? </h1>
<div class="contact-subsec" id="contact-join">
<div class="contact-subsec-text" id="contact-join-text">
Envie d'en connaître plus sur
<a href="project.html">Young Minds Liège</a>
et de devenir un de nos
<a href="members.html"> membres</a> ?
</div>
</div>
<div class="contact-subsec" id="contact-participate">
<div class="contact-subsec-text" id="contact-participate-text">
Envie d'assister à nos futurs <a href="events.html">évènements</a> ?
</div>
</div>
<div class="contact-subsec" id="contact-participate">
<div class="contact-subsec-text" id="contact-participate-text">
Envie de faire venir un de nos <a href="workshops.html">ateliers</a> dans votre école ?
</div>
</div>
<div class="contact-subsec" id="contact-collab">
<div class="contact-subsec-text" id="contact-collab-text">
Envie de créer un évènement scientifique, de vulgarisation ou de networking
en collaboration avec nous?
</div>
</div>
<div class="contact-final">
N'hésitez pas et contactez-nous
<br> à l'adresse
<span class="contact-email-adress"> youngminds.liege@gmail.com </span>
<br> ou via nos réseaux sociaux
<a href="https://www.facebook.com/YMLiege" target="_blank">
<i class="fa-brands fa-facebook-f fa-sm"></i>
</a>
<a href="https://twitter.com/yliege" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</div>
</section>
</main>
<!-- Footer : imported with Javascript-->
<footer id="footer-element"></footer>
<!-- Javascript file -->
<script src="common.js" type="module"></script>
<script src="index.js" type="module"></script>
</body>
</html>