📚😻 Checkpoint
./team/index.html:69682263/594 ./styles/main.css:69682263/105 ./status/index.html:69682263/619
This commit is contained in:
@ -53,11 +53,18 @@
|
||||
<header role="banner">
|
||||
<h1>Current Status</h1>
|
||||
</header>
|
||||
<ul>
|
||||
<li><b>Website:</b> in progress</li>
|
||||
<li><b>Artist signup:</b> in progress, not yet open</li>
|
||||
<li><b>Backer signup:</b> in progress, not yet open</li>
|
||||
</ul>
|
||||
|
||||
<dl>
|
||||
<dt>Website</dt>
|
||||
<dd>in progress, publicly accessible</dd>
|
||||
<dt>Interest signup</dt>
|
||||
<dd>Complete, available on the <a href="/signup">signup page</a></dd>
|
||||
<dt>Artist signup</dt>
|
||||
<dd>in progress, not yet open</dd>
|
||||
<dt>Backer signup</dt>
|
||||
<dd>in progress, not yet open</dd>
|
||||
</dl>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
<footer role="contentinfo" id="footer"></footer>
|
||||
|
||||
@ -104,7 +104,11 @@ img {
|
||||
margin: 0 1rem;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
#main {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 650px) {
|
||||
#main {
|
||||
width: 60%;
|
||||
}
|
||||
@ -131,3 +135,11 @@ h3 {
|
||||
font-size: 1.4rem;
|
||||
margin: .5rem 0 0 0;
|
||||
}
|
||||
|
||||
/* dl/dt/dd */
|
||||
dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
dd {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
@ -55,10 +55,17 @@
|
||||
<h1>The Team</h1>
|
||||
</header>
|
||||
|
||||
<ul>
|
||||
<li><b>Physical Zine Coordinator and Webmaster:</b> Lee Cattarin</li>
|
||||
<li><b>Digital Zine Coordinator:</b> </li>
|
||||
</ul>
|
||||
<dl>
|
||||
<dt>Physical Zine Coordinator</dt>
|
||||
<dd>Lee Cattarin</dd>
|
||||
<dt>Digital Zine Coordinator</dt>
|
||||
<dd></dd>
|
||||
<dt>Website/Database Management</dt>
|
||||
<dd>Lee Cattarin</dd>
|
||||
<dt>Deadline Monarch</dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
</main>
|
||||
</div>
|
||||
<footer role="contentinfo" id="footer"></footer>
|
||||
|
||||
Reference in New Issue
Block a user