-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from sproogen/release/1.5.0
Release/1.5.0
- Loading branch information
Showing
12 changed files
with
249 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% assign protocol = include.href | strip | slice: 0, 4 %} | ||
<a href="{% if protocol != 'http' %}//{% endif %}{{ include.href }}" target="_blank" class="{{ include.class }}"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,201 @@ | ||
@import "base"; | ||
@import "button"; | ||
@import "type"; | ||
|
||
ul.icons a:hover { | ||
background: rgba(0, 0, 0, 0.025); | ||
} | ||
|
||
ul.icons li { | ||
display: inline-block; | ||
padding-left: 0.75em; | ||
} | ||
|
||
ul.icons a { | ||
-moz-transition: background-color 0.25s ease-in-out; | ||
-webkit-transition: background-color 0.25s ease-in-out; | ||
-ms-transition: background-color 0.25s ease-in-out; | ||
transition: background-color 0.25s ease-in-out; | ||
display: inline-block; | ||
width: 2.75em; | ||
height: 2.75em; | ||
line-height: 2.8em; | ||
text-align: center; | ||
border: 0; | ||
box-shadow: none; | ||
padding:0; | ||
border-radius: 100%; | ||
color: #aaa; | ||
} | ||
|
||
.icons i { | ||
font-size: 30px; | ||
line-height:60px; | ||
} | ||
|
||
.icons { | ||
padding: 0; | ||
font-size: 1em; | ||
margin-bottom:20px; | ||
text-align: right; | ||
} | ||
|
||
@media screen and (max-width: 768px) { | ||
.icons { | ||
text-align: center; | ||
} | ||
} | ||
|
||
.header-right p { | ||
margin-bottom: 3px; | ||
} | ||
|
||
.header-right a{ | ||
color:inherit; | ||
font-weight:500; | ||
} | ||
|
||
@media screen and (max-width: 768px) { | ||
.header-contianer div{ | ||
text-align: center; | ||
} | ||
|
||
.header-right p { | ||
text-align: center; | ||
} | ||
|
||
.header-left { | ||
margin-top: 0px; | ||
} | ||
} | ||
|
||
.profile-img { | ||
width: 200px; | ||
height: 200px; | ||
margin: 0 auto; | ||
margin-bottom: 20px; | ||
display: block; | ||
border-radius: 100px; | ||
background-size: cover; | ||
background-position: center; | ||
background-repeat: repeat, no-repeat; | ||
-moz-box-shadow: inset 0 0 20px #636161; | ||
-webkit-box-shadow: inset 0 0 20px #636161; | ||
box-shadow: inset 0 0 20px #636161; | ||
} | ||
|
||
.into-text-1 { | ||
margin-top: 30px; | ||
} | ||
|
||
@media only screen and (max-width : 992px) { | ||
.into-text-1 { | ||
margin-top: 20px; | ||
} | ||
} | ||
|
||
.projects-container, .experience-container, .education-container { | ||
h3 { | ||
margin-bottom: 0; | ||
} | ||
} | ||
|
||
.experience, .education, .project { | ||
margin-top: 3em; | ||
|
||
.left-column { | ||
text-align: left; | ||
|
||
p { | ||
margin-bottom: 3px; | ||
font-size: 1.6em; | ||
text-align: inherit; | ||
font-weight: 300; | ||
|
||
b { | ||
font-weight: 500; | ||
} | ||
} | ||
|
||
@media screen and (max-width: 768px) { | ||
text-align: center; | ||
|
||
p { | ||
text-align: center; | ||
} | ||
} | ||
|
||
a { | ||
color: inherit; | ||
font-style: italic; | ||
font-weight: 300; | ||
} | ||
|
||
.fa { | ||
font-size: 2em; | ||
} | ||
|
||
.project-link { | ||
font-size: 1.5em; | ||
} | ||
|
||
h4 { | ||
margin-bottom: 0.4em; | ||
font-weight: 500; | ||
|
||
@media print { | ||
margin-bottom: 0.2em; | ||
} | ||
|
||
a { | ||
font-weight: 500; | ||
} | ||
} | ||
} | ||
} | ||
|
||
.footer-container { | ||
margin-top:100px; | ||
} | ||
|
||
.footer-container p{ | ||
text-align: center; | ||
font-style: italic; | ||
font-weight: 300; | ||
} | ||
|
||
.footer-container a{ | ||
color: inherit; | ||
font-style: italic; | ||
font-weight: 300; | ||
} | ||
|
||
.page-content { | ||
padding: 0; | ||
} | ||
|
||
.contact a { | ||
line-height: 50px; | ||
margin-left: 30px; | ||
color: #BBBBBB; | ||
-webkit-transition: color 0.4s ease; | ||
-moz-transition: color 0.4s ease; | ||
transition: color 0.4s ease; | ||
} | ||
|
||
.contact a:hover { | ||
color: #4C4C4C; | ||
} | ||
|
||
p.quote { | ||
font-size: 1.4em; | ||
font-style: italic; | ||
padding: 1em 2.5em; | ||
text-align: center; | ||
|
||
@media print { | ||
text-align: left; | ||
padding: 0em 1em; | ||
margin-top: 1em; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ repository: sproogen/modern-resume-theme | |
name: Your Name | ||
title: Your job title | ||
email: [email protected] | ||
phone: 07845248563 | ||
website: sproogen.github.io/modern-resume-theme | ||
|
||
# Social links | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.