Skip to content

Commit 75dc676

Browse files
committed
fixing the header
1 parent 699b3ec commit 75dc676

File tree

5 files changed

+13
-25
lines changed

5 files changed

+13
-25
lines changed

assets/css/main.css

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1975,7 +1975,7 @@ input, select, textarea {
19751975

19761976
header.major {
19771977
text-align: center;
1978-
margin: 0 0 2em 0;
1978+
margin: 0 0 0 0;
19791979
}
19801980

19811981
header.major h2 {
@@ -2531,21 +2531,20 @@ input, select, textarea {
25312531

25322532
#header {
25332533
text-align: center;
2534-
padding: 3em 0 0 0;
2534+
padding: 0 0 0 0;
25352535
background-color: #333;
2536-
background-image: url("images/bg02.png"), url("images/bg02.png"), url("images/bg01.png");
25372536
background-position: top left, top left, top left;
2538-
background-size: 100% 6em, 100% 6em, auto;
2537+
background-size: 100% 0em, 100% 6em, auto;
25392538
background-repeat: no-repeat, no-repeat, repeat;
25402539
}
25412540

25422541
#header h1 {
2543-
padding: 0 0 2.75em 0;
2542+
padding: 0 0 0 0;
25442543
margin: 0;
25452544
}
25462545

25472546
#header h1 a {
2548-
font-size: 4.5em;
2547+
font-size: 0;
25492548
letter-spacing: -0.025em;
25502549
border: 0;
25512550
}
@@ -2858,7 +2857,7 @@ input, select, textarea {
28582857
/* Header */
28592858

28602859
#header {
2861-
padding: 2em 0 0 0;
2860+
padding:0 0 0 0;
28622861
}
28632862

28642863
#header h1 {
@@ -2936,7 +2935,7 @@ input, select, textarea {
29362935

29372936
header.major {
29382937
text-align: center;
2939-
margin: 0 0 2em 0;
2938+
margin: 0 0 0 0;
29402939
}
29412940

29422941
header.major h2 {

download.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ <h3>Downloads</h3>
8585
<article>
8686
<header>
8787
<h2>Download</h2>
88-
<p>Jump in and design! Here are some helpful steps for downloading and installing the code. There are stable releases and beta releases. Also make sure to check out the license under which the code is available.</p>
88+
<p>Jump in and design! Here are some helpful steps for downloading and installing the code. There are stable releases and beta releases. SUAVE is released with the permissive <a href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">LGPL 2.1 license.</a> </p>
8989
</header>
9090

9191
<h3 id="decision_guide">Which Install Option Should I Use?</h3>
92-
<p>If you're just interesed in using existing SUAVE code to model vehicles, use the <a href="download/standard_install.html">standard install.</a> </p>
92+
<p>If you're interesed in <strong>using </strong> existing SUAVE code to model vehicles, use the <a href="download/standard_install.html">standard install.</a> </p>
9393

94-
<p>If you're interesed in extending and customizing SUAVE, use the develop install <a href="download/develop_install.html">develop install.</a> </p>
94+
<p>If you're interesed in <strong>extending and customizing </strong> SUAVE code, use the develop install <a href="download/develop_install.html">develop install.</a> </p>
9595

9696

9797
</article>

download/develop_install.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,14 @@ <h3>Downloads</h3>
8787

8888
<header class="hero">
8989
<div class="valign">
90-
<h1 class="title">Develop</h1>
91-
<p class="subtitle">Make things more awesome</p>
90+
<h2 class="title">Develop</h2>
9291
</div>
9392
</header>
9493

9594
<article class="content">
9695
<p>If you want to make changes to SUAVE source, or contribute new functionalities back to the community, this is the page for you!</p>
9796

98-
<h2 id="background">Background</h2>
97+
<h3 id="background">Background</h3>
9998

10099
<p>SUAVE is developed via <a href="https://github.com/suavecode/SUAVE">GitHub</a>, and this page will describe how to get started. There is also a list of <a href="https://github.com/suavecode/SUAVE/projects/2">open topics</a> available for contribution if you’re looking for ideas to get started.</p>
101100

download/standard_install.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,6 @@ <h3>Downloads</h3>
8686
<article>
8787
<header>
8888

89-
<header class="hero">
90-
<div class="valign">
91-
<h2 class="title">Download</h2>
92-
<p class="subtitle">How to download and install this fantastic tool</p>
93-
</div>
94-
</header>
95-
96-
<p>Jump in and design! Here are some helpful steps for downloading and installing the code. There are stable releases and beta releases. Also make sure to check out the license under which the code is available.</p>
97-
98-
<p><br /></p>
9989

10090
<h2 id="downloading">Downloading</h2>
10191

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div id="page-wrapper">
2424

2525
<!-- Header -->
26-
<!--<div id="header">-->
26+
<div id="header">
2727

2828
<!-- Logo -->
2929
<a hidden id="logo">SUAVE</a>

0 commit comments

Comments
 (0)