Skip to content

Commit

Permalink
edit neocities splash page
Browse files Browse the repository at this point in the history
  • Loading branch information
jasm1nii committed Oct 30, 2023
1 parent e6a92b2 commit cfd058e
Show file tree
Hide file tree
Showing 31 changed files with 16 additions and 20 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 7 additions & 13 deletions public_neocities/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>jasmine's journal - splash page</title>
<link rel="icon" type="image/x-icon" href="/itchio-textless-white.svg">
<!-- favicon source: https://openmoji.org/library/emoji-270F/-->
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<meta http-equiv="refresh" content="3; url=https://jasm1nii.xyz/" />
<!--<meta http-equiv="refresh" content="3; url=https://jasm1nii.xyz/" />-->
<link rel="webmention" href="https://webmention.io/jasm1nii.xyz/webmention" />
<link rel="pingback" href="https://webmention.io/jasm1nii.xyz/xmlrpc" />
<link href="https://fed.brid.gy/r/https://jasm1nii.xyz/" rel="me">
Expand All @@ -16,18 +15,13 @@
<main>
<article>
<h1>hello there</h1>
<section>
<p>
you will be redirected within 3 seconds...
</p>
<p>
... or <a href="https://jasm1nii.xyz/" rel="external me">click here to load your destination</a>.
</p>
</section>
<p>
you will be redirected within 3 seconds...
</p>
<p>
... or <a href="https://jasm1nii.xyz/" rel="external me">click here to load your destination</a>.
</p>
</article>
</main>
<footer>
<p>Background photo by Lara Wehbe from <a href="https://www.pexels.com/photo/purple-sky-6564097/" rel="external">Pexels</a></p>
</footer>
</body>
</html>
16 changes: 9 additions & 7 deletions public_neocities/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@font-face {
font-family: "Instrument Sans";
src: url('/fonts/Instrument_Sans/InstrumentSans-Regular.ttf') format('truetype');
font-family: "Inconsolata";
font-display: swap;
src:
url('/_assets/fonts/Inconsolata/Inconsolata-VariableFont_wdth-wght.woff2') format('woff2'),
url('/_assets/fonts/Inconsolata/Inconsolata.woff') format('woff'),
url('/_assets/fonts/Inconsolata/Inconsolata-VariableFont_wdth-wght.ttf') format('truetype');
}

:root {
Expand Down Expand Up @@ -35,7 +39,7 @@ article {

a {
background-color: transparent;
color: darkmagenta;
color: rgb(230, 167, 255);
transition: all 0.2s ease-out;
text-decoration: underline 1px dashed;
text-underline-offset: .3em;
Expand Down Expand Up @@ -94,13 +98,11 @@ html {
}

body {
background: url(pexels-lara-wehbe-6564097.jpg);
background-size: cover;
background-position: center;
margin-left: auto;
margin-right: auto;
width: 100%;
color: rgb(63, 19, 63);
background-color: rgb(36, 30, 36);
color: rgb(255, 255, 255);
font-size: 1em;
padding: 0;
margin: 0;
Expand Down

0 comments on commit cfd058e

Please sign in to comment.