Skip to content
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
40 changes: 26 additions & 14 deletions _includes/disqus.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
<section class="disqus">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{{site.disqus}}';
var disqus_developer = 0;
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="disqus">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{{site.disqus}}';
var disqus_developer = 0;
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = window.location.protocol + '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>

</body>
</html>
15 changes: 13 additions & 2 deletions _includes/featuredbox.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<!-- begin post -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- begin post -->
{% assign author = site.authors[post.author] %}
<div class="col-sm-6">
<div class="card">
Expand Down Expand Up @@ -33,4 +42,6 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:25 }}</h4>
</div>
</div>
</div>
<!-- end post -->
<!-- end post -->
</body>
</html>
15 changes: 13 additions & 2 deletions _includes/newsletter.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<!-- Go to your Mailchimp account/Lists/Sign Up Forms/Embedded forms and replace the code below with your own -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Go to your Mailchimp account/Lists/Sign Up Forms/Embedded forms and replace the code below with your own -->

<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
Expand All @@ -25,4 +34,6 @@ <h2>Sign up to get our weekly free guide to selling digital downloads</h2>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[3]='MMERGE3';ftypes[3]='text';fnames[1]='MMERGE1';ftypes[1]='text';fnames[2]='MMERGE2';ftypes[2]='text';fnames[4]='MMERGE4';ftypes[4]='text';fnames[5]='MMERGE5';ftypes[5]='text';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
<!--End mc_embed_signup-->
</body>
</html>
37 changes: 24 additions & 13 deletions _includes/pagination.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
<nav class="pagination" role="pagination">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<a class="newer-posts" href="{{site.url}}/" title="Previous Page">&laquo; Newer</a>
{% else %}
<a class="newer-posts" href="{{ paginator.previous_page_path | prepend: site.url | replace: '//', '/' }}" title="Previous Page">&laquo; Newer </a>
{% endif %}
{% endif %}
<span class="page-number"> &nbsp; &nbsp; Page {{paginator.page}} of {{paginator.total_pages}} &nbsp; &nbsp; </span>
{% if paginator.next_page %}
<a class="older-posts" href="{{ paginator.next_page_path | prepend: site.url | replace: '//', '/' }}" title="Next Page">Older &raquo;</a>
{% endif %}
</nav>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav class="pagination" role="pagination">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<a class="newer-posts" href="{{site.url}}/" title="Previous Page">&laquo; Newer</a>
{% else %}
<a class="newer-posts" href="{{ paginator.previous_page_path | prepend: site.url | replace: '//', '/' }}" title="Previous Page">&laquo; Newer </a>
{% endif %}
{% endif %}
<span class="page-number"> &nbsp; &nbsp; Page {{paginator.page}} of {{paginator.total_pages}} &nbsp; &nbsp; </span>
{% if paginator.next_page %}
<a class="older-posts" href="{{ paginator.next_page_path | prepend: site.url | replace: '//', '/' }}" title="Next Page">Older &raquo;</a>
{% endif %}
</nav>
</body>
</html>
15 changes: 13 additions & 2 deletions _includes/postbox.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
<!-- begin post -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- begin post -->
{% assign author = site.authors[post.author] %}

<div class="col-md-6 grid-item">
Expand Down Expand Up @@ -27,4 +36,6 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:30 }}</h4>
</div>
</div>
</div>
<!-- end post -->
<!-- end post -->
</body>
</html>
14 changes: 13 additions & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@

<div class="sidebar">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="sidebar">
<div class="sidebar-section">
<h5><span>Support the Project</span></h5>
<ul style="list-none">
Expand All @@ -11,3 +20,6 @@ <h5><span>Support the Project</span></h5>
</ul>
</div>
</div>

</body>
</html>
3 changes: 3 additions & 0 deletions _includes/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body{
background: linear-gradient(to right, #33ccff 0%, #ff99cc 100%);
}
15 changes: 13 additions & 2 deletions _layouts/archive.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
---
layout: default
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
layout: default
title: Archive
---

Expand All @@ -24,4 +33,6 @@ <h2><span>{{ page.type }} '{{ page.title }}'</span></h2>

</div>
</div>
</section>
</section>
</body>
</html>
16 changes: 8 additions & 8 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link href="{{ site.url }}/assets/css/custom.css" rel="stylesheet">

{{site.sharethis}}

<link rel="stylesheet" href="style2.css">
{% if jekyll.environment == 'production' %}
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down Expand Up @@ -45,8 +45,8 @@
<div class="container">

<!-- Begin Logo -->
<a class="navbar-brand" href="{{ site.url }}/">
<img src="{{ site.url }}/{{ site.logo }}" alt="{{ site.name }}">
<a class="navbar-brand" href="#">
<img src="favicon.png" alt="{{ site.name }}">
</a>
<!-- End Logo -->

Expand All @@ -57,7 +57,7 @@
<ul class="navbar-nav ml-auto">

<li class="nav-item">
<a class="nav-link" href="{{ site.url }}/index.html">Home</a>
<a class="nav-link" href="http://127.0.0.1:5500/index.html ">Home</a>
</li>

<li class="nav-item dropdown">
Expand All @@ -70,11 +70,11 @@
</li>

<li class="nav-item">
<a class="nav-link" href="{{ site.url }}/about">About</a>
<a class="nav-link" href="http://127.0.0.1:5500/index.html ">About</a>
</li>

<li class="nav-item">
<a class="nav-link" href="{{ site.url }}/contact">Contact</a>
<a class="nav-link" href="http://127.0.0.1:5500/contact.html ">Contact</a>
</li>

</ul>
Expand Down Expand Up @@ -137,8 +137,8 @@ <h1 class="sitetitle">{{ site.name }}</h1>
<div class="row">
<div class="col-sm-1">
<div class="footer-widget">
<a href="{{site.url}}/contact">
<img src="{{ site.url }}/assets/images/logo-footer.png">
<a href="http://127.0.0.1:5500/contact.html ">
<img src="logo-footer.png">
</a>
</div>
</div>
Expand Down
File renamed without changes
File renamed without changes
16 changes: 14 additions & 2 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>

---
layout: default
---

Expand All @@ -22,4 +32,6 @@ <h2><span>{{ page.title }}</span></h2>

{% endif %}

</section>
</section>
</body>
</html>
15 changes: 13 additions & 2 deletions _layouts/post-right-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
---
layout: default
disqus: false
archive: false
Expand Down Expand Up @@ -109,4 +118,6 @@ <h1 class="posttitle">{{ page.title }}</h1>
</div>

<!-- End Article
================================================== -->
================================================== -->
</body>
</html>
13 changes: 12 additions & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
---
layout: default
disqus: false
archive: false
Expand Down Expand Up @@ -117,3 +126,5 @@ <h1 class="posttitle">{{ page.title }}</h1>

<!-- End Article
================================================== -->
</body>
</html>
3 changes: 3 additions & 0 deletions _layouts/style2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
body{
background: linear-gradient(to left, #ff0066 0%, #0066ff 100%);
}
13 changes: 12 additions & 1 deletion contact.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
---
layout: page
title: Contact
---
Expand Down Expand Up @@ -27,3 +36,5 @@
<input class="btn btn-success" type="submit" value="Send">

</form>
</body>
</html>
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>300zxProject.github.io</title>
<link rel="stylesheet" href="style1.css">
</head>
<body>
---
layout: default
title: Home
---
Expand Down Expand Up @@ -87,3 +96,5 @@ <h2><span>All Stories</span></h2>
</div>

</section>
</body>
</html>
Loading