Skip to content

Commit 996d153

Browse files
committed
Added new header image
1 parent 1c35cc0 commit 996d153

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

css/main.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ body {
4242

4343
.header-container {
4444
background-color: black;
45-
background: url('../img/su2header_new.jpg') no-repeat 100% 0;
46-
color: #fff;
45+
background: url('../img/su2image.png') no-repeat 100% 0;
46+
color: #222;
4747
h1 {
4848
color: white;
4949
text-shadow: 3px 3px 6px #000000;
@@ -54,8 +54,8 @@ body {
5454
text-shadow: 3px 3px 6px #000000;
5555
}
5656
// background-attachment: fixed;
57-
background-size: 100%;
58-
background-position: center 40%;
57+
background-size: cover;
58+
background-position: center 45%;
5959
margin-top: -37px;
6060
}
6161
.navbar-container {

img/su2image.png

-4.36 MB
Loading

index.html

-10
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ <h2 style="font-weight:700">Powerful. Fast. Free.</h2>
2323

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

26-
<hr>
27-
28-
<div class="row">
29-
<div class="col-lg-12 text-center">
30-
<h3 class="text-center"><b>NEW:</b> Our community voted for SU2 v7.0 "Blackbird" to be released soon! </h3>
31-
<h3 class="text-center"><a href="https://su2foundation.org">Set future directions of SU2 by signing up.</a></h3>
32-
</div>
33-
</div>
34-
35-
<hr>
3626

3727
<!-- End Special Banner -->
3828

0 commit comments

Comments
 (0)