devlopr 0.2.9 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,105 +1,105 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
-
6
- <div class="row">
7
-
8
- <div class="col-lg-8">
9
-
10
- <div class="card">
11
- <h1 class="card-title">About Me</h1>
12
-
13
- <p> {{ site.author_bio }} </p>
14
- </div>
15
-
16
- <div class="card">
17
- <h1 class="card-title"> Work Experience</h1>
18
-
19
- <br />
20
- <div class="row">
21
- <div class="col-md-2">
22
- <img src="/assets/img/work/google.png" class="company-logo" />
23
- </div>
24
- <div class="col-md-6">
25
- <h4 class="experience-title"> Full Stack Software Engineer</h4>
26
- <h6 class="experience-info">Google ( Jan 2017 - Present )</h6>
27
- <p class="experience-desc"> Worked on various technologies and built products which helps people globally </p>
28
-
29
- </div>
30
- </div>
31
-
32
- <br />
33
- <div class="row">
34
- <div class="col-md-2">
35
- <img src="/assets/img/work/microsoft.png" class="company-logo" />
36
- </div>
37
- <div class="col-md-6">
38
- <h4 class="experience-title"> Front End Engineer</h4>
39
- <h6 class="experience-info">Microsoft ( Mar 2015 - Dec 2016 )</h6>
40
- <p class="experience-desc"> Worked on various technologies and built products which helps people globally </p>
41
-
42
- </div>
43
- </div>
44
-
45
-
46
- </div>
47
-
48
- <div class="card">
49
- <h1 class="card-title"> Latest Projects</h1>
50
-
51
- <br />
52
- <div class="row">
53
- <div class="col-md-5">
54
- <img src="/assets/img/projects/gamershub.png" class="project-img" />
55
- </div>
56
- <div class="col-md-5">
57
- <h4 class="project-title"> Gamers Hub </h4>
58
- <p class="project-desc"> A Platform built for Gamers and Game Developers built using NodeJS, VueJS, MongoDB</p>
59
- <a class="project-link" href="https://gamershub.in">https://gamershub.in</a>
60
- </div>
61
- </div>
62
-
63
- <br />
64
- <div class="row">
65
- <div class="col-md-5">
66
- <img src="/assets/img/projects/hackify.png" class="project-img" />
67
- </div>
68
- <div class="col-md-5">
69
- <h4 class="project-title"> Hackify Theme for Atom Editor </h4>
70
- <p class="project-desc"> A dark hacking theme for Atom Editor</p>
71
- <a class="project-link" href="http://atom.io/themes/hackify-ui">Hackify UI</a>
72
- </div>
73
- </div>
74
-
75
- </div>
76
-
77
- </div>
78
- <div class="col-lg-4">
79
-
80
- <div class="card">
81
-
82
- <h6>
83
- <i class="fas fa-map-marker-alt"></i> {{ site.author_location }}</h6>
84
- <h6>
85
- <i class="fas fa-envelope"></i> {{ site.author_email }}</h6>
86
- <h6>
87
- <i class="fas fa-link"></i> {{ site.author_website_url }} </h6>
88
-
89
- </div>
90
-
91
- <div class="card">
92
- <h1> Skills </h1>
93
- <p> HTML , CSS , Javascript , PHP, Python, C</p>
94
- <p> Adobe XD, Inkscape, Git, Linux </p>
95
- </div>
96
-
97
- <div class="card">
98
- <h1> Coding Activity </h1>
99
-
100
- {%- include activity.html -%}
101
-
102
- </div>
103
-
104
- </div>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+
6
+ <div class="row">
7
+
8
+ <div class="col-lg-8">
9
+
10
+ <div class="card">
11
+ <h1 class="card-title">About Me</h1>
12
+
13
+ <p> {{ site.author_bio }} </p>
14
+ </div>
15
+
16
+ <div class="card">
17
+ <h1 class="card-title"> Work Experience</h1>
18
+
19
+ <br />
20
+ <div class="row">
21
+ <div class="col-md-2">
22
+ <img src="/assets/img/work/google.png" class="company-logo" />
23
+ </div>
24
+ <div class="col-md-6">
25
+ <h4 class="experience-title"> Full Stack Software Engineer</h4>
26
+ <h6 class="experience-info">Google ( Jan 2017 - Present )</h6>
27
+ <p class="experience-desc"> Worked on various technologies and built products which helps people globally </p>
28
+
29
+ </div>
30
+ </div>
31
+
32
+ <br />
33
+ <div class="row">
34
+ <div class="col-md-2">
35
+ <img src="/assets/img/work/microsoft.png" class="company-logo" />
36
+ </div>
37
+ <div class="col-md-6">
38
+ <h4 class="experience-title"> Front End Engineer</h4>
39
+ <h6 class="experience-info">Microsoft ( Mar 2015 - Dec 2016 )</h6>
40
+ <p class="experience-desc"> Worked on various technologies and built products which helps people globally </p>
41
+
42
+ </div>
43
+ </div>
44
+
45
+
46
+ </div>
47
+
48
+ <div class="card">
49
+ <h1 class="card-title"> Latest Projects</h1>
50
+
51
+ <br />
52
+ <div class="row">
53
+ <div class="col-md-5">
54
+ <img src="/assets/img/projects/gamershub.png" class="project-img" />
55
+ </div>
56
+ <div class="col-md-5">
57
+ <h4 class="project-title"> Gamers Hub </h4>
58
+ <p class="project-desc"> A Platform built for Gamers and Game Developers built using NodeJS, VueJS, MongoDB</p>
59
+ <a class="project-link" href="https://gamershub.in">https://gamershub.in</a>
60
+ </div>
61
+ </div>
62
+
63
+ <br />
64
+ <div class="row">
65
+ <div class="col-md-5">
66
+ <img src="/assets/img/projects/hackify.png" class="project-img" />
67
+ </div>
68
+ <div class="col-md-5">
69
+ <h4 class="project-title"> Hackify Theme for Atom Editor </h4>
70
+ <p class="project-desc"> A dark hacking theme for Atom Editor</p>
71
+ <a class="project-link" href="http://atom.io/themes/hackify-ui">Hackify UI</a>
72
+ </div>
73
+ </div>
74
+
75
+ </div>
76
+
77
+ </div>
78
+ <div class="col-lg-4">
79
+
80
+ <div class="card">
81
+
82
+ <h6>
83
+ <i class="fas fa-map-marker-alt"></i> {{ site.author_location }}</h6>
84
+ <h6>
85
+ <i class="fas fa-envelope"></i> {{ site.author_email }}</h6>
86
+ <h6>
87
+ <i class="fas fa-link"></i> {{ site.author_website_url }} </h6>
88
+
89
+ </div>
90
+
91
+ <div class="card">
92
+ <h1> Skills </h1>
93
+ <p> HTML , CSS , Javascript , PHP, Python, C</p>
94
+ <p> Adobe XD, Inkscape, Git, Linux </p>
95
+ </div>
96
+
97
+ <div class="card">
98
+ <h1> Coding Activity </h1>
99
+
100
+ {%- include activity.html -%}
101
+
102
+ </div>
103
+
104
+ </div>
105
105
  </div>
data/_layouts/blog.html CHANGED
@@ -1,59 +1,59 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <div class="row">
6
-
7
- <div class="col-lg-8 col-md-4">
8
- <ul>
9
- <div class="row">
10
- {% for post in site.posts %}
11
- <div class="card blog-post">
12
- <img class="card-img-top" src="/assets/img/{{ post.thumbnail }}" alt="{{ post.title }}">
13
- <div class="card-body center">
14
- <img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
15
- <h4 class="card-title">{{ post.title }}</h4>
16
-
17
- <h6 class="card-subtitle mb-2 text-muted">{{ post.date | date: "%b %-d, %Y" }}</h6>
18
- <p class="card-text">{{ post.summary }} </p>
19
-
20
- <a href="{{ post.url | prepend: site.baseurl }}" data-disqus-identifier="{{ post.url }}" class="btn btn-primary btn-lg">Read</a>
21
- <span class="disqus-comment-count" data-disqus-identifier="{{ post.url }}"></span>
22
-
23
- </div>
24
- </div>
25
-
26
- {% endfor %}
27
- </div>
28
- </ul>
29
- </div>
30
-
31
- <div class="col-lg-4">
32
- <div class="card">
33
- <div class="card-header"> About {{ site.author }} </div>
34
- <div class="card-body text-dark">
35
- <p> devlopr is a rubygem ( Jekyll Theme ) built for Developers. Anyone can create their website and host it freely
36
- like this. All you need is to follow the simple steps in the DOCS !!</p>
37
- </div>
38
- </div>
39
- <div class="card">
40
-
41
- <div class="card-header">Categories </div>
42
- <div class="card-body text-dark">
43
- {% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
44
- <div id="#{{ tag_name | slugize }}"></div>
45
- <li class="tag-head">
46
- <a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
47
- </li>
48
- <a name="{{ tag_name | slugize }}"></a>
49
-
50
- {% endfor %}
51
- </div>
52
-
53
-
54
- </div>
55
- <div class="card">
56
- <!-- Begin MailChimp Signup Form -->
57
- {%- include newsletter.html -%}
58
- </div>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="row">
6
+
7
+ <div class="col-lg-8 col-md-4">
8
+ <ul>
9
+ <div class="row">
10
+ {% for post in site.posts %}
11
+ <div class="card blog-post">
12
+ <img class="card-img-top" src="/assets/img/{{ post.thumbnail }}" alt="{{ post.title }}">
13
+ <div class="card-body center">
14
+ <img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
15
+ <h4 class="card-title">{{ post.title }}</h4>
16
+
17
+ <h6 class="card-subtitle mb-2 text-muted">{{ post.date | date: "%b %-d, %Y" }}</h6>
18
+ <p class="card-text">{{ post.summary }} </p>
19
+
20
+ <a href="{{ post.url | prepend: site.baseurl }}" data-disqus-identifier="{{ post.url }}" class="btn btn-primary btn-lg">Read</a>
21
+ <span class="disqus-comment-count" data-disqus-identifier="{{ post.url }}"></span>
22
+
23
+ </div>
24
+ </div>
25
+
26
+ {% endfor %}
27
+ </div>
28
+ </ul>
29
+ </div>
30
+
31
+ <div class="col-lg-4">
32
+ <div class="card">
33
+ <div class="card-header"> About {{ site.author }} </div>
34
+ <div class="card-body text-dark">
35
+ <p> devlopr is a rubygem ( Jekyll Theme ) built for Developers. Anyone can create their website and host it freely
36
+ like this. All you need is to follow the simple steps in the DOCS !!</p>
37
+ </div>
38
+ </div>
39
+ <div class="card">
40
+
41
+ <div class="card-header">Categories </div>
42
+ <div class="card-body text-dark">
43
+ {% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
44
+ <div id="#{{ tag_name | slugize }}"></div>
45
+ <li class="tag-head">
46
+ <a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
47
+ </li>
48
+ <a name="{{ tag_name | slugize }}"></a>
49
+
50
+ {% endfor %}
51
+ </div>
52
+
53
+
54
+ </div>
55
+ <div class="card">
56
+ <!-- Begin MailChimp Signup Form -->
57
+ {%- include newsletter.html -%}
58
+ </div>
59
59
  </div>
@@ -1,22 +1,22 @@
1
- <!DOCTYPE html>
2
- <html lang="{{ page.lang | default: site.lang | default: " en " }}">
3
-
4
- {%- include head.html -%}
5
-
6
- <body>
7
- <div class="container-fluid">
8
-
9
- {%- include header.html -%}
10
-
11
- <div class="col-lg-12">
12
-
13
- {{ content }}
14
-
15
- </div>
16
-
17
- {%- include footer.html -%}
18
-
19
- </div>
20
- </body>
21
-
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: " en " }}">
3
+
4
+ {%- include head.html -%}
5
+
6
+ <body>
7
+ <div class="container-fluid">
8
+
9
+ {%- include header.html -%}
10
+
11
+ <div class="col-lg-12">
12
+
13
+ {{ content }}
14
+
15
+ </div>
16
+
17
+ {%- include footer.html -%}
18
+
19
+ </div>
20
+ </body>
21
+
22
22
  </html>
data/_layouts/page.html CHANGED
@@ -1,9 +1,9 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <div class="card">
6
- <div class="col-md-8 offset-md-2 offset-md-right">
7
- {{ content }}
8
- </div>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <div class="card">
6
+ <div class="col-md-8 offset-md-2 offset-md-right">
7
+ {{ content }}
8
+ </div>
9
9
  </div>
data/_layouts/post.html CHANGED
@@ -1,102 +1,102 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <nav aria-label="breadcrumb" role="navigation">
6
- <ol class="breadcrumb">
7
- <li class="breadcrumb-item">
8
- <a href="/">Blog</a>
9
- </li>
10
- <li class="breadcrumb-item">
11
- <a href="/categories">Categories</a>
12
- </li>
13
- <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
14
- </ol>
15
- </nav>
16
-
17
- <div class="row">
18
-
19
- <div class="col-lg-8">
20
-
21
- <article class="card" itemscope itemtype="http://schema.org/BlogPosting">
22
-
23
-
24
- <div class="card-header">
25
- <!-- <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> -->
26
- <h4 class="post-meta">{{ page.summary }}</h4>
27
- <p class="post-summary">Posted by : {% if page.author %}
28
- <img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
29
- <span itemprop="author" itemscope itemtype="http://schema.org/Person">
30
- <span itemprop="name">{{ page.author }}</span>
31
- </span>{% endif %} at
32
- <time datetime="{{ page.date }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>
33
- </p>
34
- <span class="disqus-comment-count" data-disqus-identifier="{{ page.url }}"></span>
35
- <p>
36
- {%- include share.html -%}
37
- </p>
38
- <div class="post-categories">
39
- {% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %}
40
- Category : {% for category in categories %}
41
- <a href="{{site.baseurl}}/blog/categories/{{category|slugize}}">{{category}}</a>
42
- {% unless forloop.last %}&nbsp;{% endunless %} {% endfor %}
43
- </div>
44
-
45
-
46
- </div>
47
-
48
- <div class="card-body" itemprop="articleBody">
49
- <img class="card-img-top" src="/assets/img/{{ page.thumbnail }}" alt="{{ post.title }}"> {{ content }} {%- include share.html -%}
50
- </div>
51
-
52
- <div id="disqus_thread"></div>
53
-
54
- </article>
55
-
56
- </div>
57
-
58
- <div class="col-lg-4">
59
-
60
- <div class="card">
61
-
62
- <div class="card-header">Categories </div>
63
- <div class="card-body text-dark">
64
- {% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
65
- <div id="#{{ tag_name | slugize }}"></div>
66
- <li class="tag-head">
67
- <a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
68
- </li>
69
- <a name="{{ tag_name | slugize }}"></a>
70
-
71
- {% endfor %}
72
- </div>
73
-
74
-
75
- </div>
76
- <div class="card">
77
- <!-- Begin MailChimp Signup Form -->
78
- {%- include newsletter.html -%}
79
- </div>
80
- </div>
81
- <!-- End of Sidebar -->
82
-
83
- </div>
84
-
85
- <script>
86
- var disqus_config = function () {
87
- this.page.url = "{{ site.url }}{{ page.url }}"; // Replace PAGE_URL with your page's canonical URL variable
88
- this.page.identifier = "{{ page.id }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
89
- };
90
-
91
-
92
- (function () { // DON'T EDIT BELOW THIS LINE
93
- var d = document,
94
- s = d.createElement('script');
95
- s.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
96
- s.setAttribute('data-timestamp', +new Date());
97
- (d.head || d.body).appendChild(s);
98
- })();
99
- </script>
100
- <noscript>Please enable JavaScript to view the
101
- <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <nav aria-label="breadcrumb" role="navigation">
6
+ <ol class="breadcrumb">
7
+ <li class="breadcrumb-item">
8
+ <a href="/">Blog</a>
9
+ </li>
10
+ <li class="breadcrumb-item">
11
+ <a href="/categories">Categories</a>
12
+ </li>
13
+ <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
14
+ </ol>
15
+ </nav>
16
+
17
+ <div class="row">
18
+
19
+ <div class="col-lg-8">
20
+
21
+ <article class="card" itemscope itemtype="http://schema.org/BlogPosting">
22
+
23
+
24
+ <div class="card-header">
25
+ <!-- <h1 class="post-title" itemprop="name headline">{{ page.title }}</h1> -->
26
+ <h4 class="post-meta">{{ page.summary }}</h4>
27
+ <p class="post-summary">Posted by : {% if page.author %}
28
+ <img src="/assets/img/{{ site.author_logo }}" class="author-profile-img">
29
+ <span itemprop="author" itemscope itemtype="http://schema.org/Person">
30
+ <span itemprop="name">{{ page.author }}</span>
31
+ </span>{% endif %} at
32
+ <time datetime="{{ page.date }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>
33
+ </p>
34
+ <span class="disqus-comment-count" data-disqus-identifier="{{ page.url }}"></span>
35
+ <p>
36
+ {%- include share.html -%}
37
+ </p>
38
+ <div class="post-categories">
39
+ {% if post %} {% assign categories = post.categories %} {% else %} {% assign categories = page.categories %} {% endif %}
40
+ Category : {% for category in categories %}
41
+ <a href="{{site.baseurl}}/blog/categories/{{category|slugize}}">{{category}}</a>
42
+ {% unless forloop.last %}&nbsp;{% endunless %} {% endfor %}
43
+ </div>
44
+
45
+
46
+ </div>
47
+
48
+ <div class="card-body" itemprop="articleBody">
49
+ <img class="card-img-top" src="/assets/img/{{ page.thumbnail }}" alt="{{ post.title }}"> {{ content }} {%- include share.html -%}
50
+ </div>
51
+
52
+ <div id="disqus_thread"></div>
53
+
54
+ </article>
55
+
56
+ </div>
57
+
58
+ <div class="col-lg-4">
59
+
60
+ <div class="card">
61
+
62
+ <div class="card-header">Categories </div>
63
+ <div class="card-body text-dark">
64
+ {% for tag in site.categories %} {% capture tag_name %}{{ tag | first }}{% endcapture %}
65
+ <div id="#{{ tag_name | slugize }}"></div>
66
+ <li class="tag-head">
67
+ <a href="{{ site.baseurl }}/blog/categories/{{ tag_name }}">{{ tag_name }}</a>
68
+ </li>
69
+ <a name="{{ tag_name | slugize }}"></a>
70
+
71
+ {% endfor %}
72
+ </div>
73
+
74
+
75
+ </div>
76
+ <div class="card">
77
+ <!-- Begin MailChimp Signup Form -->
78
+ {%- include newsletter.html -%}
79
+ </div>
80
+ </div>
81
+ <!-- End of Sidebar -->
82
+
83
+ </div>
84
+
85
+ <script>
86
+ var disqus_config = function () {
87
+ this.page.url = "{{ site.url }}{{ page.url }}"; // Replace PAGE_URL with your page's canonical URL variable
88
+ this.page.identifier = "{{ page.id }}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
89
+ };
90
+
91
+
92
+ (function () { // DON'T EDIT BELOW THIS LINE
93
+ var d = document,
94
+ s = d.createElement('script');
95
+ s.src = 'https://{{ site.disqus_shortname }}.disqus.com/embed.js';
96
+ s.setAttribute('data-timestamp', +new Date());
97
+ (d.head || d.body).appendChild(s);
98
+ })();
99
+ </script>
100
+ <noscript>Please enable JavaScript to view the
101
+ <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>
102
102
  </noscript>