Initial info site

This commit is contained in:
Nicole Tietz-Sokolskaya 2024-02-25 07:09:42 -05:00
parent 27d12f0389
commit 12b0930418
1 changed files with 43 additions and 6 deletions

View File

@ -7,10 +7,47 @@
<title>Swarthmore Computer Club</title> <title>Swarthmore Computer Club</title>
</head> </head>
<body> <style>
body {
background-color: #3b3b3b;
color: #fffbf7;
font-family: sans-serif;
align-items: center;
display: flex;
justify-content: center;
}
.main {
max-width: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
}
a {
color: #88b4c6;
}
a:visited {
color: #6c909e;
}
</style>
<body>
<div class="main">
<h1>Swarthmore Computer Club</h1> <h1>Swarthmore Computer Club</h1>
<p>Details coming soon</p> <p>We are open to all local computing professionals (or those passing through).</p>
<p>Our first meeting will be Saturday, March 30th at 11am Eastern.</p>
<p>Please contact <a href="mailto:me@ntietz.com">Nicole</a> or fill out the form below to receive the meeting location.</p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfcVRWv8uqmUNeuc4XcFyjYGKRKsECAXE2r0KsS7pnRBQcV9Q/viewform?embedded=true" width="640" height="838" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</body> </body>
</html> </html>