2024-08-01 00:24:05 +05:30
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-08-01 22:19:06 +05:30
|
|
|
<title>Welcome to MIST!</title>
|
2024-08-01 00:24:05 +05:30
|
|
|
<link rel="stylesheet" href="styles.css" />
|
|
|
|
<link
|
|
|
|
href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap"
|
|
|
|
rel="stylesheet"
|
|
|
|
/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<img
|
|
|
|
src="https://images.unsplash.com/photo-1703532638171-3a3f5be2f5fd?q=80&w=2960&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
|
|
|
|
alt="Overlay Image"
|
|
|
|
class="overlay"
|
|
|
|
/>
|
|
|
|
<div class="centered-box">CLUB EXPO 2024</div>
|
|
|
|
<div class="we-are">WE ARE</div>
|
|
|
|
<div class="mist">MIST</div>
|
|
|
|
<div class="info">MANIPAL INFORMATION SECURITY TEAM</div>
|
|
|
|
<div class="additional-info">
|
|
|
|
CYBERSECURITY, CTFs,<br />
|
|
|
|
WEB DEVELOPMENT<br />
|
|
|
|
& MORE!
|
|
|
|
</div>
|
|
|
|
<div class="buttons">
|
|
|
|
<a href="https://wearemist.in" class="button explore-mist"
|
|
|
|
>EXPLORE MIST</a
|
|
|
|
>
|
2024-08-01 01:23:39 +05:30
|
|
|
<a href="https://hc0nrw4qpvm.typeform.com/to/a6RUv0Le" class="button join-us"
|
2024-08-01 00:24:05 +05:30
|
|
|
>JOIN US!</a
|
|
|
|
>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|