-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c84270d
commit 8c4ad13
Showing
6 changed files
with
237 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"><head> | ||
<!-- Hugo theme: 'bubblegasket', Original Author: danieljudd.xyz | github.com/danieljudd --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="/css/style.css"> | ||
|
||
|
||
<title> | Categories</title> | ||
|
||
|
||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22></text></svg>"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
</head><body><nav id="nav"> | ||
|
||
</nav> | ||
<div id="content"> | ||
<h1>Categories</h1> | ||
<hr> | ||
|
||
|
||
|
||
|
||
</div> | ||
<br> | ||
|
||
|
||
|
||
|
||
|
||
<div id = "socials"> | ||
|
||
<a href="/index.xml" target="_blank">Subscribe to RSS <img src="/rss.svg" alt="RSS"></a></div> | ||
<div id = "foot"><a href="/"> | ||
<br> | ||
</a></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
|
||
/* separate nav a bit */ | ||
nav :not(:last-child):after { | ||
content: " -" | ||
} | ||
|
||
nav { | ||
text-align: center; | ||
padding-top: 0.2rem; | ||
padding-bottom: 1rem; | ||
font-size: 0.9rem; | ||
} | ||
|
||
body { | ||
max-width: 45rem; | ||
margin: auto; | ||
padding: 0.5rem; | ||
background: #7ABBFF; | ||
color: navy; | ||
font-family: Verdana, Arial, sans-serif; | ||
} | ||
|
||
img { | ||
max-width: 100%; | ||
} | ||
|
||
#content { | ||
padding: 1em; | ||
padding-top: 0.2em; | ||
background-color: white; | ||
border-radius: 0.1em; | ||
outline-style: double; | ||
outline-width: 4px; | ||
outline-color: navy; | ||
font-size: 16px; | ||
font-family: Georgia; | ||
line-height: 1.5; | ||
} | ||
|
||
/* url colours, customizable */ | ||
a { | ||
text-decoration: none; | ||
} | ||
|
||
a:link { | ||
color: blue; | ||
} | ||
|
||
a:visited { | ||
color: blue; | ||
} | ||
|
||
nav a:hover { | ||
outline-style: double; | ||
border-radius: 0.05rem; | ||
outline-width: 0.2rem; | ||
background-color: navy; | ||
color: white; | ||
} | ||
|
||
#Section1, #Section2 { | ||
outline-width: 2px; | ||
margin: 0.05rem; | ||
max-width: 45rem; | ||
/* text-transform: capitalize; */ | ||
} | ||
|
||
h1 { | ||
font-family: Arial; | ||
font-weight: bold; | ||
} | ||
|
||
code { | ||
font-size: 0.7rem; | ||
background-color: #099999; | ||
border-radius: 0.2em; | ||
color: black; | ||
padding: 0.2em; | ||
} | ||
|
||
#date { | ||
float: right; | ||
} | ||
|
||
#tags, #archive { | ||
padding: 0.1rem; | ||
background-color: white; | ||
border-radius: 0.5rem; | ||
outline-style: dotted; | ||
outline-width: 1px; | ||
outline-color: grey; | ||
font-size: 0.8rem; | ||
margin: auto; | ||
font-family: sans-serif; | ||
max-width: inherit; | ||
} | ||
|
||
#tags a:nth-child(odd) { | ||
background-color: #F0E68C; | ||
padding: 0.2em; | ||
border-radius: 0.5rem; | ||
} | ||
|
||
#tags a:nth-child(even) { | ||
background-color: #099999; | ||
padding: 0.2em; | ||
border-radius: 0.5rem; | ||
} | ||
|
||
#tags a:nth-child(3n) { | ||
background-color: #F55999; | ||
padding: 0.2em; | ||
border-radius: 0.5rem; | ||
} | ||
|
||
#foot, #socials { | ||
text-align: center; | ||
font-size: 0.75rem; | ||
} | ||
|
||
#socials img { | ||
height: 1rem; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"><head> | ||
<!-- Hugo theme: 'bubblegasket', Original Author: danieljudd.xyz | github.com/danieljudd --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<link rel="stylesheet" type="text/css" href="/css/style.css"> | ||
|
||
|
||
<title> | Tags</title> | ||
|
||
|
||
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22></text></svg>"> | ||
<link rel="manifest" href="/site.webmanifest"> | ||
</head><body><nav id="nav"> | ||
|
||
</nav> | ||
<div id="content"> | ||
<h1>Tags</h1> | ||
<hr> | ||
|
||
|
||
|
||
|
||
</div> | ||
<br> | ||
|
||
|
||
|
||
|
||
|
||
<div id = "socials"> | ||
|
||
<a href="/index.xml" target="_blank">Subscribe to RSS <img src="/rss.svg" alt="RSS"></a></div> | ||
<div id = "foot"><a href="/"> | ||
<br> | ||
</a></div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters