Skip to content

Commit 7cdaec6

Browse files
committed
Updated website for Tulane migration:
- Changed colors to Tulane dark green (#006747) - Updated logo and links to Tulane - Updated footer with Tulane address and contact info - Updated copyright information
1 parent fd668c9 commit 7cdaec6

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

_includes/footer.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,20 @@
2020
<div class="row">
2121
<div class="col-12">
2222
<div class="row">
23-
<div class="col-xs-12 col-lg-3 isu-logo-wrapper">
23+
<div class="col-xs-12 col-lg-3 tulane-logo-wrapper">
2424
<a href="http://www.iastate.edu">
25-
<img src="/img/isu-stacked.svg" alt="Iowa State University" class="isu-logo">
25+
<img src="/img/tulane-logo.png" alt="Tulane University" class="tulane-logo">
2626
</a>
2727
</div>
2828
<div class="col-xs-12 col-sm-6 col-md-5 col-lg-4">
2929
<p>
3030
<b>Laboratory for Software Design</b>
3131
</p>
32-
<p>115-2 Atanasoff Hall</p>
33-
<p>Ames, IA, 50011-1040, USA</p>
34-
<p>Phone: (515) 294-6168</p>
35-
<p>E-Mail: hridesh@iastate.edu</p>
32+
<p>201 Lindy Claiborne Boggs Center</p>
33+
<p>6823 St. Charles Avenue</p>
34+
<p>New Orleans, LA 70118-5698</p>
35+
<p>Phone: (504) 865-5764</p>
36+
<p>E-Mail: hrajan@tulane.edu</p>
3637
</div>
3738
<div class="col-xs-12 col-sm-6 col-md-4 col-lg-4">
3839
<p>

_includes/header.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66
<div class="row">
77
<div class="flex-separate col-12">
88
<a href="/" class="nav-link">
9-
<span id="isu-logo">Iowa State University</span>
10-
<span class="d-none d-sm-block">Laboratory for Software Design</span>
11-
<span class="small d-block d-sm-none">Laboratory for Software Design</span>
9+
<img src="/img/tulane-sse-logo.png" alt="Tulane School of Science and Engineering" id="header-logo"
10+
style="height: 60px; margin: 10px 0; background-color: white; padding: 5px; border-radius: 4px;"/>
1211
</a>
1312
<button class="navbar-toggler d-block d-sm-none" type="button" data-toggle="collapse" data-target="#collapseNav">&#9776;</button>
1413
</div>
@@ -32,4 +31,4 @@
3231
</nav>
3332
</div>
3433

35-
</header>
34+
</header>

css/design.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body {
66
}
77

88
.news-card .card-title, .home-page-highlighted-paper-card .card-title {
9-
color: #c00;
9+
color: #006747;
1010
}
1111

1212
.card {
@@ -29,7 +29,7 @@ body {
2929
}
3030

3131
.brand-bg-color {
32-
background-color: #c00;
32+
background-color: #006747;
3333
padding-top: 0.5rem;
3434
}
3535

@@ -44,7 +44,7 @@ body {
4444
}
4545

4646
#isu-logo {
47-
background-image: url("/img/isu-logo.svg");
47+
background-image: url("/img/tulane-logo.png");
4848
background-position: left center;
4949
background-size: contain;
5050
background-repeat: no-repeat;
@@ -187,7 +187,7 @@ nav .navbar {
187187
list-style-type: none;
188188
}
189189

190-
$button-active-color: #c00;
190+
$button-active-color: #006747;
191191

192192
.paper-btns.btn-group {
193193
display: flex;
@@ -249,7 +249,7 @@ $button-active-color: #c00;
249249
}
250250

251251
.paper_card_header .paper_card_header_name:hover, .grant_card_header .grant_card_header_name:hover {
252-
color: #c00;
252+
color: #006747;
253253
}
254254

255255
.paper_card .padded-inner-card-block {
@@ -306,11 +306,11 @@ footer {
306306
vertical-align: top;
307307
}
308308

309-
footer .isu-logo {
309+
footer .tulane-logo {
310310
width: 170px;
311311
}
312312

313-
footer .isu-logo-wrapper {
313+
footer .tulane-logo-wrapper {
314314
text-align: center;
315315
}
316316

img/tulane-logo.png

39.6 KB
Loading

img/tulane-sse-logo.png

15.7 KB
Loading

0 commit comments

Comments
 (0)