Skip to content
Snippets Groups Projects
Commit e1087362 authored by Christopher Ruwisch's avatar Christopher Ruwisch
Browse files

update landing page -> current status ok

parent 1b33d21a
No related branches found
No related tags found
1 merge request!55[WEBPAGE] Update style of current unicado page
Pipeline #1621539 waiting for manual action
...@@ -26,10 +26,10 @@ A _robust framework_ for designing, analyzing and optimizing aircraft based on a ...@@ -26,10 +26,10 @@ A _robust framework_ for designing, analyzing and optimizing aircraft based on a
</div> </div>
<div class="download-button-container"> <div class="download-button-container">
<a href="download/getting-started"> <a href="download/getting_started/">
Download Download
<img src="assets/images/logos/unicado-icon.png" alt="Unicado Icon">
</a> </a>
<img src="assets/images/logos/unicado-icon.png" alt="Unicado Icon">
</div> </div>
</div> </div>
......
...@@ -60,12 +60,21 @@ ...@@ -60,12 +60,21 @@
background-color: var(--accent-color); background-color: var(--accent-color);
border-radius: 5px; border-radius: 5px;
font-size: 1.1em; font-size: 1.1em;
font-weight: 700;
padding: 10px 20px; padding: 10px 20px;
transition: background-color 0.3s ease; transition: background-color 0.3s ease;
cursor: pointer;
} }
.download-button-container > a { .download-button-container > a {
color: var(--text-color-hero); color: var(--text-color-hero);
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
background: transparent; background: transparent;
gap: 8px
width: 100%;
height: 100%;
} }
.download-button-container:hover { .download-button-container:hover {
color: var(--accent-color); color: var(--accent-color);
...@@ -76,29 +85,10 @@ ...@@ -76,29 +85,10 @@
background: transparent; background: transparent;
} }
.download-button {
display: inline-block;
align-items: center;
padding: 10px 20px;
font-size: 1.1em;
font-weight: bold;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
gap: 8px;
}
.download-button:hover {
color: var(--accent-color);
background-color: var(--text-color-hero);
}
.download-button-container img { .download-button-container img {
max-width: 24px; max-width: 24px;
display: inline-block;
height: auto; height: auto;
pointer-events: none; pointer-events: auto;
margin-left: 5px; margin-left: 5px;
} }
...@@ -107,7 +97,7 @@ ...@@ -107,7 +97,7 @@
display: grid; display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 3.5em; gap: 3.5em;
margin: 2em auto; margin: 3em auto;
max-width: 1100px; max-width: 1100px;
padding: 1em; padding: 1em;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment