Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertbakir <2335694-mertbakir@users.noreply.gitlab.com>2020-09-01 08:30:05 +0300
committermertbakir <mertbakxr@gmail.com>2020-09-01 08:42:52 +0300
commit4c0540d3cff2510c0b86bfb5fdc37af4d6e1d89d (patch)
treeb2a02a0e1317a6004b2b503a16dbf6be3c87a8fd
parent65de81619224b1e1ffc4e059bb11f307f89f230a (diff)
Update README.md
-rw-r--r--README.md5
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--static/resume.pdf (renamed from static/Resume_MERT BAKIR.pdf)bin61483 -> 61483 bytes
3 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7ba10cf..3ca0091 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,10 @@
1. ~~Write proper README.~~
2. Projects Section
3. Papers Section
+4. Remove side grid from front config file. > Add new scss and an if statement in head. ez.
+5. Make footer configurable from config file.
+
+> I'm open to suggestions or contributions.
# Features
@@ -36,6 +40,7 @@ $ git clone https://gitlab.com/mertbakir/resume-a4.git
* Enable/Disable Sections in ```config.toml```
* Set avatar link in ```config.toml```, keep your image under ```static``` folder if you want.
* Contacts, useFontAwesome, dateUpdated pparameters in the config file are used in footer only, not in the resume itself.
+* Save your resume as pdf, put it under ```static``` folder in root directory. Name the pdf as ```resume.pdf``` or set it's name to ```download``` param in ```config.yml```.
# License
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d38d7a6..16249c6 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -2,5 +2,5 @@ Last updated on {{ .Site.Params.dateUpdated }}<br>
This page is print friendly, you can print via your browser or <a href="{{ .Site.Params.contacts.download }}"><span class="link-text">Download <span><i class="fas fa-save"></i></a>
<br>
Contact me on <a href="{{ .Site.Params.contacts.linkedin }}"><span class="link-text">Linkedin </span><i class="fab fa-linkedin"></i></a>
-| See, this project at <a href="{{ .Site.Params.contacts.gitlab }}"> <span class="link-text">GitLab </span><i class="fab fa-gitlab"></i></a>
+| See, this project at <a href="{{ .Site.Params.contacts.gitlab }}"><span class="link-text">GitLab </span><i class="fab fa-gitlab"></i></a>
| Checkout my <a href="{{ .Site.Params.contacts.website }}"><span class="link-text">Website </span><i class="fas fa-globe"></i></a> \ No newline at end of file
diff --git a/static/Resume_MERT BAKIR.pdf b/static/resume.pdf
index c94527d..c94527d 100644
--- a/static/Resume_MERT BAKIR.pdf
+++ b/static/resume.pdf
Binary files differ