Skip to content

Commit

Permalink
Wrap up day zero
Browse files Browse the repository at this point in the history
  • Loading branch information
belen-albeza committed Dec 15, 2023
1 parent e6b8f0d commit cde8a5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ h2 {

p, li {
line-height: 1.5;
margin: 1rem 0;
}

.wrapper {
max-width: 1280px;
max-width: 960px;
display: grid;
row-gap: 2rem;
grid-template-rows: auto 1fr auto;
Expand Down
10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,21 @@ <h1>Pixel Art Dojo</h1>
<h2>Day Zero: Prep Work</h2>
<p>Today was about <b>rallying together</b> and draft a plan for the week.</p>
<p><b>Tasks</b> for today:</p>
<ul class="todo">
<ul>
<li>Research state-of-the-art pixel art editors that are open source, and pick one or two for everyone to use.</li>
<li>Gather learning materials.</li>
<li>Craft this very own site :)</li>
</ul>

<p>By the end of the day:</p>
<ul class="todo">
<li>We tried out pre-compiled binaries and/or compiling from source <a href="https://github.com/LibreSprite/LibreSprite">Libresprite</a>, <a href="https://github.com/Orama-Interactive/Pixelorama">Pixelorama</a> and <a href="https://github.com/aseprite/aseprite">Aseprite</a> (note that Aseprite's source is public but not copyleft).</li>
<li>We published this site on Github Pages.</li>
</ul>
</main>

<footer class="main-footer">
<hr class="main-footer__separator">
<p>With ♥︎ from <a href="https://github.com/evamarco">Eva</a>, Dani, Willy, <a href="https://github.com/yamila-moreno">yami</a>, Natacha and <a href="https://ladybenko.net">Belén</a>.</p>
<p>With ♥︎ from <a href="https://github.com/evamarco">Eva</a>, <a href="https://github.com/daniel-herrero">Dani</a>, Willy, <a href="https://github.com/yamila-moreno">yami</a>, Natacha and <a href="https://ladybenko.net">ladybenko</a>.</p>
</footer>
</div>
</body>
Expand Down

0 comments on commit cde8a5a

Please sign in to comment.