devlopr 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -21
- data/README.md +16 -58
- data/_includes/author_bio.html +1 -0
- data/_includes/author_projects.html +23 -0
- data/_includes/author_skills.html +2 -0
- data/_includes/author_work_experience.html +24 -0
- data/_includes/blog_categories.html +9 -0
- data/_includes/blog_newsletters.html +18 -0
- data/_includes/blog_post_article.html +26 -0
- data/_includes/blog_post_breadcrumb.html +11 -0
- data/_includes/blog_posts.html +22 -0
- data/_includes/blog_sidebar.html +18 -0
- data/_includes/{activity.html → coding_activity.html} +10 -8
- data/_includes/contact_me_form.html +16 -0
- data/_includes/footer.html +6 -6
- data/_includes/head.html +43 -43
- data/_includes/header.html +59 -59
- data/_layouts/about_me.html +45 -0
- data/_layouts/blog.html +15 -58
- data/_layouts/compress.html +10 -0
- data/_layouts/contact_me.html +9 -0
- data/_layouts/default.html +25 -21
- data/_layouts/my_projects.html +11 -0
- data/_layouts/page.html +8 -8
- data/_layouts/post.html +20 -102
- data/_posts/2016-05-20-super-long-article.md +17 -0
- data/_posts/2016-05-20-this-post-demonstrates-post-content-styles.md +109 -0
- data/_posts/2016-05-20-welcome-to-jekyll.md +29 -0
- data/_sass/devlog.scss +133 -133
- metadata +36 -53
- data/_includes/newsletter.html +0 -16
- data/_includes/share.html +0 -13
- data/_includes/sidebar.html +0 -1
- data/_layouts/about.html +0 -105
- data/assets/css/main.scss +0 -5
- data/assets/img/favicon.ico +0 -0
- data/assets/img/posts/gitflow-workflow.png +0 -0
- data/assets/img/posts/hello.jpg +0 -0
- data/assets/img/posts/useful-tools.jpg +0 -0
- data/assets/img/profile.png +0 -0
- data/assets/img/projects/CBSHOYEUkAAxfSm.png_large +0 -0
- data/assets/img/projects/Music.png +0 -0
- data/assets/img/projects/alex.png +0 -0
- data/assets/img/projects/amigosevents.png +0 -0
- data/assets/img/projects/blogmapia.png +0 -0
- data/assets/img/projects/devlopr.png +0 -0
- data/assets/img/projects/foobar-1.png +0 -0
- data/assets/img/projects/foobar.png +0 -0
- data/assets/img/projects/frutzi.png +0 -0
- data/assets/img/projects/gamershub.png +0 -0
- data/assets/img/projects/hackify.png +0 -0
- data/assets/img/projects/klj.png +0 -0
- data/assets/img/projects/musifier.png +0 -0
- data/assets/img/projects/peb.png +0 -0
- data/assets/img/projects/programmingebooks_frnt.png +0 -0
- data/assets/img/projects/react-router.png +0 -0
- data/assets/img/projects/screencapture-file-C-Users-Sujay-20Kundu-Downloads-Co.png +0 -0
- data/assets/img/projects/screenshotmy.png +0 -0
- data/assets/img/projects/snap2.jpg +0 -0
- data/assets/img/projects/snap3.jpg +0 -0
- data/assets/img/styleguide.png +0 -0
- data/assets/img/work/google.png +0 -0
- data/assets/img/work/microsoft.png +0 -0
- data/assets/img/work/skillenza.png +0 -0
- data/assets/img/zoom.jpg +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab9c5ce62fb24b88fd98f8b6f8b08cfa14b3d5f2b440b6189b4facef1278bf7b
|
4
|
+
data.tar.gz: ad2cb6d8cb6896e95522336c765d3a48372d483e7409638b2561f04b573b9652
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cd8ab510a3722bf88dd6efd2cb756c8869eb847583a0c495271feea607720be344038f212c61c7fc0560646e770a222943b47d823176bffcd7673ea25f70e0a
|
7
|
+
data.tar.gz: 3b906e632d089cab291a25d18872db30bba8b6a31fa6e8147bbbf1845f4f418db4d83f6825fe5a6ee6e5408410b78216c5852505fade7ea8c7cf47ab82af64dd
|
data/LICENSE.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2018 Sujay Kundu
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2018 Sujay Kundu
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
CHANGED
@@ -1,58 +1,16 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
[
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
#### New To Jekyll ? Create your Blog !
|
19
|
-
|
20
|
-
Follow this guide to setup your own blog using Jekyll and Github Pages [Here](https://sujaykundu.com/github/jekyll/2019/05/19/setup-devlopr-for-blog.html)
|
21
|
-
|
22
|
-
#### Already Got a Jekyll Blog ? Learn How to use Devlopr Theme with your Current Jekyll Blog
|
23
|
-
|
24
|
-
Follow this step by step [Tutorial](https://sujaykundu.com/github/jekyll/2019/05/19/setup-devlopr-for-blog.html), if you are new to Jekyll Themes Customization !
|
25
|
-
|
26
|
-
### Feature Todo
|
27
|
-
|
28
|
-
- Pagination
|
29
|
-
- Menu Support
|
30
|
-
- Algolia Support
|
31
|
-
- Gallery
|
32
|
-
- Admin
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
## Licence
|
55
|
-
|
56
|
-
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
57
|
-
|
58
|
-
|
1
|
+
|
2
|
+
### Build a free blog using devlopr jekyll and Github Pages - Getting Started
|
3
|
+
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/devlopr.svg)](https://badge.fury.io/rb/devlopr)
|
5
|
+
[![Netlify Status](https://api.netlify.com/api/v1/badges/4232ac2b-63e0-4c78-92e0-e95aad5ab8c3/deploy-status)](https://app.netlify.com/sites/devlopr/deploys)
|
6
|
+
|
7
|
+
Anyone can use devlopr jekyll theme to build a personal <strong>Portfolio + Blog Type of Website</strong>, hosted freely on <b>[Github Pages](https://pages.github.com)</b> or <b>[Netlify](https://netlify.com) </b>.
|
8
|
+
|
9
|
+
Follow this tutorial : [Creating a new blog with devlopr jekyll](https://sujaykundu.com/jekyll/2019/06/22/building-a-blog-using-devlopr-jekyll-theme.html)
|
10
|
+
|
11
|
+
## License
|
12
|
+
|
13
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
14
|
+
|
15
|
+
|
16
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
<p> {{ site.author_bio }}</p>
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<div class="row">
|
2
|
+
<div class="col-md-5">
|
3
|
+
<img src="/assets/img/projects/gamershub.png" class="project-img" />
|
4
|
+
</div>
|
5
|
+
<div class="col-md-5">
|
6
|
+
<h4 class="project-title"> Gamers Hub </h4>
|
7
|
+
<p class="project-desc"> A Platform built for Gamers and Game Developers</p>
|
8
|
+
|
9
|
+
<a class="project-link btn btn-success" href="https://gamershub.in"> https://gamershub.in</a>
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
|
13
|
+
<br />
|
14
|
+
<div class="row">
|
15
|
+
<div class="col-md-5">
|
16
|
+
<img src="/assets/img/projects/hackify.png" class="project-img" />
|
17
|
+
</div>
|
18
|
+
<div class="col-md-5">
|
19
|
+
<h4 class="project-title"> Hackify Theme for Atom Editor </h4>
|
20
|
+
<p class="project-desc"> A dark hacking theme for Atom Editor. You can modify it to make it your own</p>
|
21
|
+
<a class="project-link btn btn-success" href="http://atom.io/themes/hackify-ui">http://atom.io/themes/hackify-ui</a>
|
22
|
+
</div>
|
23
|
+
</div>
|
@@ -0,0 +1,24 @@
|
|
1
|
+
<div class="row">
|
2
|
+
<div class="col-md-2">
|
3
|
+
<img src="/assets/img/work/google.png" class="company-logo" />
|
4
|
+
</div>
|
5
|
+
<div class="col-md-6">
|
6
|
+
<h4 class="experience-title"> Full Stack Software Engineer</h4>
|
7
|
+
<h6 class="experience-info">Google ( Jan 2017 - Present )</h6>
|
8
|
+
<p class="experience-desc"> Worked on various technologies and built products which helps people globally </p>
|
9
|
+
|
10
|
+
</div>
|
11
|
+
</div>
|
12
|
+
|
13
|
+
<br />
|
14
|
+
<div class="row">
|
15
|
+
<div class="col-md-2">
|
16
|
+
<img src="/assets/img/work/microsoft.png" class="company-logo" />
|
17
|
+
</div>
|
18
|
+
<div class="col-md-6">
|
19
|
+
<h4 class="experience-title"> Front End Engineer</h4>
|
20
|
+
<h6 class="experience-info">Microsoft ( Mar 2015 - Dec 2016 )</h6>
|
21
|
+
<p class="experience-desc"> Worked on various technologies and built products which helps people globally </p>
|
22
|
+
|
23
|
+
</div>
|
24
|
+
</div>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
|
2
|
+
{% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
|
3
|
+
<div id="#{{ tag_name | slugize }}"></div>
|
4
|
+
<li class="tag-head">
|
5
|
+
<a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
|
6
|
+
</li>
|
7
|
+
<a name="{{ tag_name | slugize }}"></a>
|
8
|
+
|
9
|
+
{% endfor %}
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<!-- Embed Your Mailchimp Subscription Form here -->
|
2
|
+
<!-- Begin MailChimp Signup Form -->
|
3
|
+
<div id="mc_embed_signup">
|
4
|
+
<form action="https://programmingebooks.us10.list-manage.com/subscribe/post?u=50bab1c85eae24ecfb0f68361&id=3a2dd721d0"
|
5
|
+
method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
|
6
|
+
<div id="mc_embed_signup_scroll">
|
7
|
+
<label for="mce-EMAIL">Subscribe via Email :</label>
|
8
|
+
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
|
9
|
+
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
|
10
|
+
<div style="position: absolute; left: -5000px;" aria-hidden="true">
|
11
|
+
<input type="text" name="b_50bab1c85eae24ecfb0f68361_3a2dd721d0" tabindex="-1" value="">
|
12
|
+
</div>
|
13
|
+
<div class="clear">
|
14
|
+
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-md btn-default">
|
15
|
+
</div>
|
16
|
+
</div>
|
17
|
+
</form>
|
18
|
+
</div>
|
@@ -0,0 +1,26 @@
|
|
1
|
+
<article class="card" itemscope itemtype="http://schema.org/BlogPosting">
|
2
|
+
<div class="card-header">
|
3
|
+
<!-- <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> -->
|
4
|
+
<h4 class="post-meta">{{ page.summary }}</h4>
|
5
|
+
<p class="post-summary">Posted by : {% if page.author %}
|
6
|
+
<img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
|
7
|
+
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
|
8
|
+
<span itemprop="name">{{ page.author }}</span>
|
9
|
+
</span>{% endif %} at
|
10
|
+
<time datetime="{{ page.date }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>
|
11
|
+
</p>
|
12
|
+
<span class="disqus-comment-count" data-disqus-identifier="{{ page.url }}"></span>
|
13
|
+
<div class="post-categories">
|
14
|
+
{% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %}
|
15
|
+
Category : {% for category in categories %}
|
16
|
+
<a href="{{site.baseurl}}/blog/categories/{{category|slugize}}">{{category}}</a>
|
17
|
+
{% unless forloop.last %} {% endunless %} {% endfor %}
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
|
21
|
+
<div class="card-body" itemprop="articleBody">
|
22
|
+
<img class="card-img-top" src="/assets/img/{{ page.thumbnail }}" alt="{{ post.title }}">
|
23
|
+
{{ content }}
|
24
|
+
</div>
|
25
|
+
|
26
|
+
</article>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<nav aria-label="breadcrumb" role="navigation">
|
2
|
+
<ol class="breadcrumb">
|
3
|
+
<li class="breadcrumb-item">
|
4
|
+
<a href="/blog">Blog</a>
|
5
|
+
</li>
|
6
|
+
<li class="breadcrumb-item">
|
7
|
+
<a href="/blog/categories">Categories</a>
|
8
|
+
</li>
|
9
|
+
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
|
10
|
+
</ol>
|
11
|
+
</nav>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
|
2
|
+
<ul>
|
3
|
+
<div class="row">
|
4
|
+
{% for post in site.posts %}
|
5
|
+
<div class="card blog-post">
|
6
|
+
<img class="card-img-top" src="/assets/img/{{ post.thumbnail }}" alt="{{ post.title }}">
|
7
|
+
<div class="card-body center">
|
8
|
+
<img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
|
9
|
+
<h4 class="card-title">{{ post.title }}</h4>
|
10
|
+
|
11
|
+
<h6 class="card-subtitle mb-2 text-muted">{{ post.date | date: "%b %-d, %Y" }}</h6>
|
12
|
+
<p class="card-text">{{ post.summary }} </p>
|
13
|
+
|
14
|
+
<a href="{{ post.url | prepend: site.baseurl }}" data-disqus-identifier="{{ post.url }}" class="btn btn-primary btn-lg">Read</a>
|
15
|
+
<span class="disqus-comment-count" data-disqus-identifier="{{ post.url }}"></span>
|
16
|
+
|
17
|
+
</div>
|
18
|
+
</div>
|
19
|
+
|
20
|
+
{% endfor %}
|
21
|
+
</div>
|
22
|
+
</ul>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<div class="col-lg-4">
|
2
|
+
<div class="card">
|
3
|
+
<div class="card-header"> About {{ site.author }} </div>
|
4
|
+
<div class="card-body text-dark">
|
5
|
+
<!-- Your Bio -->
|
6
|
+
<p> {{ site.author_bio }}</p>
|
7
|
+
</div>
|
8
|
+
</div>
|
9
|
+
<div class="card">
|
10
|
+
<div class="card-header">Categories </div>
|
11
|
+
<div class="card-body text-dark">
|
12
|
+
{%- include blog_categories.html -%}
|
13
|
+
</div>
|
14
|
+
</div>
|
15
|
+
<div class="card">
|
16
|
+
{%- include blog_newsletters.html -%}
|
17
|
+
</div>
|
18
|
+
</div>
|
@@ -1,9 +1,11 @@
|
|
1
|
-
<!-- Wakatime -->
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
1
|
+
<!-- Wakatime ( Replace with your own wakatime embed config at https://wakatime.com )-->
|
2
|
+
|
3
|
+
<!-- Pie Chart -->
|
4
|
+
<figure>
|
5
|
+
<embed src="https://wakatime.com/share/@sujaykundu777/f540df00-f2d1-46e2-a360-da7e13ed8a66.svg"></embed>
|
6
|
+
</figure>
|
7
|
+
|
8
|
+
<!-- Hours Coded -->
|
9
|
+
<figure>
|
10
|
+
<embed src="https://wakatime.com/share/@sujaykundu777/1550a9f1-d41a-4745-92a0-181a6fbb2456.svg"></embed>
|
9
11
|
</figure>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<!-- Replace the email with your own formspree email -->
|
2
|
+
<form action="https://formspree.io/sujaykundu777@gmail.com" method="POST" >
|
3
|
+
<div class="form-group">
|
4
|
+
<label for="contact_form_name">Your Name :</label>
|
5
|
+
<input type="text" class="form-control" name="name" id="contact_form_name" placeholder="Enter Your Name">
|
6
|
+
</div>
|
7
|
+
<div class="form-group">
|
8
|
+
<label for="contact_form_email">Your Email :</label>
|
9
|
+
<input type="email" class="form-control" name="_replyto" id="contact_form_email" placeholder="Enter Your Email">
|
10
|
+
</div>
|
11
|
+
<div class="form-group">
|
12
|
+
<label for="contact_form_message"> Your Message :</label>
|
13
|
+
<textarea name="_message" class="form-control" id="contact_form_message" placeholder="Enter Your Message"></textarea>
|
14
|
+
</div>
|
15
|
+
<input type="submit" value="Send">
|
16
|
+
</form>
|
data/_includes/footer.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
<footer>
|
2
|
-
|
3
|
-
<p> {{ site.title }}. Subscribe via
|
4
|
-
<a href="{{ " /feed.xml " | prepend: site.baseurl }}">RSS</a>
|
5
|
-
</p>
|
6
|
-
|
1
|
+
<footer>
|
2
|
+
|
3
|
+
<p> {{ site.title }}. Subscribe via
|
4
|
+
<a href="{{ " /feed.xml " | prepend: site.baseurl }}">RSS</a>
|
5
|
+
</p>
|
6
|
+
|
7
7
|
</footer>
|
data/_includes/head.html
CHANGED
@@ -1,44 +1,44 @@
|
|
1
|
-
<head>
|
2
|
-
<meta charset="utf-8">
|
3
|
-
<!-- Site title -->
|
4
|
-
<title>{{ site.title }}</title>
|
5
|
-
|
6
|
-
<meta http-equip="X-UA-Compatible" content="IE=edge">
|
7
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
|
-
|
9
|
-
<!-- Site Description -->
|
10
|
-
<meta name="description" content="{{ site.description }}">
|
11
|
-
|
12
|
-
<!-- Stylesheets goes here -->
|
13
|
-
<link rel="stylesheet" href="/assets/css/main.css" />
|
14
|
-
|
15
|
-
<!-- Favicon -->
|
16
|
-
<link rel="icon" href="/assets/img/favicon.ico" type="image/gif" sizes="16x16">
|
17
|
-
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
18
|
-
crossorigin="anonymous"></script>
|
19
|
-
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
|
20
|
-
crossorigin="anonymous"></script>
|
21
|
-
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
|
22
|
-
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
|
23
|
-
crossorigin="anonymous">
|
24
|
-
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
|
25
|
-
crossorigin="anonymous">
|
26
|
-
<script>
|
27
|
-
(function(d, h, m){
|
28
|
-
var js, fjs = d.getElementsByTagName(h)[0];
|
29
|
-
if (d.getElementById(m)){return;}
|
30
|
-
js = d.createElement(h); js.id = m;
|
31
|
-
js.onload = function(){
|
32
|
-
window.makerWidgetComInit({
|
33
|
-
position: "right",
|
34
|
-
widget: "ofeeof264otl2l5g-zspk40eq2gaomj2n-higi2qphmveubksi"
|
35
|
-
})};
|
36
|
-
js.src = "https://makerwidget.com/js/embed.js";
|
37
|
-
fjs.parentNode.insertBefore(js, fjs)
|
38
|
-
}(document, "script", "dhm"))
|
39
|
-
</script>
|
40
|
-
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
41
|
-
<!--[if lt IE 9]>
|
42
|
-
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
43
|
-
<![endif]-->
|
1
|
+
<head>
|
2
|
+
<meta charset="utf-8">
|
3
|
+
<!-- Site title -->
|
4
|
+
<title>{{ site.title }} - {{ site.subtitle }}</title>
|
5
|
+
|
6
|
+
<meta http-equip="X-UA-Compatible" content="IE=edge">
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
8
|
+
|
9
|
+
<!-- Site Description -->
|
10
|
+
<meta name="description" content="{{ site.description }}">
|
11
|
+
|
12
|
+
<!-- Stylesheets goes here -->
|
13
|
+
<link rel="stylesheet" href="/assets/css/main.css" />
|
14
|
+
|
15
|
+
<!-- Favicon -->
|
16
|
+
<link rel="icon" href="/assets/img/favicon.ico" type="image/gif" sizes="16x16">
|
17
|
+
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
|
18
|
+
crossorigin="anonymous"></script>
|
19
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
|
20
|
+
crossorigin="anonymous"></script>
|
21
|
+
<link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
|
22
|
+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
|
23
|
+
crossorigin="anonymous">
|
24
|
+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
|
25
|
+
crossorigin="anonymous">
|
26
|
+
<script>
|
27
|
+
(function(d, h, m){
|
28
|
+
var js, fjs = d.getElementsByTagName(h)[0];
|
29
|
+
if (d.getElementById(m)){return;}
|
30
|
+
js = d.createElement(h); js.id = m;
|
31
|
+
js.onload = function(){
|
32
|
+
window.makerWidgetComInit({
|
33
|
+
position: "right",
|
34
|
+
widget: "ofeeof264otl2l5g-zspk40eq2gaomj2n-higi2qphmveubksi"
|
35
|
+
})};
|
36
|
+
js.src = "https://makerwidget.com/js/embed.js";
|
37
|
+
fjs.parentNode.insertBefore(js, fjs)
|
38
|
+
}(document, "script", "dhm"))
|
39
|
+
</script>
|
40
|
+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
41
|
+
<!--[if lt IE 9]>
|
42
|
+
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
43
|
+
<![endif]-->
|
44
44
|
</head>
|
data/_includes/header.html
CHANGED
@@ -1,60 +1,60 @@
|
|
1
|
-
<header>
|
2
|
-
|
3
|
-
<div class="col-lg-12">
|
4
|
-
<div class="row">
|
5
|
-
<div class="col-md-2 center">
|
6
|
-
<a href="/">
|
7
|
-
<img src="/assets/img/{{ site.author_logo }}" class="profile-img">
|
8
|
-
</a>
|
9
|
-
</div>
|
10
|
-
<div class="col-md-4">
|
11
|
-
<h1 class="profile-name"> {{ site.title }}</h1>
|
12
|
-
<p class="profile-bio"> {{ site.subtitle }}</p>
|
13
|
-
<p class="profile-links">
|
14
|
-
<a class="social-link" href="http://twitter.com/{{ site.twitter_username }}">
|
15
|
-
<i class="fab fa-twitter"></i>
|
16
|
-
</a>
|
17
|
-
<a class="social-link" href="http://facebook.com/{{ site.facebook_username }}">
|
18
|
-
<i class="fab fa-facebook-f"></i>
|
19
|
-
</a>
|
20
|
-
<a class="social-link" href="http://instagram.com/{{ site.instagram_username }}">
|
21
|
-
<i class="fab fa-instagram"></i>
|
22
|
-
</a>
|
23
|
-
<a class="social-link" href="http://medium.com/@{{ site.medium_username }}">
|
24
|
-
<i class="fab fa-medium-m"></i>
|
25
|
-
</a>
|
26
|
-
<a class="social-link" href="http://github.com/{{ site.github_username }}">
|
27
|
-
<i class="fab fa-github"></i>
|
28
|
-
</a>
|
29
|
-
<a class="social-link" href="http://behance.net/{{ site.behance_username }}">
|
30
|
-
<i class="fab fa-behance"></i>
|
31
|
-
</a>
|
32
|
-
<a class="social-link" href="http://linkedin.com/in/{{ site.linkedin_username }}">
|
33
|
-
<i class="fab fa-linkedin-in"></i>
|
34
|
-
</a>
|
35
|
-
<a class="social-link" href="http://t.me/{{ site.telegram_username }}">
|
36
|
-
<i class="fab fa-telegram-plane"></i>
|
37
|
-
</a>
|
38
|
-
</p>
|
39
|
-
|
40
|
-
</div>
|
41
|
-
<div class="col-md-6 center">
|
42
|
-
|
43
|
-
<ul class="nav justify-content-end" id="navigation">
|
44
|
-
{%- assign default_paths = site.pages | map: "path" -%} {%- assign page_paths = site.header_pages | default: default_paths-%}
|
45
|
-
{%- if page_paths -%} {%- for path in page_paths -%} {%- assign my_page = site.pages | where: "path",path
|
46
|
-
| first -%} {%- if my_page.title -%}
|
47
|
-
<li class="nav-item">
|
48
|
-
<a class="nav-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
|
49
|
-
</li>
|
50
|
-
{%- endif -%} {%- endfor -%}
|
51
|
-
|
52
|
-
</ul>
|
53
|
-
|
54
|
-
{%- endif -%}
|
55
|
-
|
56
|
-
</div>
|
57
|
-
</div>
|
58
|
-
</div>
|
59
|
-
|
1
|
+
<header>
|
2
|
+
|
3
|
+
<div class="col-lg-12">
|
4
|
+
<div class="row">
|
5
|
+
<div class="col-md-2 center">
|
6
|
+
<a href="/">
|
7
|
+
<img src="/assets/img/{{ site.author_logo }}" class="profile-img">
|
8
|
+
</a>
|
9
|
+
</div>
|
10
|
+
<div class="col-md-4">
|
11
|
+
<h1 class="profile-name"> {{ site.title }}</h1>
|
12
|
+
<p class="profile-bio"> {{ site.subtitle }}</p>
|
13
|
+
<p class="profile-links">
|
14
|
+
<a class="social-link" href="http://twitter.com/{{ site.twitter_username }}">
|
15
|
+
<i class="fab fa-twitter"></i>
|
16
|
+
</a>
|
17
|
+
<a class="social-link" href="http://facebook.com/{{ site.facebook_username }}">
|
18
|
+
<i class="fab fa-facebook-f"></i>
|
19
|
+
</a>
|
20
|
+
<a class="social-link" href="http://instagram.com/{{ site.instagram_username }}">
|
21
|
+
<i class="fab fa-instagram"></i>
|
22
|
+
</a>
|
23
|
+
<a class="social-link" href="http://medium.com/@{{ site.medium_username }}">
|
24
|
+
<i class="fab fa-medium-m"></i>
|
25
|
+
</a>
|
26
|
+
<a class="social-link" href="http://github.com/{{ site.github_username }}">
|
27
|
+
<i class="fab fa-github"></i>
|
28
|
+
</a>
|
29
|
+
<a class="social-link" href="http://behance.net/{{ site.behance_username }}">
|
30
|
+
<i class="fab fa-behance"></i>
|
31
|
+
</a>
|
32
|
+
<a class="social-link" href="http://linkedin.com/in/{{ site.linkedin_username }}">
|
33
|
+
<i class="fab fa-linkedin-in"></i>
|
34
|
+
</a>
|
35
|
+
<a class="social-link" href="http://t.me/{{ site.telegram_username }}">
|
36
|
+
<i class="fab fa-telegram-plane"></i>
|
37
|
+
</a>
|
38
|
+
</p>
|
39
|
+
|
40
|
+
</div>
|
41
|
+
<div class="col-md-6 center">
|
42
|
+
|
43
|
+
<ul class="nav justify-content-end" id="navigation">
|
44
|
+
{%- assign default_paths = site.pages | map: "path" -%} {%- assign page_paths = site.header_pages | default: default_paths-%}
|
45
|
+
{%- if page_paths -%} {%- for path in page_paths -%} {%- assign my_page = site.pages | where: "path",path
|
46
|
+
| first -%} {%- if my_page.title -%}
|
47
|
+
<li class="nav-item">
|
48
|
+
<a class="nav-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
|
49
|
+
</li>
|
50
|
+
{%- endif -%} {%- endfor -%}
|
51
|
+
|
52
|
+
</ul>
|
53
|
+
|
54
|
+
{%- endif -%}
|
55
|
+
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
</div>
|
59
|
+
|
60
60
|
</header>
|