Template
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<div class="col-lg-12">
|
||||
<img class="img-responsive" src="/img/dude.png" alt="">
|
||||
<div class="intro-text">
|
||||
<span class="name">Maintained</span>
|
||||
<span class="name">Is it maintained?</span>
|
||||
<hr class="star-light">
|
||||
<span class="skills">Check the activity of open source projects</span>
|
||||
</div>
|
||||
@@ -33,7 +33,7 @@
|
||||
<div class="form-group input-group input-group-lg">
|
||||
<input id="search-input" type="text" class="form-control" placeholder="user/repository">
|
||||
<span class="input-group-btn">
|
||||
<button type="submit" class="btn btn-default">Search</button>
|
||||
<button type="submit" class="btn btn-success">Go</button>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -77,6 +77,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row portfolio">
|
||||
<div class="col-sm-4 portfolio-item">
|
||||
<p>
|
||||
@@ -180,6 +186,7 @@
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-lg-8 col-lg-offset-2 text-center">
|
||||
<hr>
|
||||
<a href="https://github.com/mnapoli/Maintained" class="btn btn-lg btn-default">
|
||||
<i class="fa fa-github"></i> Fork on GitHub
|
||||
</a>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>{% block title %}Maintained{% endblock %}</title>
|
||||
<title>{% block title %}Is it maintained?{% endblock %}</title>
|
||||
|
||||
<link href="/vendor/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#page-top">Maintained</a>
|
||||
<a class="navbar-brand" href="#page-top">Is it maintained?</a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
|
||||
@@ -57,8 +57,38 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
|
||||
<footer class="text-center">
|
||||
<div class="footer-below">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
Released under the MIT license
|
||||
-
|
||||
<a href="https://github.com/mnapoli/Maintained">
|
||||
<i class="fa fa-github"></i>
|
||||
GitHub
|
||||
</a>
|
||||
-
|
||||
Theme by <a href="http://startbootstrap.com/template-overviews/freelancer/">
|
||||
Start Bootstrap
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
|
||||
<div class="scroll-top page-scroll visible-xs visble-sm">
|
||||
<a class="btn btn-primary" href="#page-top">
|
||||
<i class="fa fa-chevron-up"></i>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<script src="/vendor/jquery/dist/jquery.min.js"></script>
|
||||
<script src="/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
|
||||
<script src="/js/search.js"></script>
|
||||
|
||||
@@ -223,6 +223,47 @@ section.success a {
|
||||
margin: 30px 0 10px;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
color: #ffffff;
|
||||
background-color: #95a5a6;
|
||||
border-color: #95a5a6;
|
||||
}
|
||||
.btn-default:hover,
|
||||
.btn-default:focus,
|
||||
.btn-default:active,
|
||||
.btn-default.active,
|
||||
.open > .dropdown-toggle.btn-default {
|
||||
color: #ffffff;
|
||||
background-color: #798d8f;
|
||||
border-color: #74898a;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
background-color: #2c3e50;
|
||||
border-color: #2c3e50;
|
||||
}
|
||||
.btn-primary:hover,
|
||||
.btn-primary:focus,
|
||||
.btn-primary:active,
|
||||
.btn-primary.active,
|
||||
.open > .dropdown-toggle.btn-primary {
|
||||
background-color: #1a242f;
|
||||
border-color: #161f29;
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
background-color: #18bc9c;
|
||||
border-color: #18bc9c;
|
||||
}
|
||||
.btn-success:hover,
|
||||
.btn-success:focus,
|
||||
.btn-success:active,
|
||||
.btn-success.active,
|
||||
.open > .dropdown-toggle.btn-success {
|
||||
background-color: #128f76;
|
||||
border-color: #11866f;
|
||||
}
|
||||
|
||||
.btn-outline {
|
||||
margin-top: 15px;
|
||||
border: solid 2px #fff;
|
||||
|
||||
Reference in New Issue
Block a user