devlopr-jekyll 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +39 -0
  4. data/_includes/ads.html +1 -0
  5. data/_includes/algolia_search.html +66 -0
  6. data/_includes/author_skills.html +2 -0
  7. data/_includes/blog_categories.html +9 -0
  8. data/_includes/blog_post_article.html +29 -0
  9. data/_includes/blog_post_breadcrumb.html +11 -0
  10. data/_includes/blog_post_comments.html +18 -0
  11. data/_includes/blog_sidebar.html +18 -0
  12. data/_includes/blog_tags.html +8 -0
  13. data/_includes/coding_activity.html +11 -0
  14. data/_includes/contact_me_form.html +16 -0
  15. data/_includes/footer.html +11 -0
  16. data/_includes/github_follow_button.html +2 -0
  17. data/_includes/github_star_button.html +2 -0
  18. data/_includes/head.html +61 -0
  19. data/_includes/header.html +87 -0
  20. data/_includes/product.html +9 -0
  21. data/_includes/product_definition.html +10 -0
  22. data/_includes/twitter_follow_button.html +1 -0
  23. data/_layouts/about_me.html +129 -0
  24. data/_layouts/blog.html +72 -0
  25. data/_layouts/compress.html +10 -0
  26. data/_layouts/contact_me.html +9 -0
  27. data/_layouts/default.html +28 -0
  28. data/_layouts/page.html +9 -0
  29. data/_layouts/post.html +24 -0
  30. data/_layouts/product.html +11 -0
  31. data/_layouts/search.html +22 -0
  32. data/_sass/devlog.scss +583 -0
  33. data/assets/css/custom-style.css +3 -0
  34. data/assets/css/main.scss +7 -0
  35. data/assets/img/favicon.ico +0 -0
  36. data/assets/img/gamershub.png +0 -0
  37. data/assets/img/google.png +0 -0
  38. data/assets/img/iit.jpeg +0 -0
  39. data/assets/img/microsoft.png +0 -0
  40. data/assets/img/mit.png +0 -0
  41. data/assets/img/oxford.png +0 -0
  42. data/assets/img/posts/1.png +0 -0
  43. data/assets/img/posts/2.png +0 -0
  44. data/assets/img/posts/3.png +0 -0
  45. data/assets/img/posts/4.png +0 -0
  46. data/assets/img/posts/5.png +0 -0
  47. data/assets/img/posts/6.png +0 -0
  48. data/assets/img/posts/d1.png +0 -0
  49. data/assets/img/posts/d2.png +0 -0
  50. data/assets/img/posts/d3.png +0 -0
  51. data/assets/img/posts/d4.png +0 -0
  52. data/assets/img/posts/d5.png +0 -0
  53. data/assets/img/posts/d6.png +0 -0
  54. data/assets/img/posts/deploy-using-github-pages-and-travis.png +0 -0
  55. data/assets/img/posts/devlopr-starter.png +0 -0
  56. data/assets/img/posts/devlopr.png +0 -0
  57. data/assets/img/posts/hello.jpg +0 -0
  58. data/assets/img/posts/siteleaf.jpg +0 -0
  59. data/assets/img/posts/siteleaf/1.png +0 -0
  60. data/assets/img/posts/siteleaf/2.png +0 -0
  61. data/assets/img/posts/siteleaf/3.png +0 -0
  62. data/assets/img/posts/siteleaf/4.png +0 -0
  63. data/assets/img/posts/siteleaf/5.png +0 -0
  64. data/assets/img/posts/siteleaf/6.png +0 -0
  65. data/assets/img/posts/siteleaf/8.png +0 -0
  66. data/assets/img/posts/siteleaf/9.png +0 -0
  67. data/assets/img/products/product1.jpg +0 -0
  68. data/assets/img/products/product2.jpg +0 -0
  69. data/assets/img/products/product3.jpg +0 -0
  70. data/assets/img/profile.png +0 -0
  71. data/assets/img/programmingebooks.png +0 -0
  72. data/assets/img/styleguide.png +0 -0
  73. data/assets/img/zoom.jpg +0 -0
  74. data/categories/all.md +28 -0
  75. data/categories/guides.md +13 -0
  76. data/tags/all.md +28 -0
  77. data/tags/jekyll.md +13 -0
  78. metadata +238 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9b8e1f26451b62d2405545854e4f80e83d7cab93064868a02f70ab186367a252
4
+ data.tar.gz: 76e5c24f79445669ddb4788012b82f627e5abb91b680352914e1af38ef2080af
5
+ SHA512:
6
+ metadata.gz: 70c934cb344bccb8c7c12302f5bf0ff3ea4750900819dc4f349a97fb544e3c90e2a780f66479accc7c771ed86e878c36d8d259d08a891bf1e814aef9eef0932d
7
+ data.tar.gz: 3f10d6c1676c71aa2b5a6a191ff28aa5a7b54657c3f27436da91837a88c5bed2421e1b79634fa1dda6f89622d8ceb13b4e51bbfa5a80c1d9e44d856a53411957
@@ -0,0 +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.
@@ -0,0 +1,39 @@
1
+
2
+
3
+ ### Build a free blog using devlopr jekyll and Github Pages
4
+
5
+ [![Gem Version](https://badge.fury.io/rb/devlopr.svg)](https://badge.fury.io/rb/devlopr)
6
+ [![Netlify Status](https://api.netlify.com/api/v1/badges/4232ac2b-63e0-4c78-92e0-e95aad5ab8c3/deploy-status)](https://app.netlify.com/sites/devlopr/deploys)
7
+ ![](https://ruby-gem-downloads-badge.herokuapp.com/devlopr?type=total&color=brightgreen&style=plastic)
8
+
9
+ ### Demo - [here](https://devlopr.netlify.com)
10
+
11
+ ## Build and Deploy a new blog using devlopr-jekyll theme using 3 Easy Steps - [Guide](https://devlopr.netlify.com/guides/2019/05/20/build-a-blog-using-devlopr-jekyll/)
12
+
13
+ ## Screenshots:
14
+
15
+ ![Screenshot 1](https://raw.githubusercontent.com/sujaykundu777/devlopr-starter/master/assets/img/screenshot1.png)
16
+
17
+ ![Screenshot 2](https://raw.githubusercontent.com/sujaykundu777/devlopr-starter/master/assets/img/screenshot2.png)
18
+
19
+ ![Screenshot 3](https://raw.githubusercontent.com/sujaykundu777/devlopr-starter/master/assets/img/screenshot3.png)
20
+
21
+ ![Screenshot 4](https://raw.githubusercontent.com/sujaykundu777/devlopr-starter/master/assets/img/screenshot4.png)
22
+
23
+
24
+ # Run using Docker
25
+
26
+ ```
27
+ $ git clone
28
+ $ cd repo
29
+ $ export JEKYLL_VERSION=3.8
30
+ $ docker run --rm --volume="$PWD" -it jekyll/jekyll:$JEKYLL_VERSION jekyll build
31
+ $ jekyll serve
32
+ ```
33
+
34
+ ## Licence
35
+
36
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
37
+
38
+
39
+
@@ -0,0 +1 @@
1
+ <!-- Add Google Adsense Ad Code here-->
@@ -0,0 +1,66 @@
1
+ <style>
2
+ #search-searchbar{
3
+ width: 100%;
4
+ text-align: center;
5
+ margin-top: 20px;
6
+ }
7
+
8
+ .ais-search-box {
9
+ margin-top: 15px;
10
+ margin-bottom: 15px;
11
+ }
12
+
13
+ .ais-hits--item{
14
+ float:left;
15
+ }
16
+ #search-container{
17
+ width: 100%;
18
+ }
19
+
20
+ </style>
21
+
22
+ <script>
23
+ /* Instanciating InstantSearch.js with Algolia credentials */
24
+ const search = instantsearch({
25
+ appId: '{{ site.algolia.application_id }}',
26
+ indexName: '{{ site.algolia.index_name }}',
27
+ apiKey: '{{ site.algolia.search_only_api_key }}'
28
+ });
29
+
30
+ search.addWidget(
31
+ instantsearch.widgets.searchBox({
32
+ container: '#search-searchbar',
33
+ placeholder: 'Search into posts...',
34
+ poweredBy: true
35
+ })
36
+ );
37
+
38
+ search.addWidget(
39
+ instantsearch.widgets.hits({
40
+ container: '#search-hits',
41
+ templates: {
42
+ item: function(hit) {
43
+ return `
44
+ <div class="card blog-post">
45
+ <img class="card-img-top" src="${ hit.thumbnail }" alt="${ hit.title }">
46
+ <div class="card-body center">
47
+ <img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
48
+ <h4 class="card-title">${ hit.title }</h4>
49
+
50
+ <h6 class="card-subtitle mb-2 text-muted">${moment.unix(hit.date).format('MMM D, YYYY')}</h6>
51
+ <p class="card-text">${hit.summary }</p>
52
+
53
+ <a href="${hit.url}" data-disqus-identifier="${hit.url}" class="btn btn-primary btn-sm">Read</a>
54
+ <span class="disqus-comment-count" data-disqus-identifier="${ hit.url }"></span>
55
+
56
+ </div>
57
+ </div>
58
+ `;
59
+ }
60
+ }
61
+ })
62
+ );
63
+
64
+ search.start();
65
+
66
+ </script>
@@ -0,0 +1,2 @@
1
+ <p> HTML , CSS , Javascript , PHP, Python, C</p>
2
+ <p> Adobe XD, Inkscape, Git, Linux </p>
@@ -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,29 @@
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 %}&nbsp;{% endunless %} {% endfor %}
18
+ </div>
19
+ </div>
20
+
21
+ <div class="card-body" itemprop="articleBody">
22
+ <img class="card-img-top" src="/assets/img/posts/{{ page.thumbnail }}" alt="{{ post.title }}">
23
+ <br/> <br/>
24
+ {{ content }}
25
+ </div>
26
+
27
+ <div id="disqus_thread"></div>
28
+
29
+ </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,18 @@
1
+ <script>
2
+ var disqus_config = function () {
3
+ this.page.url = "{{ site.url }}{{ page.url }}"; /* Replace PAGE_URL with your page's canonical URL variable */
4
+ this.page.identifier = "{{ page.id }}"; /* Replace PAGE_IDENTIFIER with your page's unique identifier variable */
5
+ };
6
+
7
+
8
+ (function () { /* DON'T EDIT BELOW THIS LINE */
9
+ var d = document,
10
+ s = d.createElement('script');
11
+ s.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
12
+ s.setAttribute('data-timestamp', +new Date());
13
+ (d.head || d.body).appendChild(s);
14
+ })();
15
+ </script>
16
+ <noscript>Please enable JavaScript to view the
17
+ <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
18
+ </noscript>
@@ -0,0 +1,18 @@
1
+
2
+ <div class="col-lg-4">
3
+ <div class="card">
4
+ <div class="card-header"> About </div>
5
+ <div class="card-body text-dark">
6
+ <!-- Your Bio -->
7
+ <p> {{ site.author_bio }}</p>
8
+
9
+ {%- include github_star_button.html -%}
10
+ </div>
11
+ </div>
12
+ <div class="card">
13
+ <div class="card-header">Categories </div>
14
+ <div class="card-body text-dark">
15
+ {%- include blog_categories.html -%}
16
+ </div>
17
+ </div>
18
+ </div>
@@ -0,0 +1,8 @@
1
+ {% for tag in site.tags %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
2
+ <div id="#{{ tag_name | slugize }}"></div>
3
+ <li class="tag-head">
4
+ <a href="{{ site.baseurl }}/blog/tags/{{ tag_name }}">{{ tag_name }}</a>
5
+ </li>
6
+ <a name="{{ tag_name | slugize }}"></a>
7
+
8
+ {% endfor %}
@@ -0,0 +1,11 @@
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/@{{site.wakatime_username }}/f540df00-f2d1-46e2-a360-da7e13ed8a66.svg"></embed>
6
+ </figure>
7
+
8
+ <!-- Hours Coded -->
9
+ <figure>
10
+ <embed src="https://wakatime.com/share/@{{site.wakatime_username }}/1550a9f1-d41a-4745-92a0-181a6fbb2456.svg"></embed>
11
+ </figure>
@@ -0,0 +1,16 @@
1
+ <!-- Replace the email with your own formspree email -->
2
+ <form action="https://formspree.io/{{ site.formspree_email }}" 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>
@@ -0,0 +1,11 @@
1
+
2
+ <footer>
3
+
4
+ <p> Powered by<a href="https://devlopr.netlify.com/readme"> devlopr jekyll</a>. Hosted at <a href="https://pages.github.com">Github</a>. Subscribe via
5
+ <a href="{{ " /feed.xml " | prepend: site.baseurl }}">RSS</a>
6
+ </p>
7
+
8
+ </footer>
9
+ <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
10
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
11
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
@@ -0,0 +1,2 @@
1
+ <!-- Place this tag where you want the button to render. -->
2
+ <a class="github-button" href="https://github.com/{{site.github_username}}" data-size="large" data-show-count="true" aria-label="Follow @{{site.github_username}} on GitHub">Follow @{{ site.github_username }}</a>
@@ -0,0 +1,2 @@
1
+ <!-- Place this tag where you want the button to render. -->
2
+ <a class="github-button" href="https://github.com/sujaykundu777/devlopr-jekyll" data-size="large" data-show-count="true" aria-label="Star sujaykundu777/devlopr-jekyll on GitHub">Star</a>
@@ -0,0 +1,61 @@
1
+ <head>
2
+ <meta charset="utf-8">
3
+ <title>{{ site.title }} - {{ site.subtitle }}</title>
4
+ <meta http-equip="X-UA-Compatible" content="IE=edge">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <meta name="description" content="{{ site.description }}">
7
+ <link rel="stylesheet" href="{{site.url}}/assets/css/main.css" />
8
+ <link rel="stylesheet" href="{{site.url}}/assets/css/custom-style.css" />
9
+ <link rel="icon" href="{{site.url}}/assets/img/favicon.ico" type="image/gif" sizes="16x16">
10
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
11
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
12
+ integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
13
+ crossorigin="anonymous"></script>
14
+ <script async defer src="https://buttons.github.io/buttons.js"></script>
15
+ <link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
16
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
17
+ integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
18
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
19
+ integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
20
+ <!-- Including Snipcart -->
21
+ <link rel="stylesheet" href="https://cdn.snipcart.com/themes/v3.0.0-beta.3/default/snipcart.css" />
22
+ <!-- Including InstantSearch.js library and styling -->
23
+ <script src="https://cdn.jsdelivr.net/npm/instantsearch.js@2.6.0/dist/instantsearch.min.js"></script>
24
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.20.1/moment.min.js"></script>
25
+ <link href="https://fonts.googleapis.com/css?family=Quicksand&display=swap" rel="stylesheet">
26
+ <link rel="stylesheet" type="text/css"
27
+ href="https://cdn.jsdelivr.net/npm/instantsearch.js@2.6.0/dist/instantsearch.min.css">
28
+ <link rel="stylesheet" type="text/css"
29
+ href="https://cdn.jsdelivr.net/npm/instantsearch.js@2.6.0/dist/instantsearch-theme-algolia.min.css">
30
+ <script>
31
+ (function (d, h, m) {
32
+ var js, fjs = d.getElementsByTagName(h)[0];
33
+ if (d.getElementById(m)) { return; }
34
+ js = d.createElement(h); js.id = m;
35
+ js.onload = function () {
36
+ window.makerWidgetComInit({
37
+ position: "right",
38
+ widget: "ofeeof264otl2l5g-zspk40eq2gaomj2n-higi2qphmveubksi"
39
+ })
40
+ };
41
+ js.src = "https://makerwidget.com/js/embed.js";
42
+ fjs.parentNode.insertBefore(js, fjs)
43
+ }(document, "script", "dhm"))
44
+ </script>
45
+
46
+ {% if jekyll.environment == "production" %}
47
+
48
+ <script>
49
+ (function (i, s, o, g, r, a, m) {
50
+ i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
51
+ (i[r].q = i[r].q || []).push(arguments)
52
+ }, i[r].l = 1 * new Date(); a = s.createElement(o),
53
+ m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
54
+ })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
55
+
56
+ ga('create', '{{ site.google_analytics }}', 'auto');
57
+ ga('send', 'pageview');
58
+ </script>
59
+ {% endif %}
60
+
61
+ </head>
@@ -0,0 +1,87 @@
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
+
11
+ <div class="col-md-4" id="author_details">
12
+ <h1 class="profile-name"> {{ site.title }}</h1>
13
+ <p class="profile-bio"> {{ site.subtitle }}</p>
14
+ <p class="profile-links">
15
+ {% if site.twitter_username %}
16
+ <a class="social-link" href="http://twitter.com/{{ site.twitter_username }}">
17
+ <i class="fab fa-twitter"></i>
18
+ </a>
19
+ {% endif %}
20
+ {% if site.facebook_username %}
21
+ <a class="social-link" href="http://facebook.com/{{ site.facebook_username }}">
22
+ <i class="fab fa-facebook-f"></i>
23
+ </a>
24
+ {% endif %}
25
+ {% if site.instagram_username %}
26
+ <a class="social-link" href="http://instagram.com/{{ site.instagram_username }}">
27
+ <i class="fab fa-instagram"></i>
28
+ </a>
29
+ {% endif %}
30
+ {% if site.medium_username %}
31
+ <a class="social-link" href="http://medium.com/@{{ site.medium_username }}">
32
+ <i class="fab fa-medium-m"></i>
33
+ </a>
34
+ {% endif %}
35
+ {% if site.github_username %}
36
+ <a class="social-link" href="http://github.com/{{ site.github_username }}">
37
+ <i class="fab fa-github"></i>
38
+ </a>
39
+ {% endif %}
40
+ {% if site.behance_username %}
41
+ <a class="social-link" href="http://behance.net/{{ site.behance_username }}">
42
+ <i class="fab fa-behance"></i>
43
+ </a>
44
+ {% endif %}
45
+ {% if site.linkedin_username %}
46
+ <a class="social-link" href="http://linkedin.com/in/{{ site.linkedin_username }}">
47
+ <i class="fab fa-linkedin-in"></i>
48
+ </a>
49
+ {% endif %}
50
+ {% if site.telegram_username %}
51
+ <a class="social-link" href="http://t.me/{{ site.telegram_username }}">
52
+ <i class="fab fa-telegram-plane"></i>
53
+ </a>
54
+ {% endif %}
55
+ </p>
56
+
57
+ </div>
58
+ <div class="col-md-6 center">
59
+
60
+ <ul class="nav justify-content-end" id="navigation">
61
+ {% for i in site.urls %}
62
+ <li class="nav-item">
63
+ <a class="nav-link" href="{{ i.url }}">{{ i.text }}</a>
64
+ </li>
65
+ {% endfor %}
66
+ <li class="nav-item">
67
+ <a class="nav-link" href="{{ site.url}}/search/"><i class="fa fa-search" aria-hidden="true"></i></a>
68
+ </li>
69
+ <li class="nav-item">
70
+ <button class="header__checkout snipcart-checkout">
71
+
72
+ <svg width="31" height="27" viewBox="0 0 31 27" fill="none" xmlns="http://www.w3.org/2000/svg">
73
+ <path
74
+ d="M1.10512 0.368718C0.560256 0.368718 0.118164 0.812066 0.118164 1.35848C0.118164 1.9049 0.560256 2.34824 1.10512 2.34824H4.90887L8.30138 18.4009C8.43503 19.0053 8.83085 19.5079 9.32946 19.5041H25.7788C26.3005 19.5118 26.7799 19.0375 26.7799 18.5143C26.7799 17.9911 26.3006 17.5168 25.7788 17.5245H10.1315L9.71003 15.545H27.095C27.5371 15.5412 27.9547 15.2048 28.0511 14.7718L30.354 4.87412C30.4825 4.29933 29.9852 3.67172 29.3979 3.66786H7.21171L6.6771 1.15221C6.58329 0.71276 6.15921 0.368652 5.7107 0.368652L1.10512 0.368718ZM7.623 5.64746H12.7634L13.2569 8.61674H8.25005L7.623 5.64746ZM14.7785 5.64746H20.9881L20.4946 8.61674H15.2719L14.7785 5.64746ZM23.0031 5.64746H28.1537L27.4649 8.61674H22.5097L23.0031 5.64746ZM8.67181 10.5963H13.5862L14.0797 13.5656H9.29919L8.67181 10.5963ZM15.6009 10.5963H20.1656L19.6721 13.5656H16.0944L15.6009 10.5963ZM22.1807 10.5963H27.0023L26.3135 13.5656H21.6872L22.1807 10.5963ZM12.6197 20.164C10.8141 20.164 9.32979 21.6525 9.32979 23.4632C9.32979 25.2739 10.8141 26.7624 12.6197 26.7624C14.4252 26.7624 15.9095 25.2739 15.9095 23.4632C15.9095 21.6525 14.4252 20.164 12.6197 20.164ZM22.4892 20.164C20.6837 20.164 19.1994 21.6525 19.1994 23.4632C19.1994 25.2739 20.6837 26.7624 22.4892 26.7624C24.2948 26.7624 25.7791 25.2739 25.7791 23.4632C25.7791 21.6525 24.2948 20.164 22.4892 20.164ZM12.6197 22.1435C13.3586 22.1435 13.9356 22.7222 13.9356 23.4632C13.9356 24.2042 13.3586 24.7829 12.6197 24.7829C11.8807 24.7829 11.3037 24.2042 11.3037 23.4632C11.3037 22.7222 11.8807 22.1435 12.6197 22.1435ZM22.4892 22.1435C23.2282 22.1435 23.8052 22.7222 23.8052 23.4632C23.8052 24.2042 23.2282 24.7829 22.4892 24.7829C21.7503 24.7829 21.1733 24.2042 21.1733 23.4632C21.1733 22.7222 21.7503 22.1435 22.4892 22.1435Z"
75
+ fill="#9094FF" class="header__checkout-fill"></path>
76
+ </svg>
77
+ <span class="snipcart-items-count"></span>
78
+ <!-- <span class="snipcart-total-price"></span> -->
79
+ </button>
80
+ </li>
81
+ </ul>
82
+
83
+ </div>
84
+ </div>
85
+ </div>
86
+
87
+ </header>