diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c419263 --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-cayman \ No newline at end of file diff --git a/css/main.css b/css/main.css index b1e4037..bf22fb9 100755 --- a/css/main.css +++ b/css/main.css @@ -1216,15 +1216,15 @@ input::-moz-focus-inner { } .skill-bars li .percent50 { - width: 10%; + width: 50%; } .skill-bars li .percent55 { - width: 15%; + width: 55%; } .skill-bars li .percent60 { - width: 90%; + width: 60%; } .skill-bars li .percent65 { @@ -1232,31 +1232,31 @@ input::-moz-focus-inner { } .skill-bars li .percent70 { - width: 10%; + width: 70%; } .skill-bars li .percent75 { - width: 15%; + width: 75%; } .skill-bars li .percent80 { - width: 20%; + width: 80%; } .skill-bars li .percent85 { - width: 8.5%; + width: 85%; } .skill-bars li .percent90 { - width: 9%; + width: 90%; } .skill-bars li .percent95 { - width: 5%; + width: 95%; } .skill-bars li .percent100 { - width: 0%; + width: 100%; } /* =================================================================== @@ -1678,6 +1678,7 @@ header .header-logo a { background-size: cover; min-height: 804px; position: relative; + text-align:center; } #home .gradient-overlay { @@ -1733,15 +1734,17 @@ header .header-logo a { text-transform: uppercase; letter-spacing: .15rem; margin: 0 0 0 .3rem; + text-align:left; } /* */ .home-content-tablecell h1 { font-family: "librebaskerville-bold", serif; - font-size: 2.2rem; + font-size: 4rem; line-height: 1.5; color: #FFFFFF; + text-align:left; } /* */ @@ -1750,6 +1753,8 @@ header .header-logo a { display: inline-block; list-style: none; margin: 4.8rem 0 0 0; + + } .home-content-tablecell .home-section-links li { @@ -1761,6 +1766,8 @@ header .header-logo a { color: rgba(255, 255, 255, 0.35); margin-right: 1.5rem; margin-bottom: .6rem; + + } .home-content-tablecell .home-section-links li:last-child { @@ -1774,6 +1781,7 @@ header .header-logo a { letter-spacing: 0; color: #FFFFFF; margin-left: .3rem; + } .scroll-icon { @@ -1791,7 +1799,7 @@ header .header-logo a { /* */ .home-bottom-text { - text-align: right; + text-align: left; } /* */ @@ -2053,8 +2061,8 @@ header .header-logo a { } .about-profile p { - font-size: 1rem; - line-height: 1px; + font-size: 1.5rem; + } /* */ @@ -2075,19 +2083,21 @@ header .header-logo a { .about-services ul.services { list-style: none; margin-left: 0; + line-height:1; } .about-services ul.services li { padding-left: 0; margin-bottom: .6rem; position: relative; + line-height:30px; } .about-services ul.services li h4 { font-size: 1.6rem; text-transform: uppercase; letter-spacing: .15rem; - line-height: 1.313; + line-height: 35px; margin-bottom: .6rem; } @@ -2096,8 +2106,8 @@ header .header-logo a { .about-services ul.services li p { margin-bottom: 1.5rem; color: #4f4f4f; - font-size: 10px; - line-height: 1rem; + font-size: 15px; + line-height: 3rem; } /* */ @@ -2108,22 +2118,24 @@ header .header-logo a { left: 0; color: rgba(46, 22, 3, 0.4); color: #4C2405; + } /* */ .about-services ul.services .icon-wrap i { - font-size: 10rem; + font-size: 7rem; + } /* */ .about-services ul.services .item-photography .icon-wrap { - top: -.3rem; + top: -.1rem; } .about-services ul.services .item-webdesign .icon-wrap { - top: -.7rem; + top: -.1rem; } .about-services ul.services .item-uiux .icon-wrap { @@ -2131,7 +2143,7 @@ header .header-logo a { } .about-services ul.services .service-item { - padding-left: 8rem; + padding-left: 12rem; } /* ------------------------------------------------------------------- @@ -2571,7 +2583,7 @@ header .header-logo a { top: 0; left: 0; width: 100%; - height: 100%; + height: 50%; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; @@ -2790,6 +2802,7 @@ header .header-logo a { #stats .stat .icon-part i { font-size: 10rem; + } /* */ @@ -2797,7 +2810,7 @@ header .header-logo a { #stats .stat h5 { color: #FFFFFF; margin-top: 1.5rem; - font-size: 0.4rem; + font-size: 1rem; } /* */ @@ -3254,4 +3267,4 @@ footer .footer-social li:last-child { right: 0; } -} \ No newline at end of file +}