Skip to content
Open

Try #69

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified assets/AltheaTan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ChloeOng.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/DavianKho.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/EmilyTan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/IvanYang.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/JamieHo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/JavianNg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/JoshuaLek.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/KhooPynZhern.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/KongShiTing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/KooJay-Lynn.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/LeeYongNing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/MartinNg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/MervynSeah.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/NatashaKoh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/NatashaSanghar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/NathanLoo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/NgLeXuan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/OpheliaTeo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/Raeeda.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/RaysonYeap.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/ReinaTng.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/SeanKevinDias.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/TeoHongRui.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/TimothySoon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/TohYiHui.jpg
Binary file modified assets/TriciaAng.jpg
Binary file modified assets/VivienHe.jpg
Binary file modified assets/WangYuQing.jpg
Binary file modified assets/WanjariKimaya.jpg
Binary file modified assets/external.jpg
Binary file modified assets/internal.jpg
Binary file modified assets/presidential.jpg
Binary file modified assets/studentdev.jpg
Binary file modified assets/studentlife.jpg
13 changes: 7 additions & 6 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -501,15 +501,16 @@ img {
}

.flip-container, .front, .back {
width: auto;
height: 800px;
width: auto;
max-width: 1200px;
height: 900px;

@media screen and (max-width: 1024px) {
height: 900px;
@media screen and (max-width: 1200px) {
height: 1100px;
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
height: 500px;
@media screen and (max-width: 700px) {
height: 900px;
}

}
Expand Down
103 changes: 53 additions & 50 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,39 +94,43 @@
<div class="wing-cont">
<p class="wing-name">Presidency</p>

<!-- <div class="flip-container" onclick="this.classList.toggle('flip');">
<div
class="flip-container"
style="max-height: 1100px"
onclick="this.classList.toggle('flip');"
>
<div class="flipper">
<div class="front">
<img
src="assets/presidential.jpg"
class="transition"
style="border-radius: 20px; max-height: 900px;"
/>
style="border-radius: 20px; max-height: 900px"
/>
<div class="middle">
<div class="text">
Click to find out more about the presidential wing
</div>
</div>
</div>
<div class="back">
<div class="wing-cards" id="pwing-box">
</div>
<div class="wing-cards" id="pwing-box"></div>
</div>
</div> -->
<div class="wing-cards" id="pwing-box"></div>
</div>
<!-- <div class="wing-cards" id="pwing-box"></div> -->
</div>
</div>

<div class="wing-cont">
<p class="wing-name">External Relations</p>

<!-- <div class="flip-container" onclick="this.classList.toggle('flip');">
<div class="flip-container" onclick="this.classList.toggle('flip');">
<div class="flipper">
<div class="front">
<img
src="assets/external.jpg"
class="transition"
style="border-radius: 20px; max-height: 900px;"
/>
style="border-radius: 20px; max-height: 900px"
/>
<div class="middle">
<div class="text">
Click to find out more about our external relations
Expand All @@ -137,21 +141,21 @@
<div class="wing-cards" id="external-box"></div>
</div>
</div>
</div> -->
<div class="wing-cards" id="external-box"></div>
</div>
<!-- <div class="wing-cards" id="external-box"></div> -->
</div>

<div class="wing-cont">
<p class="wing-name">Internal Relations</p>

<!-- <div class="flip-container" onclick="this.classList.toggle('flip');">
<div class="flip-container" onclick="this.classList.toggle('flip');">
<div class="flipper">
<div class="front">
<img
src="assets/internal.jpg"
class="transition"
style="border-radius: 20px; max-height: 900px;"
/>
style="border-radius: 20px; max-height: 900px"
/>
<div class="middle">
<div class="text">
Click to find out more about our internal relations
Expand All @@ -162,59 +166,58 @@
<div class="wing-cards" id="internal-box"></div>
</div>
</div>
</div> -->
<div class="wing-cards" id="internal-box"></div>
</div>
<!-- <div class="wing-cards" id="internal-box"></div> -->
</div>

<div class="wing-cont">
<p class="wing-name">Student Development</p>

<!-- <div class="flip-container" onclick="this.classList.toggle('flip');">
<div class="flipper">
<div class="front">
<img
src="assets/studentdev.jpg"
class="transition"
style="border-radius: 20px; max-height: 900px;"
/>
<div class="middle">
<div class="text">
Click to find out more about our student development
</div>
<div class="flip-container" onclick="this.classList.toggle('flip');">
<div class="flipper">
<div class="front">
<img
src="assets/studentdev.jpg"
class="transition"
style="border-radius: 20px; max-height: 900px"
/>
<div class="middle">
<div class="text">
Click to find out more about our student development
</div>
</div>
<div class="back">
<div class="wing-cards" id="stddev-box"></div>
</div>
<div class="back">
<div class="wing-cards" id="stddev-box"></div>
</div>
</div> -->
<div class="wing-cards" id="stddev-box"></div>
</div>
</div>
<!-- <div class="wing-cards" id="stddev-box"></div> -->
</div>

<div class="wing-cont">
<p class="wing-name">Student Life</p>

<!-- <div class="flip-container" onclick="this.classList.toggle('flip');">
<div class="flipper">
<div class="front">
<img
src="assets/studentlife.jpg"
class="transition"
style="border-radius: 20px; max-height: 900px;"
/>
<div class="middle">
<div class="text">
Click to find out more about our student life
</div>
<div class="flip-container" onclick="this.classList.toggle('flip');">
<div class="flipper">
<div class="front">
<img
src="assets/studentlife.jpg"
class="transition"
style="border-radius: 20px; max-height: 900px"
/>
<div class="middle">
<div class="text">
Click to find out more about our student life
</div>
</div>
<div class="back">
back content
<div class="wing-cards" id="stdlife-box"></div>
</div>
<div class="back">
<div class="wing-cards" id="stdlife-box"></div>
</div>
</div> -->
<div class="wing-cards" id="stdlife-box"></div>
</div>
</div>
<!-- <div class="wing-cards" id="stdlife-box"></div> -->
</div>
</div>

Expand Down