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

github.com/cowboysmall-tools/hugo-devresume-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Kiely <jerry@cowboysmall.com>2019-11-08 05:20:31 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-08 05:20:31 +0300
commit1da8a8e3f9227c4012179579f0c627d79e055d0a (patch)
treecd8bb6d1352c86ffcbe552106b9bb594dc2feb43
parent1a233ec74812e49b4688f0b430ce5c693814fc58 (diff)
parentdce706b31c96be6005cb870d52970c2b1559cab4 (diff)
Merge branch 'master' of github.com:cowboysmall-tools/hugo-devresume-theme
-rw-r--r--exampleSite/config.toml3
-rw-r--r--layouts/partials/awards.html1
-rw-r--r--layouts/partials/contact.html1
-rw-r--r--layouts/partials/education.html1
-rw-r--r--layouts/partials/experience.html1
-rw-r--r--layouts/partials/footer.html1
-rw-r--r--layouts/partials/head.html1
-rw-r--r--layouts/partials/header.html1
-rw-r--r--layouts/partials/information.html1
-rw-r--r--layouts/partials/interests.html1
-rw-r--r--layouts/partials/lang.html1
-rw-r--r--layouts/partials/languages.html1
-rw-r--r--layouts/partials/profile.html1
-rw-r--r--layouts/partials/projects.html5
-rw-r--r--layouts/partials/scripts.html1
-rw-r--r--layouts/partials/sidebar.html1
-rw-r--r--layouts/partials/skills.html1
-rw-r--r--layouts/partials/social.html1
-rw-r--r--layouts/partials/summary.html1
19 files changed, 19 insertions, 6 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c282cbc..64a54c8 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -247,19 +247,16 @@ googleAnalytics = "UA-XXXXXXX-Y"
[[params.projects.list]]
title = "Project Lorem Ipsum"
meta = "Open Source"
- url = "#"
tagline = "You can use this section for your side projects. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus."
[[params.projects.list]]
title = "Project Sed Fringilla"
meta = "Open Source"
- url = "#"
tagline = "You can use this section for your side projects. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim."
[[params.projects.list]]
title = "Project Praesent"
meta = "Open Source"
- url = "#"
tagline = "You can use this section for your side projects. Cras dapibus. Vivamus elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim."
diff --git a/layouts/partials/awards.html b/layouts/partials/awards.html
index da74f12..7f5f375 100644
--- a/layouts/partials/awards.html
+++ b/layouts/partials/awards.html
@@ -1,3 +1,4 @@
+
<section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "awards" }}</h3>
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index 4ae4319..2a13661 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -1,3 +1,4 @@
+
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
<ul class="list-unstyled mb-0">
{{ range .Site.Params.contact.list }}
diff --git a/layouts/partials/education.html b/layouts/partials/education.html
index c457e8c..fa028b1 100644
--- a/layouts/partials/education.html
+++ b/layouts/partials/education.html
@@ -1,3 +1,4 @@
+
<section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "education" }}</h3>
diff --git a/layouts/partials/experience.html b/layouts/partials/experience.html
index a23b72c..03b2228 100644
--- a/layouts/partials/experience.html
+++ b/layouts/partials/experience.html
@@ -1,3 +1,4 @@
+
<section class="work-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "experiences" }}</h3>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f99b1ec..2affb90 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,3 +1,4 @@
+
<footer class="footer text-center py-4">
<!--/*
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 6ea43c0..da67d2c 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,3 +1,4 @@
+
<title>{{ .Site.Title }}</title>
<!-- Meta -->
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 323fe5d..247123f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,3 +1,4 @@
+
<div class="resume-header">
<div class="row align-items-center">
diff --git a/layouts/partials/information.html b/layouts/partials/information.html
index 87c6652..c84b53a 100644
--- a/layouts/partials/information.html
+++ b/layouts/partials/information.html
@@ -1,3 +1,4 @@
+
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "information" }}</h3>
diff --git a/layouts/partials/interests.html b/layouts/partials/interests.html
index 04905e4..d7b09d8 100644
--- a/layouts/partials/interests.html
+++ b/layouts/partials/interests.html
@@ -1,3 +1,4 @@
+
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "interests" }}</h3>
diff --git a/layouts/partials/lang.html b/layouts/partials/lang.html
index 29ec3d0..d64d2ac 100644
--- a/layouts/partials/lang.html
+++ b/layouts/partials/lang.html
@@ -1,3 +1,4 @@
+
<!--[if IE 8]> <html lang="{{ .Site.LanguageCode }}" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="{{ .Site.LanguageCode }}" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="{{ .Site.LanguageCode }}"> <!--<![endif]-->
diff --git a/layouts/partials/languages.html b/layouts/partials/languages.html
index 5d1bcba..1a550c5 100644
--- a/layouts/partials/languages.html
+++ b/layouts/partials/languages.html
@@ -1,3 +1,4 @@
+
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "languages" }}</h3>
diff --git a/layouts/partials/profile.html b/layouts/partials/profile.html
index 5a2068f..1f4640a 100644
--- a/layouts/partials/profile.html
+++ b/layouts/partials/profile.html
@@ -1,3 +1,4 @@
+
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
<h2 class="resume-name mb-0 text-uppercase">{{ .Site.Params.profile.name }}</h2>
<div class="resume-tagline mb-3 mb-md-0">{{ .Site.Params.profile.tagline }}</div>
diff --git a/layouts/partials/projects.html b/layouts/partials/projects.html
index 8d87934..f08ac1b 100644
--- a/layouts/partials/projects.html
+++ b/layouts/partials/projects.html
@@ -1,3 +1,4 @@
+
<section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "projects" }}</h3>
@@ -5,9 +6,7 @@
{{ range .Site.Params.projects.list }}
<div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
- <h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">
- <a class="resume-link" href="{{ .url }}" target="_blank">{{ .title }}</a>
- </h4>
+ <h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">{{ .title }}</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">{{ .meta }}</div>
</div>
<div class="item-content">
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index ea35661..fe60753 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -1,3 +1,4 @@
+
<!-- FontAwesome JS-->
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index a75cc28..3d9cd12 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,3 +1,4 @@
+
<aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
diff --git a/layouts/partials/skills.html b/layouts/partials/skills.html
index a500af9..ddd48fe 100644
--- a/layouts/partials/skills.html
+++ b/layouts/partials/skills.html
@@ -1,3 +1,4 @@
+
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "skills" }}</h3>
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 737c1fa..225df4c 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -1,3 +1,4 @@
+
<div class="resume-footer text-center">
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">
diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html
index 5257094..196049f 100644
--- a/layouts/partials/summary.html
+++ b/layouts/partials/summary.html
@@ -1,3 +1,4 @@
+
<div class="resume-intro py-3">
<div class="media flex-column flex-md-row align-items-center">