fixed footer, changed threefold to project mycelium

This commit is contained in:
mik-tf
2024-11-11 16:46:30 -05:00
parent 0cf890fd81
commit 450d50272d
13 changed files with 50 additions and 47 deletions

View File

@@ -3,7 +3,7 @@
<footer class="tf_footer">
<div class="tf_footer_container">
<div class="tf_footer_section">
<h3>ThreeFold</h3>
<h3>Project Mycelium</h3>
<p>Building a decentralized internet <br>for a better world.</p>
</div>
<div class="tf_footer_section">
@@ -35,7 +35,7 @@
</div>
</div>
<div class="tf_footer_bottom">
<p>&copy; 2024 ThreeFold. All rights reserved.</p>
<p>&copy; 2024 Project Mycelium. All rights reserved.</p>
</div>
</footer>
@@ -78,7 +78,6 @@
padding: 1.5rem 0 0.5rem;
margin-top: auto;
transition: background-color 0.3s, color 0.3s;
max-height: 160px;
box-sizing: border-box;
}
@@ -136,10 +135,14 @@
}
.tf_footer_bottom {
margin-top: 1rem;
padding-top: 0.5rem;
text-align: center;
border-top: 1px solid var(--footer-border);
background-color: var(--footer-background);
margin-top: 1rem;
padding-top: 0.5rem;
/* Add flexbox properties */
display: flex;
justify-content: center; /* Horizontally center */
align-items: center; /* Vertically center */
border-top: 0px solid var(--footer-border);
}
.tf_footer_bottom p {

View File

@@ -7,7 +7,7 @@
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
</svg>
<h2>Welcome Back</h2>
<p>Sign in to your ThreeFold account</p>
<p>Sign in to your Project Mycelium account</p>
</div>
<form id="login-form" onsubmit="return validateLoginForm(event)">
<div class="form-group">

View File

@@ -12,7 +12,7 @@
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
</svg>
<span>ThreeFold</span>
<span>Project Mycelium</span>
</a>
<ul class="tf_menu" :class="{ 'active': mobileMenuOpen }">
[[navcontent]]

View File

@@ -6,8 +6,8 @@
<svg class="logo" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/>
</svg>
<h2>Join ThreeFold</h2>
<p>Create your ThreeFold account</p>
<h2>Join Project Mycelium</h2>
<p>Create your Project Mycelium account</p>
</div>
<form id="signup-form" onsubmit="return validateSignupForm(event)">
<div class="form-group compact">