📚😻 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">
|
<header role="banner">
|
||||||
<h1>Current Status</h1>
|
<h1>Current Status</h1>
|
||||||
</header>
|
</header>
|
||||||
<ul>
|
|
||||||
<li><b>Website:</b> in progress</li>
|
<dl>
|
||||||
<li><b>Artist signup:</b> in progress, not yet open</li>
|
<dt>Website</dt>
|
||||||
<li><b>Backer signup:</b> in progress, not yet open</li>
|
<dd>in progress, publicly accessible</dd>
|
||||||
</ul>
|
<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>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<footer role="contentinfo" id="footer"></footer>
|
<footer role="contentinfo" id="footer"></footer>
|
||||||
|
|||||||
@ -104,7 +104,11 @@ img {
|
|||||||
margin: 0 1rem;
|
margin: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 600px) {
|
#main {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 650px) {
|
||||||
#main {
|
#main {
|
||||||
width: 60%;
|
width: 60%;
|
||||||
}
|
}
|
||||||
@ -131,3 +135,11 @@ h3 {
|
|||||||
font-size: 1.4rem;
|
font-size: 1.4rem;
|
||||||
margin: .5rem 0 0 0;
|
margin: .5rem 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* dl/dt/dd */
|
||||||
|
dt {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
dd {
|
||||||
|
margin-bottom: .5rem;
|
||||||
|
}
|
||||||
|
|||||||
@ -55,10 +55,17 @@
|
|||||||
<h1>The Team</h1>
|
<h1>The Team</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<ul>
|
<dl>
|
||||||
<li><b>Physical Zine Coordinator and Webmaster:</b> Lee Cattarin</li>
|
<dt>Physical Zine Coordinator</dt>
|
||||||
<li><b>Digital Zine Coordinator:</b> </li>
|
<dd>Lee Cattarin</dd>
|
||||||
</ul>
|
<dt>Digital Zine Coordinator</dt>
|
||||||
|
<dd></dd>
|
||||||
|
<dt>Website/Database Management</dt>
|
||||||
|
<dd>Lee Cattarin</dd>
|
||||||
|
<dt>Deadline Monarch</dt>
|
||||||
|
<dd></dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<footer role="contentinfo" id="footer"></footer>
|
<footer role="contentinfo" id="footer"></footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user