Skip to content
This repository was archived by the owner on Mar 17, 2019. It is now read-only.
Open
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
12 changes: 4 additions & 8 deletions default.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

{% seo %}
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
Expand All @@ -16,19 +15,18 @@
<header>
<h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1>

{% if site.logo %}

<img src="{{site.logo | relative_url}}" alt="Logo" />
{% endif %}


<p>{{ site.description | default: site.github.project_tagline }}</p>

<p class="view"><a href="{{ "/" | absolute_url }}">Home</a></p>

<h3>Current Projects</h3>

<p class="view"><a href="{{ "/first-timers" | absolute_url }}">First Timers</a></p>
<p class="view"><a href="{{ "/hacktoberfest-2018" | absolute_url }}">Hacktoberfest 2018</a></p>
<p class="view"><a href="{{ "/24pullrequests-2018" | absolute_url }}">24pullrequests 2018</a></p>

<p class="view"><a href="https://hacktoberfest.digitalocean.com/">Hacktoberfest 2018</a></p>

<h3>Want to know your first PR?</h3>

Expand All @@ -46,7 +44,6 @@ <h3>Want to know your first PR?</h3>
</footer>
</div>
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
{% if site.google_analytics %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
Expand All @@ -55,6 +52,5 @@ <h3>Want to know your first PR?</h3>
ga('create', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
</body>
</html>