swarthmorecomputer.club/public/index.html

54 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Swarthmore Computer Club</title>
</head>
<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>
<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>
</html>