devlopr 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a15ac26d853a199050fdff2499dfb78f4e62df6
4
- data.tar.gz: e5a94f0b1324918c60310ebc8e4130f7b098e404
3
+ metadata.gz: 3bb3f93dd0dc2ee523d411f50d2e1c2f7ebf22e7
4
+ data.tar.gz: b29d477c1ed2d60b8b007461916d113aef19feb4
5
5
  SHA512:
6
- metadata.gz: 5032344b0de0090367f7366902ac6443f686dbcd2797f6d88085b5e9f3cc394f9cf44399ef827b8cea52f09d084ac889995d398f47b4702c42bad1274cf03912
7
- data.tar.gz: 677515beeb79082285711b3f45c7b6e0886cb1c7c177b67d7e37e2fa9e8705e05bb9c81ba7b28efdcfd47042311abf8195552325b85e3d5303e5039ac45dd7f4
6
+ metadata.gz: eb61c146720564cf576a1f80e07b5feeac4e39bcf6aba092db20e6eec5d1adff70bf9f824ae9a7429394171f8908382c9e29077ddb60b64746c01f9423a1430f
7
+ data.tar.gz: 9e37fde01159e691767c7133c86dcb3b56afe2733b52fe060d2cee3e72bb4c9dd1c00f60680f1b8163a1ad0f141192b8578683b4f88dbb8848f18aaa32455550
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2017 Sujay Kundu
3
+ Copyright (c) 2018 Sujay Kundu
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # devlopr
2
2
 
3
- A Responsive Jekyll Theme For Developers and Bloggers
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
4
8
 
5
9
 
6
10
  ## Installation
@@ -25,7 +29,9 @@ Or install it yourself as:
25
29
 
26
30
  $ gem install devlopr
27
31
 
32
+ ## Usage
28
33
 
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
29
35
 
30
36
  ## Contributing
31
37
 
@@ -44,3 +50,12 @@ To add a custom directory to your theme-gem, please edit the regexp in `devlopr.
44
50
 
45
51
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
46
52
 
53
+ # Variables need to be declared in _config.yml of your jekyll site
54
+
55
+ `{{site.variable}}`
56
+
57
+ title, description, name , bio
58
+
59
+ twitter_username, facebook_username, medium_username , telegram_username, behance_username, github_username ,
60
+ instagram_username
61
+
@@ -1,7 +1,7 @@
1
- <div class="container" id="footer">
2
-
3
- <nav class="navbar navbar-light bg-light">
4
- <p> All Rights Reserved. {{ site.title }}. Email at <a href="mailto::{{ site.email }}">{{ site.email }}</a>. Subscribe via <a href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a></p>
5
- </nav>
1
+ <footer>
6
2
 
7
- </div>
3
+ <p> All Rights Reserved. {{ site.title }}. Subscribe via
4
+ <a href="{{ " /feed.xml " | prepend: site.baseurl }}">RSS</a>
5
+ </p>
6
+
7
+ </footer>
data/_includes/head.html CHANGED
@@ -1,19 +1,29 @@
1
1
  <head>
2
2
  <meta charset="utf-8">
3
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5
- <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
6
- <meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
3
+ <!-- Site title -->
4
+ <title>{{ site.title }}</title>
7
5
 
6
+ <meta http-equip="X-UA-Compatible" content="IE=edge">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
 
9
- <link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
10
- <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
11
- <link rel="stylesheet" type="text/css" href="{{ "/assets/css/main.css" }}">
12
- <!-- Compiled and minified CSS -->
13
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
9
+ <!-- Site Description -->
10
+ <meta name="description" content="{{ site.description }}">
14
11
 
15
- <!-- Compiled and minified JavaScript -->
16
- <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
17
- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
18
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
19
- </head>
12
+ <!-- Stylesheets goes here -->
13
+ <link rel="stylesheet" href="{{ site.url }}/assets/css/main.css" />
14
+
15
+ <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
16
+ crossorigin="anonymous"></script>
17
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"
18
+ crossorigin="anonymous"></script>
19
+ <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
20
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB"
21
+ crossorigin="anonymous">
22
+ <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt"
23
+ crossorigin="anonymous">
24
+
25
+ <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
26
+ <!--[if lt IE 9]>
27
+ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
28
+ <![endif]-->
29
+ </head>
@@ -1,38 +1,58 @@
1
1
  <header>
2
-
3
- <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
4
- <a class="navbar-brand" href="#">{{ site.title }}</a>
5
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
6
- <span class="navbar-toggler-icon"></span>
7
- </button>
8
-
9
- <div class="collapse navbar-collapse" id="navbarSupportedContent">
10
- <ul class="navbar-nav ml-auto">
11
- <li class="nav-item ">
12
- <a class="nav-link" href="/">Home</a>
13
- </li>
14
- <li class="nav-item active">
15
- <a class="nav-link" href="/blog">Blog <span class="sr-only">(current)</span></a>
16
- </li>
17
- <li class="nav-item">
18
- <a class="nav-link" href="/projects">Projects</a>
19
- </li>
20
- <!-- Dropdown Menu
21
- <li class="nav-item dropdown">
22
- <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
23
- Dropdown
2
+
3
+ <div class="col-lg-12">
4
+ <div class="row">
5
+ <div class="col-md-2 center">
6
+ <a href="{{ site.url }}">
7
+ <img src="{{ site.url }}/assets/images/profile.png" class="profile-img">
24
8
  </a>
25
- <div class="dropdown-menu" aria-labelledby="navbarDropdown">
26
- <a class="dropdown-item" href="#">Action</a>
27
- <a class="dropdown-item" href="#">Another action</a>
28
- <div class="dropdown-divider"></div>
29
- <a class="dropdown-item" href="#">Something else here</a>
30
- </div>
31
- </li>
32
- -->
33
-
34
- </div>
35
- </nav>
36
-
9
+ </div>
10
+ <div class="col-md-4">
11
+ <h1 class="profile-name"> {{ site.name }}</h1>
12
+ <p class="profile-bio"> {{ site.bio }}</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
+ <li class="nav-item">
45
+ <a class="nav-link" href="/"> RESUME </a>
46
+ </li>
47
+ <li class="nav-item">
48
+ <a class="nav-link " href="/blog">BLOG</a>
49
+ </li>
50
+ <li class="nav-item">
51
+ <a class="nav-link" href="/contact">CONTACT ME</a>
52
+ </li>
53
+ </ul>
54
+ </div>
55
+ </div>
56
+ </div>
37
57
 
38
- </header>
58
+ </header>
@@ -0,0 +1,13 @@
1
+ <div class="share-page">
2
+ Share this on &rarr;
3
+ <a href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ site.url }}{{ page.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}"
4
+ rel="nofollow" target="_blank" title="Share on Twitter">
5
+ <img alt="Share on Facebook" src="http://www.sujaykundu.com/assets/images/flat_web_icon_set/color/Twitter.png" />
6
+ </a>
7
+ <a href="https://facebook.com/sharer.php?u={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Facebook">
8
+ <img alt="Share on Facebook" src="http://www.sujaykundu.com/assets/images/flat_web_icon_set/color/Facebook.png" />
9
+ </a>
10
+ <a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share on Google+">
11
+ <img alt="Share on Google+" src="http://www.sujaykundu.com/assets/images/flat_web_icon_set/color/Google+.png" />
12
+ </a>
13
+ </div>
@@ -0,0 +1 @@
1
+ <h1> Sidebar </h1>
data/_layouts/blog.html CHANGED
@@ -1,46 +1,86 @@
1
1
  <!DOCTYPE html>
2
- <html>
2
+ <html lang="en">
3
3
 
4
- {% include head.html %}
4
+ {%- include head.html -%}
5
5
 
6
- <body>
6
+ <body>
7
+ <div class="container-fluid">
7
8
 
8
- {% include header.html %}
9
+ {%- include header.html -%}
10
+
11
+ <div class="col-lg-12">
12
+
13
+
14
+ <div class="row">
15
+
16
+ <div class="col-lg-8">
17
+ <ul>
18
+ {% for post in site.posts %}
19
+ <div class="card blog-post">
20
+ <img class="card-img-top" src="{{site.url}}/assets/img/blog/posts/{{ post.thumbnail }}" alt="{{ post.title }}">
21
+ <div class="card-body center">
22
+ <img src="{{site.url}}/assets/img/user/sujay.png" class="author-profile-img">
23
+ <h4 class="card-title">{{ post.title }}</h4>
24
+
25
+ <h6 class="card-subtitle mb-2 text-muted">{{ post.date | date: "%b %-d, %Y" }}</h6>
26
+ <p class="card-text">{{ post.summary }} </p>
27
+
28
+ <a href="{{ post.url | prepend: site.baseurl }}" data-disqus-identifier="{{ post.url }}" class="btn btn-primary btn-lg">Read</a>
29
+ <span class="disqus-comment-count" data-disqus-identifier="{{ post.url }}"></span>
30
+
31
+ </div>
32
+ </div>
33
+
34
+ {% endfor %}
35
+ </ul>
9
36
 
10
- <div class="container-fluid">
11
-
12
- <!-- Fetches blog.html for the layout -->
13
-
14
- <div class="jumbotron">
15
-
16
- <h1 class="page-title">Blog</h1>
17
- <p class="page-desc"> Where I Post Almost Daily !</p>
18
- </div>
19
- <div class="container">
20
- <div class="col-lg-12">
21
-
22
- <ul class="blog-posts">
23
- {% for post in site.posts %}
24
- <div class="card" >
25
- <div class="card-body">
26
- <h4 class="card-title">{{ post.title }}</h4>
27
- <h6 class="card-subtitle mb-2 text-muted">Updated :{{ post.date | date: "%b %-d, %Y" }}</h6>
28
- <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
29
- <a href="{{ post.url | prepend: site.baseurl }}" class="card-link"> Read </a>
30
- <a href="#" class="card-link">Another link</a>
31
37
  </div>
32
- </div>
33
-
34
- {% endfor %}
35
- </ul>
36
- </div>
37
- </div>
38
-
39
-
40
- </div>
41
38
 
42
- {% include footer.html %}
39
+ <div class="col-lg-4">
40
+
41
+ <div class="card">
42
+
43
+ <div class="card-header">Categories </div>
44
+ <div class="card-body text-dark">
45
+ {% for tag in site.tags %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
46
+ <div id="#{{ tag_name | slugize }}"></div>
47
+ <li class="tag-head">
48
+ <a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
49
+ </li>
50
+ <a name="{{ tag_name | slugize }}"></a>
51
+
52
+ {% endfor %}
53
+ </div>
54
+
43
55
 
44
- </body>
56
+ </div>
57
+ <div class="card">
58
+ <!-- Begin MailChimp Signup Form -->
59
+ <div id="mc_embed_signup">
60
+ <form action="https://programmingebooks.us10.list-manage.com/subscribe/post?u=50bab1c85eae24ecfb0f68361&amp;id=3a2dd721d0"
61
+ method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate"
62
+ target="_blank" novalidate>
63
+ <div id="mc_embed_signup_scroll">
64
+ <label for="mce-EMAIL">Subscribe via Email :</label>
65
+ <input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
66
+ <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
67
+ <div style="position: absolute; left: -5000px;" aria-hidden="true">
68
+ <input type="text" name="b_50bab1c85eae24ecfb0f68361_3a2dd721d0" tabindex="-1" value="">
69
+ </div>
70
+ <div class="clear">
71
+ <input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-md btn-default">
72
+ </div>
73
+ </div>
74
+ </form>
75
+ </div>
76
+ </div>
77
+ </div>
78
+
79
+ </div>
80
+
81
+ </div>
82
+ {%- include footer.html -%}
83
+ </div>
84
+ </body>
45
85
 
46
- </html>
86
+ </html>
@@ -1,20 +1,26 @@
1
1
  <!DOCTYPE html>
2
- <html>
2
+ <html lang="en">
3
3
 
4
- {% include head.html %}
4
+ {%- include head.html -%}
5
5
 
6
- <body>
6
+ <body>
7
+ <div class="container-fluid">
7
8
 
8
- {% include header.html %}
9
+ {%- include header.html -%}
9
10
 
10
- <div class="container-fluid">
11
-
12
- {{ content }}
13
-
14
- </div>
11
+ <div class="col-lg-12">
12
+
13
+ <div class="card">
15
14
 
16
- {% include footer.html %}
15
+ {{ content }}
17
16
 
18
- </body>
17
+ </div>
18
+
19
+ </div>
20
+
21
+ {%- include footer.html -%}
22
+
23
+ </div>
24
+ </body>
19
25
 
20
- </html>
26
+ </html>
@@ -0,0 +1,107 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {%- include head.html -%}
5
+
6
+ <body>
7
+ <div class="container-fluid">
8
+ {%- include header.html -%}
9
+
10
+ <div class="col-lg-12">
11
+
12
+ <div class="row">
13
+
14
+ <div class="col-lg-8">
15
+
16
+ <div class="card">
17
+ <h1 class="card-title">About Me</h1>
18
+
19
+ <p> Hi I am a full stack web developer and freelancer based in India. I enjoy experimenting with new
20
+ technologies and love anything related to hacking. I tend to follow startup scenes and also enjoy
21
+ gaming. </p>
22
+ </div>
23
+
24
+ <div class="card">
25
+ <h1 class="card-title"> Work Experience</h1>
26
+
27
+ <br />
28
+ <h4 class="experience-title"> Full Stack Web Developer Intern - Skillenza</h4>
29
+ <p class="experience-desc"> Worked on Flask, Postgres to build rest apis for Email Campaign Management</p>
30
+
31
+ <br />
32
+ <h4 class="experience-title"> Front End Developer Intern - Glocal Gurus</h4>
33
+ <p class="experience-desc"> Worked on converting UI to Frontend Pages using HTML, CSS, JS</p>
34
+
35
+ <br />
36
+ <h4 class="experience-title"> Wordpress Intern - Edugorilla </h4>
37
+ <p class="experience-desc"> Worked in design and development of website using PHP and Wordress </p>
38
+
39
+ </div>
40
+
41
+ <div class="card">
42
+ <h1 class="card-title"> Latest Projects</h1>
43
+
44
+ <br />
45
+ <div class="row">
46
+ <div class="col-md-5">
47
+ <img src="{{site.url}}/assets/img/projects/gamershub.png" class="project-img" />
48
+ </div>
49
+ <div class="col-md-5">
50
+ <h4 class="project-title"> Gamers Hub </h4>
51
+ <p class="project-desc"> A Platform built for Gamers and Game Developers built using NodeJS, VueJS, MongoDB</p>
52
+ <a class="project-link" href="https://gamershub.in">https://gamershub.in</a>
53
+ </div>
54
+ </div>
55
+
56
+ <br />
57
+ <div class="row">
58
+ <div class="col-md-5">
59
+ <img src="{{site.url}}/assets/img/projects/hackify.png" class="project-img" />
60
+ </div>
61
+ <div class="col-md-5">
62
+ <h4 class="project-title"> Hackify Theme for Atom Editor </h4>
63
+ <p class="project-desc"> A dark hacking theme for Atom Editor</p>
64
+ <a class="project-link" href="http://atom.io/themes/hackify-ui">Hackify UI</a>
65
+ </div>
66
+ </div>
67
+
68
+ </div>
69
+
70
+ </div>
71
+ <div class="col-lg-4">
72
+
73
+ <div class="card">
74
+ <h6>
75
+ <i class="fas fa-at"></i>
76
+ <b>sujaykundu777</b>
77
+ </h6>
78
+ <h6>
79
+ <i class="fas fa-map-marker-alt"></i> Bangalore, India</h6>
80
+ <h6>
81
+ <i class="fas fa-envelope"></i> sujaykundu777@gmail.com</h6>
82
+ <h6>
83
+ <i class="fas fa-link"></i> https://sujaykundu.com</h6>
84
+ <h6>
85
+ <i class="fas fa-link"></i> https://kalitutor.com</h6>
86
+
87
+ </div>
88
+
89
+ <div class="card">
90
+ <h1> Skills </h1>
91
+ <p> HTML , CSS , Javascript , PHP, Python, C</p>
92
+ <p> Adobe XD, Inkscape, Git, Linux </p>
93
+ </div>
94
+
95
+ <div class="card">
96
+ <h1> Github </h1>
97
+ </div>
98
+
99
+ </div>
100
+ </div>
101
+
102
+ </div>
103
+ {%- include footer.html -%}
104
+ </div>
105
+ </body>
106
+
107
+ </html>