Add files via upload
This commit is contained in:
commit
631c3f4f1e
39
index.html
Normal file
39
index.html
Normal file
@ -0,0 +1,39 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Image Overlay with Text</title>
|
||||
<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
|
||||
>
|
||||
<a href="https://wearemist.in/join" class="button join-us"
|
||||
>JOIN US!</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user