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
data/_includes/sidebar.html
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
<h1> Sidebar </h1>
|
data/_layouts/about.html
DELETED
@@ -1,105 +0,0 @@
|
|
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
|
-
</div>
|
data/assets/css/main.scss
DELETED
data/assets/img/favicon.ico
DELETED
Binary file
|
Binary file
|
data/assets/img/posts/hello.jpg
DELETED
Binary file
|
Binary file
|
data/assets/img/profile.png
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/assets/img/projects/klj.png
DELETED
Binary file
|
Binary file
|
data/assets/img/projects/peb.png
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/assets/img/styleguide.png
DELETED
Binary file
|
data/assets/img/work/google.png
DELETED
Binary file
|
Binary file
|
Binary file
|
data/assets/img/zoom.jpg
DELETED
Binary file
|