Fix the contact page.
All checks were successful
Deploy / Deploy website via rsync over SSH (push) Successful in 3s
All checks were successful
Deploy / Deploy website via rsync over SSH (push) Successful in 3s
This commit is contained in:
@@ -286,10 +286,10 @@ a:not(:has(img)):hover {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: left;
|
text-align: center;
|
||||||
padding: 5rem 2rem 8rem 2rem;
|
max-width: 800px;
|
||||||
color: #fff;
|
margin: 0 auto;
|
||||||
flex: 1;
|
padding: 5rem 2rem 8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-page h1,
|
.project-page h1,
|
||||||
@@ -297,7 +297,8 @@ a:not(:has(img)):hover {
|
|||||||
.project-page h3 {
|
.project-page h3 {
|
||||||
font-family: "Clockopia", sans-serif;
|
font-family: "Clockopia", sans-serif;
|
||||||
color: #fff5a8;
|
color: #fff5a8;
|
||||||
margin-bottom: 1rem;
|
margin-top: auto;
|
||||||
|
margin-bottom: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-page a {
|
.project-page a {
|
||||||
@@ -310,19 +311,19 @@ a:not(:has(img)):hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.project-page ul {
|
.project-page ul {
|
||||||
list-style: disc;
|
text-align: left;
|
||||||
margin-left: 2rem;
|
margin: auto;
|
||||||
margin-bottom: 1.5rem;
|
max-width: 600px;
|
||||||
color: #ccc;
|
|
||||||
line-height: 1.7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.project-page p {
|
.project-page p {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
line-height: 1.8;
|
line-height: 1.5;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* === RESPONSIVE FIXES === */
|
/* === RESPONSIVE FIXES === */
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
body {
|
body {
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<div class="content project-page">
|
<div class="content project-page">
|
||||||
|
<div class="middle">
|
||||||
<h1>Contact Me</h1>
|
<h1>Contact Me</h1>
|
||||||
<p>You can contact me using those ways, but I would preffer if you used XMPP, or Email.</p>
|
<p>You can contact me using those ways, but I would preffer if you used XMPP, or Email.</p>
|
||||||
<ul>
|
<ul>
|
||||||
@@ -55,11 +56,11 @@
|
|||||||
When using email if you can please encrypt it with PGP. <a href="/0CB52690CD644413EF66A21CAEF2F9A8C0334670.asc" target="_blank">You can get my public key here.</a>
|
When using email if you can please encrypt it with PGP. <a href="/0CB52690CD644413EF66A21CAEF2F9A8C0334670.asc" target="_blank">You can get my public key here.</a>
|
||||||
</p>
|
</p>
|
||||||
<p>Messages in both English or Polish are okay :D</p>
|
<p>Messages in both English or Polish are okay :D</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="/">← Back to home page</a>
|
<a href="/">← Back to home page</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
Purplebored © 2023-2025 |
|
Purplebored © 2023-2025 |
|
||||||
|
|||||||
@@ -47,7 +47,6 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
|
||||||
<!-- MAIN CONTENT -->
|
|
||||||
<div class="content project-page">
|
<div class="content project-page">
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
<h1>My Projects:</h1>
|
<h1>My Projects:</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user