Skip to content

Commit ece3ffe

Browse files
authored
Merge pull request #42 from void-tech-um/add-group-photo
added group photo to our team page
2 parents 30cd06b + 91d1f74 commit ece3ffe

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/css/team.css

+12
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,18 @@ img {
223223
color:#37D6B9;
224224
}
225225

226+
.group-photo {
227+
padding-top: 5rem;
228+
display: flex;
229+
justify-content: center;
230+
padding-bottom: 10rem;
231+
}
232+
233+
.group-image {
234+
width: 75%;
235+
border-radius: 3rem;
236+
}
237+
226238
.eboard-pictures {
227239
display: flex;
228240
flex-direction: column;

docs/images/group-photo.jpeg

3.54 MB
Loading

docs/team.html

+3
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@
108108
</div>
109109
</div>
110110
</div>
111+
<section class="group-photo">
112+
<img class="group-image" src="images/group-photo.jpeg" alt="Group Photo of VOID Members" />
113+
</section>
111114
<section class="eboard-pictures">
112115
<div id="eboard-row-1">
113116
<div class="eboard-member">

0 commit comments

Comments
 (0)