Skip to content

Commit f97f187

Browse files
committed
updated icon
1 parent 6d203b0 commit f97f187

6 files changed

Lines changed: 32 additions & 54 deletions

File tree

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<div class="col-lg-5 col-md-6 col-sm-12">
1616
<div>
1717
<a class="footer-link" href="{{ site.data.i18n.t.footer.fhooe-link[_lang] }}" target="_blank">
18-
<span class="icon icon-spa">{% include svg/spalogo_vg.svg %}</span>
18+
<span class="icon icon-spa">{% include svg/apa-icon.svg %}</span>
1919
<!-- <span class="icon icon-fhooe">{% include svg/fhooe_icon_g.svg %}</span> -->
2020
</a>
2121
</div>
22-
<div>SPA - Secure Prescriptive Analytics</div>
22+
<div>APA - Auto Prescriptive Analytics</div>
2323
<div>FH OÖ Forschungs & Entwicklungs GmbH</div>
2424
<div>Roseggerstraße 15, 4600 Wels Austria</div>
2525
<div>Phone.: +43 5 0804 10, Fax: +43 5 0804 11900</div>

_includes/nav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<span class="icon-bar"></span>
2828
<span class="icon-bar"></span>
2929
</button>
30-
<a class="navbar-brand {{ pagescroll }}" href="{{ prefix }}#page-top">{% include svg/spalogo_vg.svg %}<span>Auto Prescriptive Analytics</span></a>
30+
<a class="navbar-brand {{ pagescroll }}" href="{{ prefix }}#page-top">{% include svg/apa-icon.svg %}<span>Auto Prescriptive Analytics</span></a>
3131
<!-- <a class="navbar-iwb2020" href="{{ site.data.links.iwb2020 }}" target="_blank"><span></span></a> -->
3232
</div>
3333

_includes/svg/apa-icon.svg

Lines changed: 22 additions & 0 deletions
Loading

_includes/svg/spalogo_vg.svg

Lines changed: 0 additions & 44 deletions
This file was deleted.

_sass/custom/_nav.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
padding: 25px 15px 15px 15px;
3939
}
4040

41-
.spa-logo {
41+
.apa-icon {
4242
// width: 36px;
4343
// height: 50px;
4444
height: 75px;
@@ -48,21 +48,21 @@
4848
fill: $brand-primary;
4949
}
5050

51-
.spa-logo path, .spa-logo polygon {
51+
.apa-icon path, .apa-icon polygon, .apa-icon rect {
5252
-webkit-transition: all 1s;
5353
-moz-transition: all 1s;
5454
transition: all 1s;
5555
}
5656

57-
.spa-logo polygon, .spa-logo path {
57+
.apa-icon polygon, .apa-icon path, .apa-icon rect {
5858
// fill: rgba(255,255,255,.7);
5959
fill: $brand-primary;
6060
}
61-
.spa-logo:hover {
61+
.apa-icon:hover {
6262
fill: $brand-primary;
6363
}
6464

65-
.spa-logo:hover {
65+
.apa-icon:hover {
6666
fill: $brand-primary;
6767
}
6868

_sass/vars.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$brand-primary: #56c69f; // #8BD8BD; or #56c69f;
2-
$brand-secondary: #243665;
1+
$brand-primary: #3399cc;
2+
$brand-secondary: #046b8c;
33
$brand-primary-light: lighten($brand-primary, 15%);
44
$brand-primary-dark: darken($brand-primary, 15%);
55
$brand-highlight: darken($brand-primary, 8.5%);

0 commit comments

Comments
 (0)