Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 14 additions & 4 deletions data/en/homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -110,14 +110,15 @@ portfolio:
# portfolio item loop
- name : "Project <br> 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 <br> 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 <br> Title"
Expand Down Expand Up @@ -154,7 +155,16 @@ portfolio:
image : "images/portfolio/item8.jpg"
date : "Feb 2018"
category : "Machine Learning"

############################## call to action #########################
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for this line

GitHub:
enable : true
bg_image : "images/backgrounds/need-service.jpg"
title : "You can check out my Project for the below link"
button:
enable : true
label : "GitHub"
link : "https://github.com/Srishti-Rani"


Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to this.


############################## contact ###########################
Expand Down
26 changes: 26 additions & 0 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,32 @@ <h2>{{ .name | safeHTML }}</h2>
End Portfolio
=============================== -->

<!-- =============================
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for github , from this to end of the github

Github
=============================== -->
<section class="services" id="service">

{{ if $data.homepage.GitHub.enable }}
{{ with $data.homepage.GitHub }}
<div class="need-service wow fadeInUp" data-wow-duration="1.5s"
style="background-image: url('{{ .bg_image | absURL }}');">
<h1>{{ .title | markdownify }} </h1>
{{ with .content }}
<p class="text-white">{{ . | markdownify }}</p> {{ end }}
{{ if .button.enable }}
{{ with .button }}
<div style="color:white"> <i class="fa fa-github fa-3x" aria-hidden="true"></i></div>
<a href="{{ .link }}">{{ .label }}</a>
{{ end }}
{{ end }}
</div>
{{ end }}
{{ end }}
</section>
<!-- =============================
GitHub
=============================== -->

<!-- =============================
Start Testimonials
=============================== -->
Expand Down
Binary file added static/images/~$cv.docx
Binary file not shown.