Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Changes with link colors, geographic data, and other internals - also…
Browse files Browse the repository at this point in the history
… first commit using git and not just scrolling through github :P
  • Loading branch information
Peter Bun committed Jun 2, 2024
1 parent 474935b commit db196e2
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 11 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
source code for website
mostly just plain html and css

mostly just plain html and css

there is probably a whole ton of caveman code here - look, I am not a programmer
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<body>
<h1>About This Website</h1>
<div>
<p>Ayo! I am quissberry although you may see me as akanequissberry or nooblivecam in other places. I am a rambling level two writer and procrasinator. This website is for my writing projects, random thoughts, or anything I feel worth sharing. My goal is to grow this website gradually into a vibrant gallery in the hope of one day this place becoming one worth visiting. You can support my dream in <a href="https://discord.gg/aFSrGMhxEh">my discord server</a>.</p>
<p>Ayo! I am quissberry although you may see me as akanequissberry or nooblivecam in other places. I am a rambling level two writer and procrastinator. I live in Snohomish County, Washington. This website is for my writing projects, random thoughts, or anything I feel worth sharing. My goal is to grow this website gradually into a vibrant gallery in the hope of one day this place becoming one worth visiting. You can support my dream in <a href="https://discord.gg/aFSrGMhxEh">my discord server</a>.</p>
<p>A secondary goal of mine for this website is make it acessible as possible for all users and devices. If you have any problems concerning this, let me know for sure!</p>
<p>Also I feel like anyone wandering this website would ask, "what's up with the Chinese/Japanese dates?". Well, I just think they look much cooler than English dates.</p>
<a href="https://github.com/quissberry/quissberry.github.io">Link to source code on Github</a> <br>
Expand Down
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,21 @@
<head>
<title>Portal</title>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<link rel="icon" type="image/png" href="randomcolors/24.png">
<style>
</style>
</head>
<body>
<h1>Quissberry's Small Website Portal</h1>
<div>
<h3>Creative Writing</h3>
<div>
<div id="style-writing">
Nothing here yet! I will post some later.
</div>
<h3>Articles</h3>
<div>
<a href="zutomayo.html">This Music Group Ruined All Other Songs for Me, and I Don’t Mind (2024年2月13日)</a> <br
<div id="style-article">
<a href="zutomayo.html">This Music Group Ruined All Other Songs for Me, and I Don’t Mind (2024年2月13日)</a> <br>
</div>
<h3>Music Gallery</h3>
<a href="https://iv.nboeck.de/watch?v=zuce_rTZSno">Mooni Dance - Based on the Polaris Theme from "The Battle of Polytopia" (2022年1月17日)</a> <br>
Expand Down
File renamed without changes.
10 changes: 5 additions & 5 deletions secret.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ <h1>Secret Portal</h1>
Congratulations! You found my secret landing page. Here are some links to my WIP and template pages. Be advised that this is only meant for my use only for debugging purposes. There is a reason why these are not public. The only reason this portal exists is because i am too lazy to type into the search bar.
</div> <br>
<div>
<a href="./template">Template</a> <br>
<a href="./kei-template">Kei Template</a> <br>
<a href="template.html">Template</a> <br>
<a href="kei/kei-template.html">Kei Template</a> <br>
<a href="kei/portal.html">Kei Portal</a> <br>
<a href="./animals.html">Animals</a> <br>
<a href="./websites.html">Websites</a> <br>
<a href="animals.html">Animals</a> <br>
<a href="websites.html">Websites</a> <br>
<br>
<a href="./index.html">Press here to head back home!</a>
<a href="index.html">Press here to head back home!</a>
</div>
</body>
</html>
22 changes: 21 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ a{
text-indent:0px;
}
a:link {
color: var(--maroon);
color: var(--peach);
}

/* visited link */
Expand All @@ -71,3 +71,23 @@ div {

body {
}
#style-writing {
a:link {
color: var(--blue);
}

/* visited link */
a:visited {
color: var(--mauve);
}
}
#style-article {
a:link {
color: var(--green);
}

/* visited link */
a:visited {
color: var(--teal);
}
}

0 comments on commit db196e2

Please sign in to comment.