File tree Expand file tree Collapse file tree 15 files changed +144
-8
lines changed Expand file tree Collapse file tree 15 files changed +144
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"basics" : {
3
3
"name" : " Pradeep Kumar G" ,
4
- "label" : " Senior Software Developer " ,
4
+ "label" : " Senior Software Engineer " ,
5
5
"picture" : " https://github.com/deepPublicGit.png" ,
6
6
7
7
"phone" : " " ,
Original file line number Diff line number Diff line change 4
4
{% else %}
5
5
< a href ="{{ url }} " target ="_blank ">
6
6
{% endif %}
7
- < svg class ="tf-social ">
7
+ < svg class ="tf-social " id =" {{include.name}} " >
8
8
< use xlink:href ="{{ '/img/bootstrap-icons.svg' | prepend: site.baseurl }}#{{- include.name -}} "/>
9
9
</ svg >
10
10
< span > {{ include.label }}</ span >
Original file line number Diff line number Diff line change 3
3
< a class ="navbar-brand " href ="{{ '/' | prepend: site.baseurl }} "> {{ site.data.bio.basics.name }}</ a >
4
4
< div class ="ms-auto ">
5
5
< ul class ="navbar-nav mb-2 mb-lg-0 ">
6
+ < a class ="nav-link " href ="{{ '/' | prepend: site.baseurl }} "> Home</ a >
6
7
< a class ="nav-link " href ="{{ '/#projects' | prepend: site.baseurl }} "> Projects</ a >
8
+ < a class ="nav-link " href ="{{ '/#opensource' | prepend: site.baseurl }} "> Open Source</ a >
7
9
< a class ="nav-link " style ="padding-right: 4px; " href ="{{ '/resume.html' | prepend: site.baseurl }} " title ="Resume: view page "> Resume</ a >
8
- < a class ="nav-link " style ="padding-left: 0px ; " href ="{{ site.data.bio.basics.resumeUrlPdf }} " target ="_blank " title ="Resume: download PDF "> < svg class ="tf-social ">
10
+ < a class ="nav-link " style ="padding-left: 4px ; " href ="{{ site.data.bio.basics.resumeUrlPdf }} " target ="_blank " title ="Resume: download PDF "> < svg class ="tf-social ">
9
11
< use xlink:href ="{{ '/img/bootstrap-icons.svg' | prepend: site.baseurl }}#filetype-pdf "/>
10
12
</ svg >
11
13
</ a >
Original file line number Diff line number Diff line change
1
+ < div style ="background-color: {{ include.bg-color | default: 'var(--bs-white)' }} " class ="bg-gradient py-3 " id ="opensource ">
2
+ < div class ="container ">
3
+ < div class ="row mb-3 ">
4
+ < div class ="col-md-6 ">
5
+ < h1 class ="display-4 text-start "> Open Source</ h1 >
6
+ </ div >
7
+ </ div >
8
+
9
+ < div class ="row g-3 ">
10
+ {% assign project_pages = site.pages | where: "type", "opensource" | sort: "date" | reverse %}
11
+ {% for page in project_pages %}
12
+ {% unless page.draft %}
13
+ < div class ="col-md-6 ">
14
+ {% include projects/project-card.html page=page %}
15
+ </ div >
16
+ {% endunless %}
17
+ {% if forloop.index == include.limit %}
18
+ {% break %}
19
+ {% endif %}
20
+ {% endfor %}
21
+ </ div >
22
+
23
+ {% assign not_draft = 0 %}
24
+ {% for page in project_pages %}
25
+ {% unless page.draft %}
26
+ {% assign not_draft = not_draft | plus: 1 %}
27
+ {% endunless %}
28
+ {% endfor %}
29
+
30
+ {% if not_draft > include.limit %}
31
+ < p class ="text-center pt-4 "> < a href ="{{ site.baseurl}}/opensource/ "> See all {{ not_draft }} contributions</ a > </ p >
32
+ {% endif %}
33
+
34
+ </ div >
35
+ </ div >
Original file line number Diff line number Diff line change 14
14
{%- endif -%}
15
15
{%- endif -%}
16
16
17
- <!doctype html>
18
17
< html lang ="en ">
19
18
< head >
20
19
< meta charset ="utf-8 ">
Original file line number Diff line number Diff line change 3
3
---
4
4
{% include header.html %}
5
5
{{ content }}
6
- {% include footer.html %}
6
+ {% include footer.html %}
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: home
3
+ ---
4
+
5
+ < div class ="container py-4 ">
6
+ < h1 class ="display-4 "> {{ page.title }}</ h1 >
7
+
8
+ {% for label in page.labels %}
9
+ < span style ="background-color: var(--tf-pill-bg) " class ="badge rounded-pill "> {{ label }}</ span >
10
+ {% endfor %}
11
+ </ p >
12
+
13
+ < p > < a href ="{{ page.repourl }} " target ="_blank "> Visit my repo</ a > </ p >
14
+
15
+ {{ content }}
16
+ </ div >
17
+
18
+ < p class ="text-center pt-4 "> < a href ="{{ site.baseurl}}/opensource/ "> See all contributions</ a > </ p >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ <h1 class="display-4">{{ page.title }}</h1>
10
10
{% endfor %}
11
11
</ p >
12
12
13
- < p > < a href ="{{ page.repourl }} " target ="_blank "> Visit my repo</ a > </ p >
13
+ < p > < a href ="{{ page.repourl }} " target ="_blank "> Visit repo</ a > </ p >
14
14
15
15
{{ content }}
16
16
</ div >
Original file line number Diff line number Diff line change 5
5
6
6
/* See https://getbootstrap.com/docs/5.2/customize/css-variables/#root-variables for variables to override. */
7
7
: root {
8
+ --linkedin-blue : # 0077B5 ;
8
9
--bs-font-sans-serif : "Open Sans" , sans-serif;
9
10
--bs-link-color : var (--bs-blue );
10
11
--tf-pill-bg : var (--bs-gray );
11
12
--tf-icon-fill : var (--bs-gray );
12
- --tf-icon-hover : var (--bs-gray-500 );
13
+ --tf-icon-hover : var (--bs-black );
14
+ --tf-icon-linkedin-hover : var (--linkedin-blue );
13
15
--tf-page-bg-color : var (--bs-white );
14
16
--tf-footer-bg-color : var (--bs-gray-200 );
15
17
--tf-projects-bg-color : var (--bs-gray-100 );
30
32
fill : var (--tf-icon-hover );
31
33
}
32
34
35
+ .tf-social # linkedin : hover {
36
+ fill : var (--tf-icon-linkedin-hover );
37
+ }
38
+
33
39
a {
34
40
text-decoration : none;
35
41
}
You can’t perform that action at this time.
0 commit comments