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-06 19:18:55 +0300
committerJerry Kiely <jerry@cowboysmall.com>2019-11-06 19:18:55 +0300
commitdce706b31c96be6005cb870d52970c2b1559cab4 (patch)
treefba89a01334c73bf487a9a40199ad034a3627394
parentcd3b35af6263be201ed491af807494ee93e73d3d (diff)
some minor formatting changes
-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.html1
-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
18 files changed, 18 insertions, 0 deletions
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 2f18d05..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>
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">