Upload files to "/"
This commit is contained in:
95
index.html
95
index.html
@@ -1,14 +1,93 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="utf-8">
|
||||||
<title>It club Landing Page</title>
|
<title>MHS IT Club</title>
|
||||||
|
<style>
|
||||||
|
body {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
|
margin: 0;
|
||||||
|
background-color: #0f172a; /* dark blue */
|
||||||
|
color: #e5e7eb;
|
||||||
|
line-height: 1.6;
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
background-color: #020617;
|
||||||
|
padding: 20px;
|
||||||
|
text-align: center;
|
||||||
|
border-bottom: 3px solid #facc15; /* gold */
|
||||||
|
}
|
||||||
|
|
||||||
|
header h1 {
|
||||||
|
margin: 0;
|
||||||
|
color: #3b82f6; /* blue */
|
||||||
|
font-size: 1.8rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 30px auto;
|
||||||
|
padding: 20px;
|
||||||
|
background-color: #020617;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
padding: 15px;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
color: #9ca3af;
|
||||||
|
border-top: 1px solid #1e293b;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #facc15;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body style = "background: #f2e5bc" >
|
<body>
|
||||||
<div class="main">
|
<header>
|
||||||
|
<h1>MHS IT Club</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
</a><a href = "http://192.168.10.160:8080">Ai gui</a >
|
<main>
|
||||||
<br><h5 style='color:#FF7F50; font-size:x-large '> </h5><a href='https://git-astronand.dev/It_Club' class = "gitlink" >Git Service<br>
|
<p>This is a temporary website for the MHS IT Club.</p>
|
||||||
<span>
|
|
||||||
<span>
|
<p>
|
||||||
|
Here at IT Club, we strive to teach students about programming
|
||||||
|
and computers in any way we can.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Since MHS does not offer the kind of IT classes we are interested in,
|
||||||
|
we decided to start this club ourselves.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Our goal is to teach programming in more depth, whether that’s
|
||||||
|
C, Python, or even Rust. At the end of the day, we’re here to learn
|
||||||
|
and have fun.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Soon we will have a schedule posted so everyone knows what’s
|
||||||
|
happening over the next 30 days.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
If you have any questions, feel free to email:<br>
|
||||||
|
<a href="mailto:chris@minecartchris.cc">chris@minecartchris.cc</a><br>
|
||||||
|
<a href="mailto:finglaws@stu.masd.k12.wi.us">finglaws@stu.masd.k12.wi.us</a>
|
||||||
|
</p>
|
||||||
|
</main>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user