Skip to content

Minor changes #18

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

Merged
merged 2 commits into from
Oct 2, 2018
Merged
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
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@
<nav class="navbar navbar-toggleable-sm navbar-fixed-top" style="background-color: black;">

<div><a href="http://www.codezoned.com" class="navbar-brand mb-0" style=""><img src="assets/img/CZmainsmall.png" style="width: 12%; min-width: 150px;"></a></div>

<button class="navbar-toggler navbar-toggler-right collapsed" type="button" data-toggle="collapse" data-target="#headerNav" aria-controls="headerNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon" style="color: white; width: 80px; background-color: #343434; padding-top: 2px; margin-top: 5px;">Menu</span>
</button>



<div id="headerNav" class="navbar-collapse justify-content-end collapse" aria-expanded="false" style="">
<ul class="navbar-nav">
Expand All @@ -199,7 +199,7 @@
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/codezoned/BlogCast" target="_blank">BlogCast</a>
</li>
</li>
<li class="nav-item">
<a class="nav-link" href="http://talk.codezoned.com/" target="_blank" style="color:red;">Forum</a>
</li>
Expand Down Expand Up @@ -247,8 +247,8 @@ <h1 class="display-5" style="font-family: profontwindows; word-spacing: -8px; fo
<section id="sec-about" class="sec-about pt-5 pb-5" style="background-color: #222222;">
<!-- <div class="container"> -->
<div class="row justify-content-center text-center" style="">
<div class="col-md-4 col-lg-8 animated bounceInLeft" id="animate2">
<h2 class="display-5" style="font-family: profontwindows; word-spacing: -8px; color: white;">How to Join</h2>
<div class="col-md-4 col-lg-8 animated bounceInLeft" id="animate2">
<h2 class="display-5" style="font-family: quicksand; word-spacing: -8px; color: white;">How to Join/Working with us</h2>
<div class="row">
<div class="col s12 m12">
<div class="card darken-1" style="background-color: white; min-height: 240px;">
Expand All @@ -258,7 +258,7 @@ <h2 class="display-5" style="font-family: profontwindows; word-spacing: -8px; co
</div>
<!-- <div class="card-action">
<a href="#"><div class='button -regular center' style="background-color: #2196F3; color: white;" id="hoverbtn">Check it out!</div></a>

</div> -->
</div>
</div>
Expand All @@ -270,11 +270,11 @@ <h2 class="display-5" style="font-family: profontwindows; word-spacing: -8px; co
</div>
<!-- <div class="card-action">
<a href="#"><div class='button -regular center hoverbtn' style="background-color: #2196F3; color: white;">Check it out!</div></a>

</div> -->
</div>
</div>

<div class="col s12 m12">
<div class="card darken-1" style="background-color: white; min-height: 240px;">
<div class="card-content white-text">
Expand All @@ -283,18 +283,18 @@ <h2 class="display-5" style="font-family: profontwindows; word-spacing: -8px; co
</div>
<!-- <div class="card-action">
<a href="#"><div class='button -regular center hoverbtn' style="background-color: #2196F3; color: white;">Check it out!</div></a>

</div> -->
</div>
</div>
</div>
</div>

</div>
</div>

</section>
<br><br>
<section class="hero">
<section class="hero">

<div class="container">
<div class="row justify-content-center text-center">
Expand Down Expand Up @@ -445,7 +445,7 @@ <h3 class="display-5" style="font-family: quicksand; word-spacing: ;">Some of ou

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="assets/bootstrap.min.js.download"></script>

<script>

$(window).scroll(function(event) {
Expand Down