git-svn-id: svn://losandesgames.com/alfheim-website@32 15359d88-9307-4e75-a9c1-e5686e5897df

This commit is contained in:
Vicente Ferrari Smith 2024-06-21 07:04:04 +00:00
parent e9ee994b56
commit cada02d85a
7 changed files with 17 additions and 15 deletions

Binary file not shown.

Binary file not shown.

View File

@ -51,7 +51,7 @@ nav {
.loginbutton { .loginbutton {
align-self: center; align-self: center;
display: flex; display: flex;
background-color: ; background-color: white;
padding-top: 15px; padding-top: 15px;
padding-right: 20px; padding-right: 20px;
padding-bottom: 15px; padding-bottom: 15px;
@ -65,8 +65,8 @@ main {
margin: 0px; margin: 0px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: start; justify-content: center;
align-content: center; align-items: center;
min-height: 100%; min-height: 100%;
max-height: 100%; max-height: 100%;
margin-left: auto; margin-left: auto;
@ -89,13 +89,15 @@ p {
} }
.wrapper { .wrapper {
display: inline-block;
background: transparent; background: transparent;
border: 2px solid white; border: 2px solid white;
backdrop-filter: blur(20px); backdrop-filter: blur(20px);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 15px; border-radius: 15px;
padding: 30px 40px; padding: 30px 40px;
width: 80%;
text-align: center;
} }
.wrapper h1 { .wrapper h1 {
@ -167,7 +169,7 @@ input {
} }
footer { footer {
position: fixed; position: relative;
left: 0; left: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;

View File

@ -28,7 +28,7 @@
<nav> <nav>
<a href="/"><h1 class="maintitle">Alfheim</h1></a> <a href="/"><h1 class="maintitle">Alfheim</h1></a>
<div class="navbuttons"> <div class="navbuttons">
{{/*{{if not .ActiveSubscription}} {{if not .ActiveSubscription}}
<a href="/subscribe"><div class="loginbutton"><strong>Subscribe</strong></div></a> <a href="/subscribe"><div class="loginbutton"><strong>Subscribe</strong></div></a>
{{end}} {{end}}
@ -39,7 +39,6 @@
<a href="/login"><div class="loginbutton"><strong>Log in</strong><img src="/static/login_24dp_FILL0_wght400_GRAD0_opsz24.svg" alt=""/></div></a> <a href="/login"><div class="loginbutton"><strong>Log in</strong><img src="/static/login_24dp_FILL0_wght400_GRAD0_opsz24.svg" alt=""/></div></a>
<a href="/register"><div class="loginbutton"><strong>Register</strong></div></a> <a href="/register"><div class="loginbutton"><strong>Register</strong></div></a>
{{end}} {{end}}
*/}}
</div> </div>
</nav> </nav>
</header> </header>

View File

@ -51,7 +51,7 @@ nav {
.loginbutton { .loginbutton {
align-self: center; align-self: center;
display: flex; display: flex;
background-color: ; background-color: white;
padding-top: 15px; padding-top: 15px;
padding-right: 20px; padding-right: 20px;
padding-bottom: 15px; padding-bottom: 15px;
@ -65,8 +65,8 @@ main {
margin: 0px; margin: 0px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: start; justify-content: center;
align-content: center; align-items: center;
min-height: 100%; min-height: 100%;
max-height: 100%; max-height: 100%;
margin-left: auto; margin-left: auto;
@ -89,13 +89,15 @@ p {
} }
.wrapper { .wrapper {
display: inline-block;
background: transparent; background: transparent;
border: 2px solid white; border: 2px solid white;
backdrop-filter: blur(20px); backdrop-filter: blur(20px);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
border-radius: 15px; border-radius: 15px;
padding: 30px 40px; padding: 30px 40px;
width: 80%;
text-align: center;
} }
.wrapper h1 { .wrapper h1 {
@ -167,7 +169,7 @@ input {
} }
footer { footer {
position: fixed; position: relative;
left: 0; left: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;

View File

@ -28,7 +28,7 @@
<nav> <nav>
<a href="/"><h1 class="maintitle">Alfheim</h1></a> <a href="/"><h1 class="maintitle">Alfheim</h1></a>
<div class="navbuttons"> <div class="navbuttons">
{{/*{{if not .ActiveSubscription}} {{if not .ActiveSubscription}}
<a href="/subscribe"><div class="loginbutton"><strong>Subscribe</strong></div></a> <a href="/subscribe"><div class="loginbutton"><strong>Subscribe</strong></div></a>
{{end}} {{end}}
@ -39,7 +39,6 @@
<a href="/login"><div class="loginbutton"><strong>Log in</strong><img src="/static/login_24dp_FILL0_wght400_GRAD0_opsz24.svg" alt=""/></div></a> <a href="/login"><div class="loginbutton"><strong>Log in</strong><img src="/static/login_24dp_FILL0_wght400_GRAD0_opsz24.svg" alt=""/></div></a>
<a href="/register"><div class="loginbutton"><strong>Register</strong></div></a> <a href="/register"><div class="loginbutton"><strong>Register</strong></div></a>
{{end}} {{end}}
*/}}
</div> </div>
</nav> </nav>
</header> </header>

View File

@ -169,7 +169,7 @@ input {
} }
footer { footer {
position: fixed; position: relative;
left: 0; left: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;