Skip to content

Commit 5184b30

Browse files
committed
new logo
1 parent 504527a commit 5184b30

13 files changed

Lines changed: 27 additions & 34 deletions

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="footer-widget">
77
<div class="footer-logo">
88
<a href="index.html" class="logo d-flex align-items-center">
9-
<img src="/images/wci-white-logo.png" alt="logo">
9+
<img src="/images/wci-logo-horizontal-white.png" alt="logo">
1010
</a>
1111
</div>
1212
<div class="footer-text">

_includes/head.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<meta content="width=device-width, initial-scale=1.0" name="viewport">
44

55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6-
<meta name="keywords" content="workflow, hpc, science, exascale, fair, reproducibility, distributed computing, artificial intelligence" />
6+
<meta name="keywords" content="workflow, hpc, science, exascale, fair, reproducibility, distributed computing, artificial intelligence, hpc, ai" />
77
{% seo title=false %}
88

99
<!-- Prefetch DNS for faster page speed -->
@@ -31,14 +31,6 @@
3131

3232
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="" />
3333

34-
<!-- <link rel="stylesheet" href="/assets/css/open-iconic-bootstrap.min.css" />
35-
<link rel="stylesheet" href="/assets/css/animate.css" />
36-
<link rel="stylesheet" href="/assets/css/owl.carousel.min.css">
37-
<link rel="stylesheet" href="/assets/css/owl.theme.default.min.css">
38-
<link rel="stylesheet" href="/assets/css/magnific-popup.css">
39-
<link rel="stylesheet" href="/assets/css/bootstrap-datepicker.css">
40-
<link rel="stylesheet" href="/assets/css/jquery.timepicker.css"> -->
41-
4234
<!-- Global site tag (gtag.js) - Google Analytics -->
4335
<script async src="https://www.googletagmanager.com/gtag/js?id=G-271163E6PP"></script>
4436
<script>

_includes/header.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<header id="header" class="header d-flex align-items-center sticked stikcy-menu">
22
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
33
<a href="/" class="logo d-flex align-items-center">
4-
<img src="/images/wci-white-logo.png" alt="logo">
4+
<img src="/images/wci-logo-horizontal-white.png" alt="logo">
55
</a>
66
<nav id="navbar" class="navbar">
77
<ul>
@@ -32,12 +32,10 @@
3232
</ul>
3333
</li>
3434
<li><a href="/members">Members</a></li>
35-
<!-- <li><a href="/jobs">Jobs</a></li> -->
3635
<li><a href="/about">About</a></li>
3736
</ul>
3837
</nav>
3938
<a href="/contact" class="btn-get-started hide-on-mobile">Get involved!</a>
40-
<!-- <button id="darkmode-button"><i class="bi bi-moon-fill"></i></button> -->
4139
<i class="mobile-nav-toggle mobile-nav-show bi bi-list"></i>
4240
<i class="mobile-nav-toggle mobile-nav-hide d-none bi bi-x"></i>
4341
</div>

_layouts/default.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<div id="repulse-circle-div"></div>
1717
<div class="container position-relative">
1818
<div class="row gy-5 aos-init aos-animate">
19-
<div class="col-lg-7 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption">
20-
<h2 data-aos="fade-up">Elevating community-centered scientific workflow solutions <span>through
19+
<div class="col-lg-8 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption">
20+
<h2 data-aos="fade-up">Elevating community-centered scientific workflow solutions <span style="color: #FFB020">through
2121
collective expertise</span><span class="circle" data-aos="fade-right"
2222
data-aos-delay="800">.</span></h2>
2323
<p data-aos="fade-up" data-aos-delay="400">Our goal is to bring the workflows community together
@@ -41,20 +41,22 @@ <h2 data-aos="fade-up">Elevating community-centered scientific workflow solution
4141
</a>
4242
</div>
4343
</div>
44-
<div class="col-lg-5 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption">
44+
<div class="col-lg-4 dark-bg order-lg-1 d-flex flex-column justify-content-start text-left caption">
4545
<div class="row" style="border: 3px solid #fff; border-radius: .5em">
4646
{% assign talks = site.talks| where: "given", false | sort: 'order'%}
4747
{% for talk in talks limit: 1 %}
48-
<div class="col-lg-5" style="padding: 0; background-color: rgba(109, 84, 170, 0.5);">
49-
<a href="/talks"><img src="/images/talks/banner.png" width="100%" style="border-radius: 0.5em;" /></a>
48+
<div class="col-lg-12" style="padding: 0; background-color: rgba(109, 84, 170, 0.5);">
49+
<a href="/talks"><img src="/images/talks/talks-banner.png" width="100%" style="border-radius: 0.5em;" /></a>
5050
</div>
51-
<div class="col-lg-7" style="background-color: rgba(109, 84, 170, 0.5); padding: 1em;">
51+
<div class="col-lg-12" style="background-color: rgba(109, 84, 170, 0.5); padding: 1em;">
5252
<strong><a href="{{ talk.url }}" style="color: #fff">{{ talk.title }}</a></strong><br />
5353
<i style="color: #999">{{ talk.authors }}</i><br />
5454
{{ talk.event_date }}
55-
<br /><br />
56-
<a href="{{ talk.url }}" style="color: #7057AF; background-color: #fff; padding: 0.5em 1em; border-radius: 0.5em;">Learn more ></a>
55+
<br />
5756
</div>
57+
<a href="{{ talk.url }}" class="col-lg-12" style="background-color: #fff; padding: 0.5em; text-align: center; font-size: 0.9em;">
58+
LEARN MORE >
59+
</a>
5860
{% endfor %}
5961
</div>
6062
</div>

apple-touch-icon.png

29.6 KB
Loading

assets/css/styles.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@
1717
--font-secondary:
1818
'Poppins', sans-serif;
1919
scroll-behavior: smooth;
20-
--color-bg: #025add;
20+
--color-bg: #FFB020;
2121
--hero-overlay-color: transparent;
2222
--menu-color: #ffffff;
23-
--theme-color: #025add;
23+
--theme-color: #0E1117;
2424
--border-color: #e2e2e2;
2525
--theme-color-dark: #f8f8f8;
2626
--text-color: #3a3a3a;
2727
--hero-text-color: #ffffff;
2828
--text-white-color: #ffffff;
2929
--text-grey-color: #3a3a3a;
30-
--text-theme-color: #025add;
30+
--text-theme-color: #2D5BFF;
3131
--light-color: #ffffff;
3232
--color-default: #3a3a3a;
33-
--color-primary: #025add;
34-
--color-secondary: #0c6de0;
33+
--color-primary: #8B949E;
34+
--color-secondary: #2AB4B8;
3535
--color-start: #3a3a3a;
3636
--color-end: #3a3a3a;
3737
--hero-card-bg: rgb(228 227 223 / 17%);
@@ -1589,7 +1589,7 @@ section {background: var(--light-color);}
15891589
border-radius: 50px;
15901590
transition: 0.3s;
15911591
color: var(--text-white-color);
1592-
background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
1592+
background: linear-gradient(45deg, #FFB020, #2FB7B5);
15931593
}
15941594

15951595
.btn-get-started:hover {

favicon.ico

29.6 KB
Binary file not shown.

images/talks/talks-banner.png

1.76 MB
Loading

images/wci-default-card.png

-104 KB
Loading

images/wci-icon.png

37.7 KB
Loading

0 commit comments

Comments
 (0)