Skip to content

Fixed a few bugs #23

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 5 commits into from
Feb 3, 2019
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
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<link rel="stylesheet" href="assets/font-awesome.min.css">
<link rel="stylesheet" href="assets/custom.css">
<link rel="stylesheet" type="text/css" href="assets/css/animate.css">
<script language="JavaScript" type="text/javascript" src="assets/custom.js.download"></script>

<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
Expand All @@ -27,7 +26,7 @@
<script type="text/javascript" src="assets/materialize.js"></script>

<link rel="stylesheet" type="text/css" href="assets/slick.css">
<link rel="stylesheet" type="text/css" href="slick-theme.css">
<link rel="stylesheet" type="text/css" href="assets/slick-theme.css">


<style>
Expand Down Expand Up @@ -241,7 +240,7 @@
<header style="position: absolute;">
<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>
<div><a href="http://www.codezoned.com" class="navbar-brand mb-0"><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>
Expand Down Expand Up @@ -434,42 +433,42 @@ <h3 class="lead">These are some of the events we are honoured to have organised/

<div class="row justify-content-center text-center" style="">
<div class="col-md-4 col-lg-8 animated bounceInLeft" id="animate2">
<h3 class="display-5" style="font-family: quicksand; word-spacing: ; color: #272727;">Some of our Opensource projects:</h3>
<h3 class="display-5" style="font-family: quicksand; color: #272727;">Some of our Opensource projects:</h3>
<br>
<div class="row">
<div class="col s12 m12">
<div class="card darken-1" style="background-color: white; min-height: 240px;">
<div class="card darken-1" style="background-color: white; min-height: 260px;">
<div class="card-content white-text">
<span class="card-title" style="color: black;"><strong>ScriptsDump</strong> </span>
<p style="color: #777777">ScriptsDump is a complete repository of all kind of scripts we and you can think of.</p>
</div>
<div class="card-action">
<div class="card-action" style="position: absolute;bottom: 0;width: 100%;">
<a href="https://github.com/codezoned/ScriptsDump"><div class='button -regular center' style="background-color: #2196F3; color: white;" id="hoverbtn">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 darken-1" style="background-color: white; min-height: 260px;">
<div class="card-content white-text">
<span class="card-title" style="color: black;"><strong>RIG</strong></span>
<p style="color: #777777">RIG (Randomized ID Generator) is an app to generate IDs and badges for any event or meetup!</p>
</div>
<div class="card-action">
<div class="card-action" style="position: absolute;bottom: 0;width: 100%;">
<a href="https://github.com/codezoned/rig"><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 darken-1" style="background-color: white; min-height: 260px;">
<div class="card-content white-text">
<span class="card-title" style="color: black;"><strong>BlogCast</strong> </span>
<p style="color: #777777">BlogCast is a 100% Opensource blogging App/Platform.</p>
</div><br>
<div class="card-action">
<div class="card-action" style="position: absolute;bottom: 0;width: 100%;">
<a href="https://github.com/codezoned/BlogCast"><div class='button -regular center hoverbtn' style="background-color: #2196F3; color: white;">Check it out!</div></a>

</div>
Expand All @@ -493,7 +492,7 @@ <h3 class="display-5" style="font-family: quicksand; word-spacing: ; color: #272
</section>
<br><br>

<div style="width: 100%; position: fixed; background-color: black; height: 55px;" class="footer">
<div style="width: 100%; position: fixed; background-color: black; height: 55px; bottom: 0" class="footer">
<ul class="list-inline mb-0 text-center" style="padding-top: -10px;">

<li class="list-inline-item" style="margin: 0 12px;">
Expand All @@ -519,10 +518,11 @@ <h3 class="display-5" style="font-family: quicksand; word-spacing: ; color: #272



<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="assets/jquery.min.js.download"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.4/js/tether.min.js"></script>
<script src="assets/bootstrap.min.js.download"></script>
<script type="text/javascript" src="assets/slick.js"></script>
<script language="JavaScript" type="text/javascript" src="assets/custom.js.download"></script>

<script>

Expand Down