Merge branch 'master' of github.com:cowboysmall-tools/hugo-devresume-theme

This commit is contained in:
Jerry Kiely 2019-11-08 02:20:31 +00:00
commit 1da8a8e3f9
19 changed files with 19 additions and 6 deletions

View file

@ -247,19 +247,16 @@ googleAnalytics = "UA-XXXXXXX-Y"
[[params.projects.list]] [[params.projects.list]]
title = "Project Lorem Ipsum" title = "Project Lorem Ipsum"
meta = "Open Source" 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." 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]] [[params.projects.list]]
title = "Project Sed Fringilla" title = "Project Sed Fringilla"
meta = "Open Source" 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." 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]] [[params.projects.list]]
title = "Project Praesent" title = "Project Praesent"
meta = "Open Source" 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." 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."

View file

@ -1,3 +1,4 @@
<section class="education-section py-3"> <section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "awards" }}</h3> <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "awards" }}</h3>

View file

@ -1,3 +1,4 @@
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3"> <div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
<ul class="list-unstyled mb-0"> <ul class="list-unstyled mb-0">
{{ range .Site.Params.contact.list }} {{ range .Site.Params.contact.list }}

View file

@ -1,3 +1,4 @@
<section class="education-section py-3"> <section class="education-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "education" }}</h3> <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "education" }}</h3>

View file

@ -1,3 +1,4 @@
<section class="work-section py-3"> <section class="work-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "experiences" }}</h3> <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "experiences" }}</h3>

View file

@ -1,3 +1,4 @@
<footer class="footer text-center py-4"> <footer class="footer text-center py-4">
<!--/* <!--/*

View file

@ -1,3 +1,4 @@
<title>{{ .Site.Title }}</title> <title>{{ .Site.Title }}</title>
<!-- Meta --> <!-- Meta -->

View file

@ -1,3 +1,4 @@
<div class="resume-header"> <div class="resume-header">
<div class="row align-items-center"> <div class="row align-items-center">

View file

@ -1,3 +1,4 @@
<section class="project-section py-3"> <section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "information" }}</h3> <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "information" }}</h3>

View file

@ -1,3 +1,4 @@
<section class="skills-section py-3"> <section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "interests" }}</h3> <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "interests" }}</h3>

View file

@ -1,3 +1,4 @@
<!--[if IE 8]> <html lang="{{ .Site.LanguageCode }}" class="ie8"> <![endif]--> <!--[if IE 8]> <html lang="{{ .Site.LanguageCode }}" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="{{ .Site.LanguageCode }}" class="ie9"> <![endif]--> <!--[if IE 9]> <html lang="{{ .Site.LanguageCode }}" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="{{ .Site.LanguageCode }}"> <!--<![endif]--> <!--[if !IE]><!--> <html lang="{{ .Site.LanguageCode }}"> <!--<![endif]-->

View file

@ -1,3 +1,4 @@
<section class="skills-section py-3"> <section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "languages" }}</h3> <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "languages" }}</h3>

View file

@ -1,3 +1,4 @@
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9"> <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> <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> <div class="resume-tagline mb-3 mb-md-0">{{ .Site.Params.profile.tagline }}</div>

View file

@ -1,3 +1,4 @@
<section class="project-section py-3"> <section class="project-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "projects" }}</h3> <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "projects" }}</h3>
@ -5,9 +6,7 @@
{{ range .Site.Params.projects.list }} {{ range .Site.Params.projects.list }}
<div class="item mb-3"> <div class="item mb-3">
<div class="item-heading row align-items-center mb-2"> <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"> <h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">{{ .title }}</h4>
<a class="resume-link" href="{{ .url }}" target="_blank">{{ .title }}</a>
</h4>
<div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">{{ .meta }}</div> <div class="item-meta col-12 col-md-6 col-lg-4 text-muted text-left text-md-right">{{ .meta }}</div>
</div> </div>
<div class="item-content"> <div class="item-content">

View file

@ -1,3 +1,4 @@
<!-- FontAwesome JS--> <!-- 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> <script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>

View file

@ -1,3 +1,4 @@
<aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4"> <aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">

View file

@ -1,3 +1,4 @@
<section class="skills-section py-3"> <section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "skills" }}</h3> <h3 class="text-uppercase resume-section-heading mb-4">{{ i18n "skills" }}</h3>

View file

@ -1,3 +1,4 @@
<div class="resume-footer text-center"> <div class="resume-footer text-center">
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted"> <ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">

View file

@ -1,3 +1,4 @@
<div class="resume-intro py-3"> <div class="resume-intro py-3">
<div class="media flex-column flex-md-row align-items-center"> <div class="media flex-column flex-md-row align-items-center">