Skip to content

Commit 9ce3a24

Browse files
committed
add photos
1 parent b6b047e commit 9ce3a24

13 files changed

Lines changed: 238 additions & 22 deletions

assets/css/style.css

Lines changed: 58 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -555,21 +555,73 @@ body {
555555
margin-top: 30px;
556556
}
557557

558+
.members-section {
559+
margin-bottom: 50px;
560+
}
561+
562+
.members-section h3 {
563+
font-size: 24px;
564+
font-weight: 600;
565+
margin-bottom: 30px;
566+
color: #000;
567+
border-bottom: 2px solid #1E90FF;
568+
padding-bottom: 10px;
569+
}
570+
558571
.member-card {
559572
background: #f8f8f8;
560-
padding: 30px;
573+
padding: 20px;
561574
border-radius: 8px;
575+
text-align: center;
576+
transition: transform 0.2s, box-shadow 0.2s;
562577
}
563578

564-
.member-card h4 {
565-
font-size: 20px;
566-
font-weight: 600;
579+
.member-card:hover {
580+
transform: translateY(-2px);
581+
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
582+
}
583+
584+
.member-photo {
567585
margin-bottom: 15px;
586+
}
587+
588+
.member-image {
589+
width: 120px;
590+
height: 120px;
591+
border-radius: 50%;
592+
object-fit: cover;
593+
border: 3px solid #fff;
594+
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
595+
}
596+
597+
.member-placeholder {
598+
width: 120px;
599+
height: 120px;
600+
border-radius: 50%;
601+
background: #e0e0e0;
602+
display: flex;
603+
align-items: center;
604+
justify-content: center;
605+
margin: 0 auto;
606+
color: #666;
607+
font-size: 12px;
608+
font-weight: 500;
609+
border: 3px solid #fff;
610+
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
611+
}
612+
613+
.member-info h4 {
614+
font-size: 18px;
615+
font-weight: 600;
616+
margin-bottom: 8px;
568617
color: #000;
569618
}
570619

571-
.member-card p {
572-
line-height: 1.6;
620+
.member-title {
621+
font-size: 14px;
622+
color: #666;
623+
margin: 0;
624+
line-height: 1.4;
573625
}
574626

575627
.member-card a {

assets/img/Peter Vincent.jpg

23.9 KB
Loading

assets/img/athena1b.jpg

28.9 KB
Loading
21.7 KB
Loading

assets/img/dammy.jpg

25.1 KB
Loading

assets/img/edmund_low_res.png

407 KB
Loading
24 KB
Loading

assets/img/kay_lee_cropped.png

335 KB
Loading
389 KB
Loading
21.1 KB
Loading

0 commit comments

Comments
 (0)