Skip to content

Commit 35d7ad9

Browse files
Update
1 parent 5f0788c commit 35d7ad9

File tree

5 files changed

+15
-45
lines changed

5 files changed

+15
-45
lines changed

public/categories/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Categories</h2>
200200
<div class="row text-center">
201201
<div class="col-12">
202202
<div class="mb-4">
203-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid">
203+
<img src="images/iva.png" alt="IVA Winner 2024" class="img-fluid" style="width: 50%;">
204204
</div>
205205

206206

public/index.html

Lines changed: 11 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -213,31 +213,26 @@ <h3 class="hero-title fw-bold display-1 text-primary text-center text-xl-start p
213213
<style>
214214
.team-member {
215215
text-align: center;
216-
margin: 10px;
216+
margin-top: 20px;
217217
box-sizing: border-box;
218218
}
219219

220-
.team-memberl-l,
221-
.team-member-r {
222-
flex-basis: calc(25% - 40px);
223-
}
224-
225220
.team-member img {
226-
width: 180px;
227-
height: 180px;
221+
width: 150px;
222+
height: 150px;
228223
border-radius: 20%;
229224
object-fit: cover;
230225
}
231226

232227
.team-member h2 {
233228
margin: 5px 0;
234-
font-size: 1.5rem;
229+
font-size: 1.1rem;
235230
padding-top: 5px;
236231
}
237232

238233
.team-member p {
239234
margin: 5px 0;
240-
font-size: 1rem;
235+
font-size: 0.9rem;
241236
}
242237
</style>
243238

@@ -253,7 +248,7 @@ <h3 class="fs-1 fw-bold text-center text-black-61">Team</h3>
253248

254249
<div class="row justify-content-center">
255250

256-
<div class="team-member team-memberl-l col-6 col-md-3">
251+
<div class="team-member col-4 col-md-2">
257252

258253
<img class="img-fluid" src="http://localhost:1313/images/sonia.jpg" alt="/images/sonia.jpg" width="667" height="667">
259254

@@ -289,11 +284,10 @@ <h2 class="text-primary">Sonia Horchidan</h2>
289284

290285
<li class="rounded-circle bg-blue-63 me-2 p-2"><a class="d-flex align-items-center justify-content-center size-16" href="https://www.linkedin.com/in/sonia-horchidan/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" ><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg></a></li>
291286

292-
293287
</ul>
294288
</div>
295289

296-
<div class="team-member team-memberl-l col-6 col-md-3">
290+
<div class="team-member col-4 col-md-2">
297291

298292
<img class="img-fluid" src="http://localhost:1313/images/paris.jpeg" alt="/images/paris.jpeg" width="200" height="200">
299293

@@ -329,12 +323,11 @@ <h2 class="text-primary">Paris Carbone</h2>
329323

330324
<li class="rounded-circle bg-blue-63 me-2 p-2"><a class="d-flex align-items-center justify-content-center size-16" href="https://www.linkedin.com/in/paris-carbone-20752726/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" ><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg></a></li>
331325

332-
333326
</ul>
334327
</div>
335328

336329

337-
<div class="team-member team-member-r col-6 col-md-3">
330+
<div class="team-member col-4 col-md-2">
338331

339332
<img class="img-fluid" src="http://localhost:1313/images/fabian.png" alt="/images/fabian.png" width="512" height="512">
340333

@@ -357,7 +350,7 @@ <h2 class="text-primary">Fabian Zeiher</h2>
357350
</ul>
358351
</div>
359352

360-
<div class="team-member team-member-r col-6 col-md-3">
353+
<div class="team-member col-4 col-md-2">
361354

362355
<img class="img-fluid" src="http://localhost:1313/images/weijun.jpg" alt="/images/weijun.jpg" width="1280" height="1280">
363356

@@ -380,7 +373,7 @@ <h2 class="text-primary">Weijun Huang</h2>
380373
</ul>
381374
</div>
382375

383-
<div class="team-member team-member-r col-6 col-md-3">
376+
<div class="team-member col-4 col-md-2">
384377

385378
<img class="img-fluid" src="http://localhost:1313/images/xiangyu.jpeg" alt="/images/xiangyu.jpeg" width="800" height="800">
386379

@@ -403,30 +396,7 @@ <h2 class="text-primary">Xiangyu Shi</h2>
403396
</ul>
404397
</div>
405398

406-
<div class="team-member team-member-r col-6 col-md-3">
407-
408-
<img class="img-fluid" src="http://localhost:1313/images/yining.jpeg" alt="/images/yining.jpeg" width="483" height="483">
409-
410-
411-
412-
<h2 class="text-primary">Yining Hou</h2>
413-
414-
415-
<p class="text-black-61"><b>Research Engineer</b></p>
416-
417-
418-
419-
420-
<ul class="d-flex justify-content-center justify-content-center list-unstyled">
421-
422-
423-
<li class="rounded-circle bg-blue-63 me-2 p-2"><a class="d-flex align-items-center justify-content-center size-16" href="https://www.linkedin.com/in/yining-hou/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="currentColor" ><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg></a></li>
424-
425-
426-
</ul>
427-
</div>
428-
429-
<div class="team-member team-member-r col-6 col-md-3">
399+
<div class="team-member col-4 col-md-2">
430400

431401
<img class="img-fluid" src="http://localhost:1313/images/panagiotis.jpg" alt="/images/panagiotis.jpg" width="400" height="400">
432402

public/post/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Posts</h2>
201201
<div class="row text-center">
202202
<div class="col-12">
203203
<div class="mb-4">
204-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid">
204+
<img src="images/iva.png" alt="IVA Winner 2024" class="img-fluid" style="width: 50%;">
205205
</div>
206206

207207

public/tags/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Tags</h2>
200200
<div class="row text-center">
201201
<div class="col-12">
202202
<div class="mb-4">
203-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid">
203+
<img src="images/iva.png" alt="IVA Winner 2024" class="img-fluid" style="width: 50%;">
204204
</div>
205205

206206

public/tags/index/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2 class="fs-1 fw-bold text-center text-primary pb-3">Index</h2>
200200
<div class="row text-center">
201201
<div class="col-12">
202202
<div class="mb-4">
203-
<img src="images/iva.png" alt="Sponsored by IVA" class="img-fluid">
203+
<img src="images/iva.png" alt="IVA Winner 2024" class="img-fluid" style="width: 50%;">
204204
</div>
205205

206206

0 commit comments

Comments
 (0)