From 2ee549bb8a2ee19097c3603b6066c533a61f8bd2 Mon Sep 17 00:00:00 2001 From: CHAITANYA Date: Sat, 25 Apr 2020 18:51:12 +0530 Subject: [PATCH 1/3] added github link --- data/en/homepage.yml | 18 ++++++++++++++---- layouts/index.html | 25 +++++++++++++++++++++++++ static/images/~$cv.docx | Bin 0 -> 162 bytes 3 files changed, 39 insertions(+), 4 deletions(-) create mode 100644 static/images/~$cv.docx diff --git a/data/en/homepage.yml b/data/en/homepage.yml index d3379a6..0446b5b 100644 --- a/data/en/homepage.yml +++ b/data/en/homepage.yml @@ -47,7 +47,7 @@ I am a firm believer of passion and determination, can lead you to success. Stay button: enable : true label : "DOWNLOAD MY CV" - link : "#images/cv.docx" # you can put your cv in static folder and give the path here. + link : "images/cv.docx" # you can put your cv in static folder and give the path here. ###########################3 Skill ############################## experience: @@ -110,14 +110,15 @@ portfolio: # portfolio item loop - name : "Project
Title" image : "images/portfolio/item1.jpg" - date : "Feb 2018" + date : "https://github.com/Chaitanyassr/Srishti-Portfolio/blob/master/config.toml" category : "Web Development" # portfolio item loop - name : "Project
Title" - image : "images/portfolio/item2.jpg" + image : "https://github.com/Chaitanyassr/Srishti-Portfolio/blob/master/config.toml" date : "Feb 2018" category : "Web Development" + link : "https://github.com/Chaitanyassr/Srishti-Portfolio/blob/master/config.toml" # portfolio item loop - name : "Project
Title" @@ -154,7 +155,16 @@ portfolio: image : "images/portfolio/item8.jpg" date : "Feb 2018" category : "Machine Learning" - + ############################## call to action ######################### +call_to_action: + enable : true + bg_image : "images/backgrounds/need-service.jpg" + title : "You can check out my Project for the below link" + button: + enable : true + label : "GtiHub" + link : "https://github.com/Srishti-Rani" + ############################## contact ########################### diff --git a/layouts/index.html b/layouts/index.html index c646fc0..383838e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -354,6 +354,31 @@

{{ .name | safeHTML }}

End Portfolio =============================== --> + +
+
+ + {{ if $data.homepage.call_to_action.enable }} + {{ with $data.homepage.call_to_action }} +
+

{{ .title | markdownify }}

+ {{ with .content }}

{{ . | markdownify }}

{{ end }} + {{ if .button.enable }} + {{ with .button }} + {{ .label }} + {{ end }} + {{ end }} +
+ {{ end }} + {{ end }} + + + diff --git a/static/images/~$cv.docx b/static/images/~$cv.docx new file mode 100644 index 0000000000000000000000000000000000000000..d47975e7bc86d484684e9bbef272cdf5d60b7a22 GIT binary patch literal 162 gcmZQg&dAIwWgro-G9)u(Fk~|1F_5g4M4K2G04DncIRF3v literal 0 HcmV?d00001 From e6e3aff5746bbac6dfb1c6986c3218cadfbcb59a Mon Sep 17 00:00:00 2001 From: CHAITANYA Date: Sat, 25 Apr 2020 19:04:56 +0530 Subject: [PATCH 2/3] few changes --- data/en/homepage.yml | 2 +- layouts/index.html | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/data/en/homepage.yml b/data/en/homepage.yml index 0446b5b..9fcaf21 100644 --- a/data/en/homepage.yml +++ b/data/en/homepage.yml @@ -156,7 +156,7 @@ portfolio: date : "Feb 2018" category : "Machine Learning" ############################## call to action ######################### -call_to_action: +GitHub: enable : true bg_image : "images/backgrounds/need-service.jpg" title : "You can check out my Project for the below link" diff --git a/layouts/index.html b/layouts/index.html index 383838e..f024606 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -358,10 +358,9 @@

{{ .name | safeHTML }}

Github =============================== -->
-
- {{ if $data.homepage.call_to_action.enable }} - {{ with $data.homepage.call_to_action }} + {{ if $data.homepage.GitHub.enable }} + {{ with $data.homepage.GitHub }}

{{ .title | markdownify }}

From 7acbb5a1969530908f6685dbefd0c83916f9c79d Mon Sep 17 00:00:00 2001 From: CHAITANYA Date: Sat, 25 Apr 2020 19:28:21 +0530 Subject: [PATCH 3/3] added logo --- data/en/homepage.yml | 2 +- layouts/index.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/data/en/homepage.yml b/data/en/homepage.yml index 9fcaf21..a9ba762 100644 --- a/data/en/homepage.yml +++ b/data/en/homepage.yml @@ -162,7 +162,7 @@ GitHub: title : "You can check out my Project for the below link" button: enable : true - label : "GtiHub" + label : "GitHub" link : "https://github.com/Srishti-Rani" diff --git a/layouts/index.html b/layouts/index.html index f024606..ef25f54 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -363,10 +363,12 @@

{{ .name | safeHTML }}

{{ with $data.homepage.GitHub }}
-

{{ .title | markdownify }}

- {{ with .content }}

{{ . | markdownify }}

{{ end }} +

{{ .title | markdownify }}

+ {{ with .content }} +

{{ . | markdownify }}

{{ end }} {{ if .button.enable }} {{ with .button }} +
{{ .label }} {{ end }} {{ end }}