<html>
<head>
<title>IT DIVISION EVENTS</title>
<style>
body {
margin: 0;
padding: 0;
background-image: linear-gradient(rgba(0,0,0,0.65),rgba(0,0,0,0.65)),
urL('https://drive.google.com/thumbnail?id=1K_6PtG571mRIZ5dW5V82hp7zG-NdlfVK&sz=w2000');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: Arial;
background-color: #f4f9ff;
}
.buttons {
width: 100%;
display: flex;
justify-content: space-between;
}
h1 {
background: linear-gradient(to right, #87CEFA, #E0FFFF);
font-size: 30px;
color: black;
text-align: center;
padding: 10px;
}
h2 {
background: linear-gradient(to right, #87CEFA, #E0FFFF);
font-size: 50px;
color: black;
margin: 0;
text-align: center;
padding: 10px;
}
table {
width: 100%;
text-align: center;
}
td {
padding: 10px;
vertical-align: top;
}
img {
width: 300px;
height: 220px;
object-fit: cover;
border-radius: 10px;
}
p {
background-color: #ADD8E6;
padding: 10px;
border-radius: 10px;
}
button {
font-size: 25px;
background-color: gray;
border-radius: 20px;
color: white;
padding: 10px 20px;
border: none;
}
</style>
</head>
<body>
<h1>EVENTS</h1>
<h2>IT WEEK EVENTS</h2>
<br><br>
<table>
<tr>
<td>
<img src='https://drive.google.com/thumbnail?id=1YgelriSlvvn2pXaIev-jNQHhxfHCchiK';
</td>
<td>
<img src='https://drive.google.com/thumbnail?id=1npC16h9H4Xt7reJxh4TJ7LI1e926VAm3';
</td>
<td>
<p>
February 12, 2026 | Day 1 of IT Week officially commenced with Mr. & Ms. IT, competitive ball games, and remarkable capstone exhibits.
<br><br>
#ProudLCCians
<br>
#ITWeek2026
</p>
</td>
</tr>
<tr>
<td>
<img src='https://drive.google.com/thumbnail?id=1c3VgKjjYJfzlH4PIVPjexkqtwt9BOeub';
</td>
<td>
<img src='https://drive.google.com/thumbnail?id=1BWbdgJd9ZEDZQCWPIBm6KHGlxQrQLFNb';
</td>
<td>
<p>
February 12, 2026 | Cheers echoed across the court as IT Week’s LGBT Basketball game brought energy and unity.
<br><br>
#ProudLCCians
<br>
#ITWeek2026
</p>
</td>
</tr>
<tr>
<td>
<img src='https://drive.google.com/thumbnail?id=1TiVfJuehCJCX6h4L2l6SD7O0jCgzJaYv';
</td>
<td>
<img src='https://drive.google.com/thumbnail?id=1frAMeMxU2AQHM6CFcJ-FWi_FJnt5aEOK';
</td>
</tr>
<tr>
<td>
<img src='https://drive.google.com/thumbnail?id=1Aj_Fxi1TIpnrqf933CqnxWQsL_GsKwMC';
</td>
<td>
<img src='https://drive.google.com/thumbnail?id=1KiaJJ-eGGV039VwKWtBzXems3j1zg4YB';
</td>
<td colspan="4">
<p>
February 13, 2026 | Day 2 starts with Basketball Elimination Round as BSIS students battle it out in skill and teamwork.
<br><br>
#ProudLCCians
<br>
#ITWeek2026
</p>
</td>
</tr>
<tr>
<td>
<img src='https://drive.google.com/thumbnail?id=1-b03fXfQEEElklWB5wL_nRXLAe5gAtV7';
</td>
<td>
<img src='https://drive.google.com/thumbnail?id=1kWuzaA42ii-Dq8boGLyad5l44Je0rB8i';
</td>
</tr>
<tr>
<td>
<img src='https://drive.google.com/thumbnail?id=1PnbErvGDtkZJQmPfijterUoEyCvIXfa2';
</td>
<td>
<img src='https://drive.google.com/thumbnail?id=1F0Q6_WM8KzYpv3cKfiTRGuRb08C4-0l2';
</td>
<td colspan="4">
<p>
February 14, 2026 | IT Night came alive with the Awarding Ceremony, Battle of the Bands, and Singaling Contest.
<br><br>
#ProudLCCians
<br>
#ITWeek2026
</p>
</td>
</tr>
</table>
<tr>
<td colspan="4">
<div class="buttons">
<button>Back</button>
<button>Next</button>
</div>
</td>
</tr>
</body>
</html>