initial commit - add files for current version of site
This commit is contained in:
commit
3dc2f3bb60
54
data/css/style.css
Normal file
54
data/css/style.css
Normal file
@ -0,0 +1,54 @@
|
||||
.text {
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.center-text {
|
||||
width: 35em; margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
footer {
|
||||
width:100%;
|
||||
text-align:center;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.center-image {
|
||||
width: 50% auto;
|
||||
position:relative;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.teto-gif {
|
||||
width:35em;
|
||||
position: absolute;
|
||||
display: block;
|
||||
margin-top: 2.5%;
|
||||
margin-left: 0;
|
||||
|
||||
}
|
||||
|
||||
hr {
|
||||
position:relative;
|
||||
margin-top: 3em;
|
||||
}
|
||||
|
||||
a {
|
||||
color:pink;
|
||||
}
|
||||
a:link {
|
||||
color:pink;
|
||||
}
|
||||
a:active {
|
||||
color:cornflowerblue;
|
||||
}
|
||||
a:visited {
|
||||
color:pink;
|
||||
}
|
||||
a:hover {
|
||||
color:pink;
|
||||
}
|
BIN
data/gif/teto_thursday.gif
Executable file
BIN
data/gif/teto_thursday.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
BIN
data/img/SteamHappy.png
Executable file
BIN
data/img/SteamHappy.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
15
gitea.html
Executable file
15
gitea.html
Executable file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=http://sunskimmer82.com:3000/">
|
||||
<script type="text/javascript">
|
||||
window.location.href = "http://sunskimmer82.com:3000/"
|
||||
</script>
|
||||
<title>Page Redirection</title>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
|
||||
If you are not redirected automatically, follow this <a href='http://sunskimmer82.com:3000'>link to example</a>.
|
||||
</body>
|
||||
</html>
|
46
index.nginx-debian.html
Executable file
46
index.nginx-debian.html
Executable file
@ -0,0 +1,46 @@
|
||||
<!DOCTYPE html>
|
||||
<link rel="stylesheet" type="text/css" href="data/css/style.css">
|
||||
<html style="color-scheme: light dark;">
|
||||
<head>
|
||||
<title>Welcome to Serena's homepage! :3</title>
|
||||
</head>
|
||||
|
||||
<navbar>
|
||||
|
||||
<hr/>
|
||||
|
||||
</navbar>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="text">
|
||||
<div class="center-text">
|
||||
|
||||
<h1>Welcome to my website! ^w^</h1>
|
||||
<p></p>
|
||||
|
||||
<p><em>running on nginx on my raspberry pi!</em></p>
|
||||
<p><em>secured by cloudflare <3</em></p>
|
||||
<br><br><br>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<img src="/data/gif/teto_thursday.gif" class="teto-gif">
|
||||
|
||||
<img src="/data/img/SteamHappy.png" class="center-image">
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<footer>
|
||||
|
||||
<hr/>
|
||||
|
||||
<p>Check out my <a href="/git">gitea instance</a> for all of my code :3 || I can be contacted at <a target="_blank" rel="noreferrer" href="mailto:serena@sunskimmer82.com">serena@sunskimmer82.com</a> and I'll do my best to respond!</p>
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user