Skip to content

Commit 74b3197

Browse files
committed
Changes to activities page
1 parent 750db00 commit 74b3197

File tree

5 files changed

+56
-26
lines changed

5 files changed

+56
-26
lines changed

mmg_website/about_us.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@
99
<meta charset="UTF-8">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1111
<style>
12+
body {
13+
font-size: 16px;
14+
line-height: 1.5;
15+
}
1216
abbr {
1317
text-decoration: none;
1418
}
19+
p {
20+
text-align: justify;
21+
}
1522
.members-container {
1623
display: flex;
1724
justify-content: center;

mmg_website/activities.html

Lines changed: 45 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,56 @@
88
<head>
99
<meta charset="UTF-8">
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11+
<style>
12+
.activity {
13+
list-style-type: none;
14+
font-size: 16px;
15+
}
16+
.activity li {
17+
/* border: solid blue 3px; */
18+
margin-bottom: 5px;
19+
padding: 5px;
20+
}
21+
</style>
1122
</head>
1223
<body>
13-
<h1>Activities</h1>
14-
<h2><b>2025</b></h2>
15-
<p>
16-
Advanced Physics tRaIning and Collaboration with Africa(APhRICA)
17-
</p>
18-
<br>
1924
<h2><b>2024</b></h2>
20-
<p>
21-
The East-African School on Density Functional Theory and its Applications.
22-
</p>
23-
<br>
25+
<div class="activity">
26+
<li>
27+
<a href="https://tukenya.ac.ke/241-tu-k-launches-advanced-training-in-physics">
28+
Advanced Physics tRaIning and Collaboration with Africa(APhRICA)
29+
</a>
30+
</li>
31+
<li>
32+
<a href="https://siesta-project.org/siesta/events/EA_School_DFT-2024/">
33+
The East-African School on Density Functional Theory and its Applications.
34+
</a>
35+
</li>
36+
</div>
37+
<!-- %%%% -->
2438
<h2><b>2023</b></h2>
25-
<p>
26-
Regional-African School on Electronic Structure Methods and Applications ( RASESMA).
27-
</p>
28-
<br>
39+
<div class="activity">
40+
<li>
41+
<a href="https://wiki.yambo-code.eu/wiki/index.php/RASESMA_2023_Nairobi">
42+
Regional-African School on Electronic Structure Methods and Applications ( RASESMA).
43+
</a>
44+
</li>
45+
</div>
2946
<h2><b>2022</b></h2>
30-
<p>
31-
Workshop on Computational Ab initio Quantum Thermodynamics.
32-
</p>
33-
<br>
47+
<div class="activity">
48+
<li>
49+
<a href="https://www.apam.columbia.edu/workshop-computational-quantum-thermodynamics">
50+
Workshop on Computational Ab initio Quantum Thermodynamics.
51+
</a>
52+
</li>
53+
</div>
3454
<h2><b>2021</b></h2>
35-
<p>
36-
The East African School on Density Functional Theory and Applications using the SIESTA code.
37-
</p>
38-
55+
<div class="activity">
56+
<li>
57+
<a href="https://tukenya.ac.ke/38-east-african-school-on-density-functional-theory-and-applications-using-the-siesta-code">
58+
The East African School on Density Functional Theory and Applications using the SIESTA code.
59+
</a>
60+
</li>
61+
</div>
3962
</body>
4063
</html>

mmg_website/collaborators.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ <h2> Our Collaborators </h2>
7878
</div>
7979
<!--%%%%%%%%%%%%-->
8080
<div class="member">
81-
<img src="/pictures/ManPlaceHolder.png" alt="Victor Odari">
81+
<img src="/pictures/VicOdari.jpeg" alt="Victor Odari">
8282
<br>
83-
<a href="#">
83+
<a href="https://www.mmust.ac.ke/staffprofiles/index.php/dr-benjamin-victor-odari">
8484
Victor Odari
8585
</a>
8686
</div>
8787
<!--%%%%%%%%%%%%-->
8888
<div class="member">
89-
<img src="/pictures/ManPlaceHolder.png" alt="Matteo Gatti">
89+
<img src="/pictures/matteo_gatti.webp" alt="Matteo Gatti">
9090
<br>
91-
<a href="#">
91+
<a href="https://etsf.polytechnique.fr/People/Matteo">
9292
Matteo Gatti
9393
</a>
9494
</div>

mmg_website/pictures/VicOdari.jpeg

4.64 KB
Loading
7.1 KB
Loading

0 commit comments

Comments
 (0)