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

Commit

Permalink
Modified domain apex record, updated the site a lil
Browse files Browse the repository at this point in the history
  • Loading branch information
datanomi committed Jan 16, 2023
1 parent 86add86 commit 78333e7
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
switches: -tuvr
path: /
remote_path: /var/www/my_webapp__5/www/
remote_path: /var/www/cum.fi
remote_host: mha.fi
remote_port: ${{ secrets.SSH_PORT }}
remote_user: wwwup
Expand Down
Binary file added content/TeliaSans-Regular.woff2
Binary file not shown.
77 changes: 53 additions & 24 deletions content/main.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,19 @@
@font-face {
font-display: swap;
font-family: 'Roboto Mono';
font-family: 'Telia Sans';
font-style: normal;
src: url("roboto-mono.woff2")
src: url("TeliaSans-Regular.woff2") format("woff2");
}

body {
font-size: 15px;
font-family: Roboto Mono;
font-family: Telia Sans;
background: #181818;
line-height: 20px;
letter-spacing: normal;
color: #ffffffe1
}

.snow {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1000;
}

#snow {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
pointer-events: none;
z-index: 1000;
}

.main {
width: 950px;
margin: auto;
Expand All @@ -42,7 +22,6 @@ body {

.main h1 {
color: #fff font-size;
18px;
line-height: 36px;
width: 80%;
}
Expand Down Expand Up @@ -108,11 +87,61 @@ body {
margin-left: -2em
}

.topnav {
background-color: #333;
overflow: hidden;
border-radius: 5px;
}

.topnav a {
float: left;
color: #00da24c4;
text-align: center;
padding: 10px 12px;
text-decoration: none;
font-size: 17px;
border-radius: 5px;
}

.topnav a:hover {
background-color: #00ff15;
transition: ease 0.3s;
color: black;
}

.topnav a.active {
background-color: #00da24c4;
color: white;
}

.topnav a.fi {
float: right;
}

.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
color: white;
padding: 5px;
text-align: center;
background-color: #181818;
overflow: hidden;
}

@media screen and (max-width: 800px) {
.main {
width: 85%;
min-width: 0;
}
.footer {
position: auto;
height: 3em;
background-color: #181818a2;
left: 0;
font-size: small;
}
}

@media screen and (max-width: 600px) {
Expand Down
Binary file removed content/roboto-mono.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion dns/dnsconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var CF_PROXY_ON = { 'cloudflare_proxy': 'on' }; // Proxy enabled.


D('cum.fi', REG_NONE, NO_PURGE, DnsProvider(DNS_CLOUDFLARE),
A('@', '129.151.222.79', CF_PROXY_ON),
A('@', '83.171.249.81', CF_PROXY_ON),
A('sprisa', '78.46.100.167', CF_PROXY_OFF),
A('api', '135.148.149.204', CF_PROXY_OFF),
AAAA('www', '100::', CF_PROXY_ON),
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<div class="header">
<h1>Cumpal's comfy place - cum.fi</h1>
<p>Welcome!</p>
<p>Services: <a href="/l">Link Shortener</a> (Public), <a href="/i">File/Image Uploader</a> ask for credentials at <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="body">
<div class="section">
Expand Down

0 comments on commit 78333e7

Please sign in to comment.