Skip to content

Commit

Permalink
style changes, yet again 😛
Browse files Browse the repository at this point in the history
  • Loading branch information
derpyzza committed Feb 13, 2024
1 parent 08773d2 commit ee989b2
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 21 deletions.
47 changes: 31 additions & 16 deletions assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
*
*/
:root {
--bg: #efefef;/*background*/
--bg: #f2f2f2;/*background*/
--nm: #1e1e1e;/*normal*/
--li: #b5b5b5;/*light*/
--ac: #ff6161;/*accent*/
--wi: 60ch; /*max width*/
--li: #9f9f9f;/*light*/
--ac: #ff3434;/*accent*/
--wi: 80ch; /*max width*/
}

@media (prefers-color-scheme: dark) {
Expand All @@ -25,7 +25,7 @@ body {
color: var(--nm);
background-color: var(--bg);
font-family: monospace;
font-size: 20px;
font-size: 1rem;
}
header,
main,
Expand Down Expand Up @@ -61,21 +61,43 @@ h1 {
margin-top: 1rem;
}
h2 {
padding-top: 3rem;
margin-top: 3rem;
margin-bottom: 2rem;
}

h1, h2 {
/* background-color: var(--ac); */
/* color: var(--bg); */
/* width: fit-content; */
/* padding: 0px 10px; */
}

h1::before,
h2::before
{
color: var(--li);
content: "# ";
}
p {
line-height: 1.5rem;
}
a {
color: var(--ac);
}
a:hover {
text-decoration: none;
background-color: var(--ac);
color: var(--bg);
}
.list-item a:hover,
h1 a:hover,
h2 a:hover {
background-color: var(--bg);
color: var(--ac);
}
em, a {
font-weight: medium;
}
a:hover {
text-decoration: underline;
}
h1 > a {
text-decoration: none;
}
Expand Down Expand Up @@ -164,10 +186,3 @@ pre {
.list-item a {
text-decoration: none;
}

h1::before,
h2::before
{
color: var(--li);
content: "# ";
}
28 changes: 24 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,42 @@

<main>
<section id="main">
<p>Hello, i'm derpyzza, i'm a programmer and an artist</p>
<p>I like experimenting with low level technologies, and enjoy making little games and drawings in my off time</p>
<p>This is my little homepage. This is where i store some of my stuff</p>
<p>👋 Hello, i'm derpyzza</p>
<p>I'm a programmer and an artist. I like experimenting with low level technologies, and enjoy making little games and drawings in my off time</p>
<p>This is my homepage, which acts as a blog, a link tree, as well as a portfolio of sorts</p>
<br>
<p>Here is some of that stuff:</p>
<p>Here are some links to get you started:</p>
<ul>
<li>
<a href="#projects">projects</a>
</li>
<li>
<a href="#archive">blogposts</a>
</li>
<li>
<a href="https://derpyzza.github.io">github</a>
</li>
<li>
<a href="https://derpyzza.itch.io/">games</a>
</li>
<li>
<a href="https://twitter.com/derpyzza">twitter</a>
</li>
<li>
<a href="https://instagram.com/derpyzza">instagram</a>
</li>
</ul>
</section>

<!-- <hr /> -->

<section id="projects">
<h2>Projects</h2>
<span> Things i've worked on that i thought were cool. Generally programming related, but not always :)</span>

<br>
<br>
<br>

<section id="list">
<div class="list-item">
Expand All @@ -68,6 +82,12 @@ <h2>Projects</h2>
<section id="archive">
<h2>Archive</h2>

<span>Random blog posts on anything i find interesting. These are written generally just to keep my writing skills in working order</span>

<br>
<br>
<br>

<section id="list">
<div class="list-item">
<a href="public/130523-writing-systems-evolved-from-material-limitations.html#main">Writing systems evolved from material limitations.</a>
Expand Down
2 changes: 1 addition & 1 deletion public/160124-star-wars-visions-season-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>Screecher's Reach [ 10/10 ]</h3>
<p>10/10 art style, felt like a folk tales story book, but was also reminiscent of the artstyle used in roald dahl's books, a pretty interesting choice for a star wars show, but it worked well!
Wasn't super plot-heavy, but had some really tense action packed scenes, along with a pretty interesting ending.
Would love an extended series on this one!</p>
<h3>Aau's son [ 10/10 ]</h3>
<h3>Aau's song [ 10/10 ]</h3>
<p>Again, 10/10 art style, had a super cool GhiblixTunic mashup vibe going, which was awesome.
Sound design was also awesome, very reminiscent of Tunic, with all the melodic synths.
Story was alright, not too bad not too great but light and wholesome.
Expand Down

0 comments on commit ee989b2

Please sign in to comment.