Skip to content

Commit

Permalink
sunset readiness II
Browse files Browse the repository at this point in the history
  • Loading branch information
evilneuro committed Jan 21, 2024
1 parent 4543100 commit 0796467
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions front/assets/css/me.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Version: 0.2.2
/* -- CSS Reset -- */
html {
font-family: "Poppins", sans-serif;
font-weight: 100;
font-weight: 200;
font-style: normal;
}
html, body, div, span, applet, object, iframe,
Expand Down Expand Up @@ -98,7 +98,7 @@ body.page-template-page-fullsingle-me {
height: 100vh;
background-color: #4F5C38;
font-family: "Poppins", sans-serif;
font-weight: 100;
font-weight: 200;
font-size: 45px;
line-height: 60px;
letter-spacing: -0.5px;
Expand Down Expand Up @@ -219,7 +219,7 @@ body.page-template-page-fullsingle-me {

.credit {
font-family: "Poppins", sans-serif;
font-weight: 100;
font-weight: 400;
font-size: 12px;
line-height: 14px;
margin-bottom: 0; }
Expand Down
4 changes: 2 additions & 2 deletions sunset.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<meta name="twitter:creator" content="@evilneuro" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel='stylesheet' href='front/assets/css/me.css' type='text/css' media='screen' />
<link href="//fonts.googleapis.com/css?family=Poppins:100,400" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Poppins:100,200,400" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>

Expand All @@ -31,7 +31,7 @@
</div>
<div class="bio">
<p>
<a href="#">evolt.org</a>, the web development community, is now
<a href="#"><strong>evolt.org</strong></a>, the web development community, is now
<a href="https://lists.evolt.org/archive/Week-of-Mon-20240101/132688.html">closed</a>.
it was founded in 1998, and ran until 2024. thank you to everyone who made it possible.
</p>
Expand Down

0 comments on commit 0796467

Please sign in to comment.