Skip to content

Commit

Permalink
fine-tuning, linkedin logo, navbar links, team/member section
Browse files Browse the repository at this point in the history
  • Loading branch information
pz-max committed Jul 2, 2021
1 parent be09d95 commit b9de2fc
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
}
12 changes: 9 additions & 3 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ h6 {
font-family: "Poppins", sans-serif;
}

#header .logo {
display: flex;
align-items: center;
justify-content: space-between;
}

#header .logo h1 a,
#header .logo h1 a:hover {
color: #fff;
Expand Down Expand Up @@ -117,7 +123,7 @@ h6 {
align-items: center;
justify-content: space-between;
padding: 10px 0 10px 30px;
font-size: 14px;
font-size: 16px;
color: #adc7de;
white-space: nowrap;
transition: 0.3s;
Expand All @@ -138,7 +144,7 @@ h6 {
}

.navbar .getstarted {
background: #213b52;
background: #006097;
color: #fff;
padding: 4px 25px 6px 25px;
margin-left: 30px;
Expand All @@ -148,7 +154,7 @@ h6 {

.navbar .getstarted:hover {
background: #fdc134;
color: #213b52;
color: #006097;
}

.navbar .dropdown ul {
Expand Down
6 changes: 3 additions & 3 deletions assets/js/custom_particle.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ tsParticles.load("tsparticles", {
sync: false
},
random: true,
value: 5
value: 6
}
},
responsive: [{
Expand All @@ -148,7 +148,7 @@ tsParticles.load("tsparticles", {
polygon: {
draw: {
enable: true,
lineColor: "rgba(255,255,255,0.3)",
lineColor: "rgba(255,255,255,0.7)",
lineWidth: 5
},
move: {
Expand All @@ -167,7 +167,7 @@ tsParticles.load("tsparticles", {
polygon: {
draw: {
enable: true,
lineColor: "rgba(255,255,255,0.3)",
lineColor: "rgba(255,255,255,0.7)",
lineWidth: 5
},
move: {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">What we do</a></li>
<li><a class="nav-link scrollto" href="#getinvolved">Team</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a class="nav-link scrollto" href="#clients">Team</a></li>
<li><a class="nav-link scrollto" href="#contact">Newsletter</a></li>
<li><a class="getstarted scrollto" href="#getinvolved">Get involved</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
Expand Down Expand Up @@ -264,7 +264,7 @@ <h4><a href="#">Empower Africa talents</a></h4>
<h2 data-aos="fade-in">Our members</h2>
</div>
<div class="container">
<h2>Associated to:</h2>
<h2><a href="https://pypsa-meets-africa.readthedocs.io/en/latest/project_structure_and_credits.html">Our members</a> are associated to:</h2>

<div class="row no-gutters clients-wrap clearfix wow fadeInUp">

Expand Down

0 comments on commit b9de2fc

Please sign in to comment.