modified: templates/landing.html
This commit is contained in:
@@ -117,12 +117,16 @@
|
||||
backdrop-filter: blur(10px);
|
||||
border: 1px solid rgba(102, 126, 234, 0.2);
|
||||
border-radius: 20px;
|
||||
padding: 2rem;
|
||||
padding: 3rem 2rem;
|
||||
margin-bottom: 2rem;
|
||||
text-align: center;
|
||||
transition: all 0.3s ease;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
min-height: 350px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.feature-card::before {
|
||||
@@ -181,9 +185,13 @@
|
||||
background: rgba(12, 20, 38, 0.8);
|
||||
backdrop-filter: blur(15px);
|
||||
border-radius: 20px;
|
||||
padding: 4rem 0;
|
||||
padding: 5rem 2rem;
|
||||
margin: 2rem 0;
|
||||
border: 1px solid rgba(102, 126, 234, 0.1);
|
||||
min-height: 400px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.info-section h2 {
|
||||
@@ -202,8 +210,12 @@
|
||||
background: linear-gradient(135deg, rgba(26, 31, 46, 0.9) 0%, rgba(45, 55, 72, 0.8) 100%);
|
||||
backdrop-filter: blur(15px);
|
||||
border-radius: 20px;
|
||||
padding: 4rem 0;
|
||||
padding: 5rem 2rem;
|
||||
border: 1px solid rgba(102, 126, 234, 0.2);
|
||||
min-height: 350px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.contact-btn {
|
||||
@@ -310,6 +322,17 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="contact-section">
|
||||
<div class="text-center">
|
||||
<h2><i class="fas fa-gamepad"></i> CreativeChat Archive</h2>
|
||||
<p style="color: #a0aec0; margin-bottom: 1.5rem;">Check out my Minecraft chat archive from LudiMC featuring creative chats from 2020-2021!</p>
|
||||
<p style="color: #e2e8f0; margin-bottom: 2rem;">Relive the memories and conversations from the golden days of our Minecraft community.</p>
|
||||
<a href="https://simolzimol.eu/creachat/" target="_blank" class="contact-btn" style="margin-right: 1rem;">
|
||||
<i class="fas fa-archive"></i> Visit CreativeChat Archive
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="contact-section">
|
||||
<div class="text-center">
|
||||
<h2><i class="fas fa-question-circle"></i> Need Assistance?</h2>
|
||||
|
||||
Reference in New Issue
Block a user