Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font awesome navbar update #29

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav pull-right">
<li><a class="" href="https://github.com/NoVACodeCoffee" role="button"><i class="fa fa-github-alt"></i></a></li>
<li><a class="" href="http://www.meetup.com/NoVA-Code-Coffee" role="button"><i class="fa fa-meetup"></i></a></li>
<li><a class="" href="http://www.twitter.com/novacodecoffee" role="button"><i class="fa fa-twitter"></i></a></li>
<li><a class="" href="https://dctech.slack.com/messages/nova-code-coffee/" role="button"><i class="fa fa-slack"></i></a></li>
<li><a class="" href="https://github.com/NoVACodeCoffee" role="button"><i class="fab fa-github-alt"></i></a></li>
<li><a class="" href="http://www.meetup.com/NoVA-Code-Coffee" role="button"><i class="fab fa-meetup"></i></a></li>
<li><a class="" href="http://www.twitter.com/novacodecoffee" role="button"><i class="fab fa-twitter"></i></a></li>
<li><a class="" href="https://dctech.slack.com/messages/nova-code-coffee/" role="button"><i class="fab fa-slack"></i></a></li>
</ul>
</div>
</div>
Expand Down
11 changes: 8 additions & 3 deletions _includes/sponsors.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
<div style="margin:30px;"></div>
<div style="margin: 30px"></div>
<h2 class="teal">Sponsored By</h2>
<div class="tc">
<div class="sponsor viget">
<a href="https://www.viget.com/">
<img src="/Viget_logo.png" alt="viget logo">
<img src="/Viget_logo.png" alt="viget logo" />
</a>
</div>
<div class="sponsor">
<a href="https://www.excella.com/">
<img src="/excella_logo.jpeg" alt="excella logo">
<img src="/excella_new_logo.png" alt="excella logo" />
</a>
</div>
<div class="sponsor">
<a href="https://pluribusdigital.com/">
<img src="/pluribusdigital-w.svg" alt="pluribusdigital logo" />
</a>
</div>
</div>
20 changes: 11 additions & 9 deletions _sass/_customizations.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$brand-teal: #13c0d7;
$brand-teal-dark: #0299AE;
$brand-brown: #433A33;
$brand-brown-light: #E7DCD3;
$brand-teal-dark: #0299ae;
$brand-brown: #433a33;
$brand-brown-light: #e7dcd3;
$slightly-bold: 500;

a {
Expand Down Expand Up @@ -44,7 +44,7 @@ a {

.panel-default {
border: 1px solid $brand-teal;
&>.panel-heading {
& > .panel-heading {
font-weight: $slightly-bold;
background-color: $brand-brown-light;
border-bottom: 1px solid $brand-teal;
Expand Down Expand Up @@ -75,7 +75,6 @@ a {
margin-top: 6px;
font-size: 18px;
}

}

.instagram-image-container {
Expand All @@ -94,14 +93,17 @@ a {
}

.tc {
text-align: center; }
text-align: center;
}

.sponsor {
display: inline-block;
margin: 15px;
height: 100px;
width: auto; }
width: auto;
}

.sponsor img {
height: 100px;
width: auto; }
height: 75px;
width: auto;
}
Binary file removed excella_logo.jpeg
Binary file not shown.
Binary file added excella_new_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 134 additions & 0 deletions pluribusdigital-w.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.