profile menu
This commit is contained in:
@@ -1,78 +0,0 @@
|
||||
:root {
|
||||
--tan: #E6D7AA;
|
||||
--accent: black;
|
||||
--purple: #251D44;
|
||||
--green: #0B5538;
|
||||
--red: #BC1C02;
|
||||
--brown: #c6a476;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--tan: #251D44;
|
||||
--accent: #AF7323;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Canterbury';
|
||||
src: url('/_/fonts/Canterbury/Canterbury.ttf') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'BonaNova';
|
||||
src: url('/_/fonts/BonaNova/BonaNova-Regular.woff') format('truetype');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'BonaNova';
|
||||
src: url('/_/fonts/BonaNova/BonaNova-Bold.woff') format('truetype');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: 'BonaNova', sans-serif;
|
||||
font-size: 16px;
|
||||
background-color: var(--tan);
|
||||
color: var(--accent);
|
||||
}
|
||||
|
||||
#title {
|
||||
padding: 5px 10px;
|
||||
font-size: 1.7rem;
|
||||
position: fixed; top: 4.5vh; left: 6vw;
|
||||
cursor: pointer; z-index: 1;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: default;
|
||||
text-decoration: none;
|
||||
text-underline-offset: 5px;
|
||||
transition: background .02s, color .2s;
|
||||
user-select: none;
|
||||
color: var(--accent);
|
||||
display: inline-block; /* makes background and padding behave */
|
||||
padding: 0.2em 0.5em; /* adds breathing room */
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
background: var(--green);
|
||||
color: var(--tan);
|
||||
}
|
||||
|
||||
a:active {
|
||||
background: var(--red); /* background color works now */
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: var(--green);
|
||||
color: var(--tan);
|
||||
padding: 1em;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<title>Hyperia</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="_/icons/logo.svg">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<link rel="stylesheet" href="_/code/shared.css">
|
||||
<style>
|
||||
|
||||
body {
|
||||
@@ -70,10 +70,10 @@
|
||||
|
||||
<h2 style="margin-left: 2.5vw; font-size: 2rem; font-family: Canterbury">5 Main Goals:</h2>
|
||||
|
||||
<ol style="font-size: 1.1rem; line-height: 1.3;">
|
||||
<ol style="line-height: 1.3;">
|
||||
<li style="margin-bottom: 3.5rem;">
|
||||
<strong>Reintroduce Heroism and Romance into Western Life</strong><br>
|
||||
When men are disconnected from ancestry, God, and land, we no longer have anything to fight for. Therefore, we will not fight.<br><br>
|
||||
<strong>Restore Romance and Heroism in Western Life</strong><br>
|
||||
When men are separated from ancestry, God, and land, men no longer have anything to fight for. Therefore, men will not fight.<br><br>
|
||||
When men do not fight, women are unprotected. They hate the men for being weak, and the men hate them too.<br><br>
|
||||
This is the cycle we are in, and this is the cycle we must break.<br><br>
|
||||
Hyperia Security allows men to be protectors of God and tradition. It allows them to fight for a society which is directly linked to our past and our future. We believe that, given this opportunity, men will rise to the occasion.<br><br>
|
||||
@@ -94,8 +94,8 @@
|
||||
</li>
|
||||
|
||||
<li style="margin-bottom: 3.5rem;">
|
||||
<strong>Revitalize Classical Christian Culture</strong><br>
|
||||
Currently, America is laden with exposure to secular and anti-Western influences. Hyperia will provide spaces, which are digital and eventually physical, that abide by Christian rules and are in favor of Western culture.
|
||||
<strong>Create a Network of Classical Christian Schools</strong><br>
|
||||
We want to connect these schools and provide resources to them.
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<title>Hyperia</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="_/icons/logo.svg">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<link rel="stylesheet" href="_/code/shared.css">
|
||||
<style>
|
||||
#items {
|
||||
position: absolute;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<title>Hyperia</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="icon" href="_/icons/logo.svg">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<link rel="stylesheet" href="_/code/shared.css">
|
||||
<style>
|
||||
#items {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user