Skip to content

Commit

Permalink
Added new header image
Browse files Browse the repository at this point in the history
  • Loading branch information
talbring committed Nov 26, 2019
1 parent 1c35cc0 commit 996d153
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
8 changes: 4 additions & 4 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ body {

.header-container {
background-color: black;
background: url('../img/su2header_new.jpg') no-repeat 100% 0;
color: #fff;
background: url('../img/su2image.png') no-repeat 100% 0;
color: #222;
h1 {
color: white;
text-shadow: 3px 3px 6px #000000;
Expand All @@ -54,8 +54,8 @@ body {
text-shadow: 3px 3px 6px #000000;
}
// background-attachment: fixed;
background-size: 100%;
background-position: center 40%;
background-size: cover;
background-position: center 45%;
margin-top: -37px;
}
.navbar-container {
Expand Down
Binary file modified img/su2image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ <h2 style="font-weight:700">Powerful. Fast. Free.</h2>

<!-- Begin Special Banner for temporary announcements. End the comment here to enable... --->

<hr>

<div class="row">
<div class="col-lg-12 text-center">
<h3 class="text-center"><b>NEW:</b> Our community voted for SU2 v7.0 "Blackbird" to be released soon! </h3>
<h3 class="text-center"><a href="https://su2foundation.org">Set future directions of SU2 by signing up.</a></h3>
</div>
</div>

<hr>

<!-- End Special Banner -->

Expand Down

0 comments on commit 996d153

Please sign in to comment.