devlopr 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +39 -43
  4. data/_includes/ads.html +1 -8
  5. data/_includes/algolia_search.html +66 -0
  6. data/_includes/author_skills.html +1 -1
  7. data/_includes/blog_categories.html +8 -8
  8. data/_includes/blog_post_article.html +29 -29
  9. data/_includes/blog_post_breadcrumb.html +11 -11
  10. data/_includes/blog_post_comments.html +17 -17
  11. data/_includes/blog_sidebar.html +17 -17
  12. data/_includes/blog_tags.html +7 -7
  13. data/_includes/coding_activity.html +10 -10
  14. data/_includes/contact_me_form.html +15 -15
  15. data/_includes/footer.html +10 -10
  16. data/_includes/github_follow_button.html +2 -2
  17. data/_includes/github_star_button.html +1 -1
  18. data/_includes/head.html +61 -63
  19. data/_includes/header.html +86 -71
  20. data/_includes/product.html +9 -0
  21. data/_includes/product_definition.html +10 -0
  22. data/_layouts/about_me.html +128 -125
  23. data/_layouts/blog.html +71 -71
  24. data/_layouts/compress.html +10 -10
  25. data/_layouts/contact_me.html +8 -8
  26. data/_layouts/default.html +27 -25
  27. data/_layouts/page.html +8 -8
  28. data/_layouts/post.html +23 -23
  29. data/_layouts/product.html +11 -0
  30. data/_layouts/search.html +21 -6
  31. data/_sass/devlog.scss +583 -451
  32. data/assets/css/custom-style.css +3 -0
  33. data/assets/css/main.scss +7 -5
  34. data/assets/img/posts/siteleaf.jpg +0 -0
  35. data/assets/img/posts/siteleaf/1.png +0 -0
  36. data/assets/img/posts/siteleaf/2.png +0 -0
  37. data/assets/img/posts/siteleaf/3.png +0 -0
  38. data/assets/img/posts/siteleaf/4.png +0 -0
  39. data/assets/img/posts/siteleaf/5.png +0 -0
  40. data/assets/img/posts/siteleaf/6.png +0 -0
  41. data/assets/img/posts/siteleaf/8.png +0 -0
  42. data/assets/img/posts/siteleaf/9.png +0 -0
  43. data/assets/img/products/product1.jpg +0 -0
  44. data/assets/img/products/product2.jpg +0 -0
  45. data/assets/img/products/product3.jpg +0 -0
  46. data/assets/img/programmingebooks.png +0 -0
  47. data/categories/all.md +28 -28
  48. data/categories/guides.md +12 -12
  49. data/tags/all.md +28 -28
  50. data/tags/jekyll.md +12 -12
  51. metadata +23 -7
@@ -1,11 +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>
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
11
  <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
@@ -1,2 +1,2 @@
1
- <!-- Place this tag where you want the button to render. -->
2
- <a class="github-button" href="https://github.com/sujaykundu777" data-size="large" data-show-count="true" aria-label="Follow @sujaykundu777 on GitHub">Follow @sujaykundu777</a>
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>
@@ -1,2 +1,2 @@
1
- <!-- Place this tag where you want the button to render. -->
1
+ <!-- Place this tag where you want the button to render. -->
2
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>
@@ -1,63 +1,61 @@
1
- <head>
2
- <meta charset="utf-8">
3
-
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
- <meta name="description" content="{{ site.description }}">
10
-
11
-
12
- <link rel="stylesheet" href="/assets/css/main.css" />
13
- <link rel="stylesheet" href="/assets/css/custom-style.css" />
14
-
15
- <link rel="icon" href="/assets/img/favicon.ico" type="image/gif" sizes="16x16">
16
- <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
17
- crossorigin="anonymous"></script>
18
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
19
- crossorigin="anonymous"></script>
20
- <script async defer src="https://buttons.github.io/buttons.js"></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
-
27
- <script>
28
- (function(d, h, m){
29
- var js, fjs = d.getElementsByTagName(h)[0];
30
- if (d.getElementById(m)){return;}
31
- js = d.createElement(h); js.id = m;
32
- js.onload = function(){
33
- window.makerWidgetComInit({
34
- position: "right",
35
- widget: "ofeeof264otl2l5g-zspk40eq2gaomj2n-higi2qphmveubksi"
36
- })};
37
- js.src = "https://makerwidget.com/js/embed.js";
38
- fjs.parentNode.insertBefore(js, fjs)
39
- }(document, "script", "dhm"))
40
- </script>
41
-
42
- {% if jekyll.environment == "production" %}
43
-
44
- <script>
45
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
46
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
47
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
48
- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
49
-
50
- ga('create', '{{ site.google_analytics }}', 'auto');
51
- ga('send', 'pageview');
52
- </script>
53
- {% endif %}
54
-
55
- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
56
- <script>
57
- (adsbygoogle = window.adsbygoogle || []).push({
58
- google_ad_client: "ca-pub-7259836434848202",
59
- enable_page_level_ads: true
60
- });
61
- </script>
62
-
63
- </head>
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>
@@ -1,72 +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
- </ul>
67
-
68
- </div>
69
- </div>
70
- </div>
71
-
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
+
72
87
  </header>
@@ -0,0 +1,9 @@
1
+ <div class="blog-post card product">
2
+ <img src="{{ product.image }}" alt="{{ product.name }} product image" class="product__image card-img-top">
3
+ <div class="product__information">
4
+ <h2 class="product__title">{{ product.name }}</h2>
5
+ <p class="product__description">{{ product.content | remove: '<p>' | remove: '</p>' }}</p>
6
+ {% include product_definition.html %}
7
+ </div>
8
+
9
+ </div>
@@ -0,0 +1,10 @@
1
+ <button
2
+ class="buy-button snipcart-add-item btn-success"
3
+ data-item-id="{{ product.identifier }}"
4
+ data-item-name="{{ product.name }}"
5
+ data-item-price="{{ product.price }}"
6
+ data-item-image="{{ product.image }}"
7
+ data-item-url="https://devlopr.netlify.com{{ page.url }}"
8
+ data-item-description="{{ product.content | remove: '<p>' | remove: '</p>' }}">
9
+ Add to cart (${{ product.price }})
10
+ </button>
@@ -1,126 +1,129 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <div class="row">
6
- <div class="col-lg-8">
7
-
8
- {% if site.author_bio %}
9
- <div class="card">
10
- <h1 class="card-title">About</h1>
11
- <p> {{ site.author_bio }}</p>
12
- </div>
13
- {% endif %}
14
-
15
-
16
- {% if site.show_author_project_details == true %}
17
- <div class="card">
18
- <h1 class="card-title">Projects</h1>
19
- <br />
20
- {% for project in site.author_project_details %}
21
- {% if project.visibility == true %}
22
- <div class="row">
23
- <div class="col-md-2">
24
- <img src="/assets/img/{{project.project_thumbnail}}" class="company-logo" />
25
- </div>
26
- <div class="col-md-6">
27
- <h4 class="experience-title"> {{ project.project_title }}</h4>
28
- <h6 class="experience-info"> {{ project.project_info}}</h6>
29
- <p class="experience-desc"> {{ project.project_description }} </p>
30
- <p><a href="{{exp.company_url}}">{{ project.project_url}}</a></p>
31
- </div>
32
- </div>
33
- {% endif %}
34
-
35
- {% endfor %}
36
- </div>
37
- {% endif %}
38
-
39
- {% if site.show_author_work_experiences == true %}
40
- <div class="card">
41
- <h1 class="card-title"> Work Experience</h1>
42
- <br />
43
- {% for exp in site.author_work_experiences %}
44
- {% if exp.visibility == true %}
45
- <div class="row">
46
- <div class="col-md-2">
47
- <img src="/assets/img/{{ exp.company_logo }}" class="company-logo" />
48
- </div>
49
- <div class="col-md-6">
50
- <h4 class="experience-title"> {{ exp.designation }}</h4>
51
- <h6 class="experience-info"> {{ exp.company_name}}</h6>
52
- <p class="experience-desc"> {{ exp.description }} </p>
53
- <p><a href="{{exp.company_url}}">{{ exp.company_url}}</a></p>
54
- </div>
55
- </div>
56
- {% endif %}
57
-
58
- {% endfor %}
59
- </div>
60
- {% endif %}
61
-
62
-
63
- {% if site.show_author_education_details == true %}
64
- <div class="card">
65
- <h1 class="card-title"> Education </h1>
66
- <br />
67
- {% for detail in site.author_education_details %}
68
- {% if detail.visibility == true %}
69
- <div class="row">
70
- <div class="col-md-2">
71
- <img src="/assets/img/{{ detail.college_logo}}" class="company-logo" />
72
- </div>
73
- <div class="col-md-6">
74
- <h4 class="experience-title"> {{detail.college_degree }}</h4>
75
- <h6 class="experience-info">{{detail.college_name}}</h6>
76
- <p class="experience-desc"> {{detail.description}} </p>
77
- <p><a href="{{detail.college_url}}">{{ detail.college_url}}</a></p>
78
- </div>
79
- </div>
80
- {% endif %}
81
-
82
- {% endfor %}
83
- </div>
84
- {% endif %}
85
-
86
- </div>
87
- <div class="col-lg-4">
88
-
89
- <div class="card">
90
- {% if site.author_location %}
91
- <h6> <i class="fas fa-map-marker-alt"></i> {{ site.author_location }}</h6>
92
- {% endif %}
93
- {% if site.author_email %}
94
- <h6><i class="fas fa-envelope"></i> {{ site.author_email }}</h6>
95
- {% endif %}
96
- {% if site.author_website_url %}
97
- <h6> <i class="fas fa-link"></i> {{ site.author_website_url }} </h6>
98
- {% endif %}
99
-
100
-
101
- {%- include github_follow_button.html -%}
102
-
103
- {% if site.twitter_username %}
104
- {%- include twitter_follow_button.html -%}
105
- {% endif %}
106
-
107
- </div>
108
-
109
- <div class="card">
110
- <h1> Skills </h1>
111
-
112
- {%- include author_skills.html -%}
113
-
114
- </div>
115
-
116
- {% if site.wakatime_username %}
117
- <div class="card">
118
- <h1> Coding Activity </h1>
119
-
120
- {%- include coding_activity.html -%}
121
-
122
- </div>
123
- {% endif %}
124
-
125
- </div>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="row">
6
+ <div class="col-lg-8">
7
+
8
+ {% if site.author_bio %}
9
+ <div class="card">
10
+ <h1 class="card-title">About</h1>
11
+ <p> {{ site.author_bio }}</p>
12
+ </div>
13
+ {% endif %}
14
+
15
+
16
+ {% if site.show_author_project_details == true %}
17
+ <div class="card">
18
+ <h1 class="card-title">Projects</h1>
19
+ <br />
20
+ {% for project in site.author_project_details %}
21
+ {% if project.visibility == true %}
22
+ <div class="row">
23
+ <div class="col-md-2">
24
+ <img src="/assets/img/{{project.project_thumbnail}}" class="company-logo" />
25
+ </div>
26
+ <div class="col-md-6">
27
+ <h4 class="experience-title"> {{ project.project_title }}</h4>
28
+ <h6 class="experience-info"> {{ project.project_info}}</h6>
29
+ <p class="experience-desc"> {{ project.project_description }} </p>
30
+ <p><a href="{{exp.company_url}}">{{ project.project_url}}</a></p>
31
+ </div>
32
+ </div>
33
+ {% endif %}
34
+
35
+ {% endfor %}
36
+ </div>
37
+ {% endif %}
38
+
39
+ {% if site.show_author_work_experiences == true %}
40
+ <div class="card">
41
+ <h1 class="card-title"> Work Experience</h1>
42
+ <br />
43
+ {% for exp in site.author_work_experiences %}
44
+ {% if exp.visibility == true %}
45
+ <div class="row">
46
+ <div class="col-md-2">
47
+ <img src="/assets/img/{{ exp.company_logo }}" class="company-logo" />
48
+ </div>
49
+ <div class="col-md-6">
50
+ <h4 class="experience-title"> {{ exp.designation }}</h4>
51
+ <h6 class="experience-info"> {{ exp.company_name}}</h6>
52
+ <p class="experience-desc"> {{ exp.description }} </p>
53
+ <p><a href="{{exp.company_url}}">{{ exp.company_url}}</a></p>
54
+ </div>
55
+ </div>
56
+ {% endif %}
57
+
58
+ {% endfor %}
59
+ </div>
60
+ {% endif %}
61
+
62
+
63
+ {% if site.show_author_education_details == true %}
64
+ <div class="card">
65
+ <h1 class="card-title"> Education </h1>
66
+ <br />
67
+ {% for detail in site.author_education_details %}
68
+ {% if detail.visibility == true %}
69
+ <div class="row">
70
+ <div class="col-md-2">
71
+ <img src="/assets/img/{{ detail.college_logo}}" class="company-logo" />
72
+ </div>
73
+ <div class="col-md-6">
74
+ <h4 class="experience-title"> {{detail.college_degree }}</h4>
75
+ <h6 class="experience-info">{{detail.college_name}}</h6>
76
+ <p class="experience-desc"> {{detail.description}} </p>
77
+ <p><a href="{{detail.college_url}}">{{ detail.college_url}}</a></p>
78
+ </div>
79
+ </div>
80
+ {% endif %}
81
+
82
+ {% endfor %}
83
+ </div>
84
+ {% endif %}
85
+
86
+ </div>
87
+ <div class="col-lg-4">
88
+
89
+ <div class="card">
90
+ {% if site.author_location %}
91
+ <h6> <i class="fas fa-map-marker-alt"></i> {{ site.author_location }}</h6>
92
+ {% endif %}
93
+
94
+ {% if site.author_email %}
95
+ <h6><i class="fas fa-envelope"></i> {{ site.author_email }}</h6>
96
+ {% endif %}
97
+
98
+ {% if site.author_website_url %}
99
+ <h6> <i class="fas fa-link"></i> {{ site.author_website_url }} </h6>
100
+ {% endif %}
101
+
102
+ {% if site.github_username %}
103
+ {%- include github_follow_button.html -%}
104
+ {% endif %}
105
+
106
+ {% if site.twitter_username %}
107
+ {%- include twitter_follow_button.html -%}
108
+ {% endif %}
109
+
110
+ </div>
111
+
112
+ <div class="card">
113
+ <h1> Skills </h1>
114
+
115
+ {%- include author_skills.html -%}
116
+
117
+ </div>
118
+
119
+ {% if site.wakatime_username %}
120
+ <div class="card">
121
+ <h1> Coding Activity </h1>
122
+
123
+ {%- include coding_activity.html -%}
124
+
125
+ </div>
126
+ {% endif %}
127
+
128
+ </div>
126
129
  </div>