diff --git a/css/index.css b/css/index.css index 7dd97920d..e19f62ee2 100644 --- a/css/index.css +++ b/css/index.css @@ -1 +1,372 @@ -/* Compile your LESS file! */ \ No newline at end of file +@font-face { + font-family: 'Hepta Slab'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: url(https://fonts.gstatic.com/s/heptaslab/v2/ea8JadoyU_jkHdalebHvyWVNdYoIsHe5HvkV5wfcaZQ.ttf) format('truetype'); +} +@font-face { + font-family: 'Montserrat'; + font-style: normal; + font-weight: 400; + font-display: swap; + src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype'); +} +/* http://meyerweb.com/eric/tools/css/reset/ +v2.0 | 20110126 +License: none (public domain) +*/ +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} +body { + line-height: 1; +} +ol, +ul { + list-style: none; +} +blockquote, +q { + quotes: none; +} +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +/* Set every element's box-sizing to border-box */ +* { + box-sizing: border-box; +} +html, +body { + height: 100%; +} +/***************** End Reset *****************/ +html { + font-size: 62.5%; +} +h1 { + font-size: 2.2rem; +} +h2 { + font-size: 2rem; +} +h3 { + font-size: 1.8rem; +} +h4 { + font-size: 1.5rem; +} +h5 { + font-size: 1.3rem; +} +h6 { + font-size: 1rem; +} +p { + font-size: 1.2rem; +} +body { + background-color: #333; + line-height: 1.8rem; +} +body #container { + display: flex; + flex-direction: column; + margin: 2%; + width: 60%; + margin: 0 auto; + background-color: white; + padding: 0 2%; + border-left: 0.2rem solid #b3e0ff; + border-right: 0.2rem solid #b3e0ff; + border-top: 0.1rem solid #b3e0ff; + border-bottom: 0.1rem solid #b3e0ff; +} +@media (max-width: 1000px) { + body #container { + width: 100%; + margin: 0 1%; + } +} +body #container header { + width: 100%; + margin-top: 2%; + display: flex; +} +body #container header #spacer { + width: 60%; +} +@media (max-width: 500px) { + body #container header #spacer { + display: none; + } +} +body #container header nav { + width: 40%; +} +@media (max-width: 500px) { + body #container header nav { + width: 100%; + } +} +body #container header nav ul { + display: flex; + flex-direction: row; + justify-content: space-evenly; + font-family: 'Hepta Slab', sans-serif; + margin: 0; + margin-bottom: 2%; + padding: 0; +} +body #container header nav ul a { + text-decoration: none; + color: black; +} +body #container header nav ul a:hover { + color: darkgrey; +} +body #container header nav ul a:active { + color: darkgreen; +} +body #container #vanity { + display: flex; + flex-direction: column; + margin: 2%; + width: 100%; + background-color: #e3e7e8; + border: 0.1rem solid #b3e0ff; + border-radius: 0.5rem; + padding: 5% 3%; + margin: 0; +} +body #container #vanity #image-n-caption { + width: 50%; +} +body #container #vanity #image-n-caption img { + width: 100%; +} +body #container #vanity h1 { + font-size: 3rem; + margin: 1% 0; + font-size: 2.8rem; +} +@media (max-width: 500px) { + body #container #vanity h1 { + line-height: 2.2rem; + } +} +body #container #vanity h3 { + font-family: 'Montserrat', serif; + margin-top: 1%; + margin-bottom: 2%; +} +body #container #vanity p { + padding-top: 2%; + margin-bottom: 2%; + border-top: 0.1rem dotted #b3e0ff; +} +body #container #vanity button { + justify-content: flex-start; + height: 3rem; + width: 15rem; + background-color: #444; + color: #b3e0ff; + border: 0.1rem solid #b3e0ff; + cursor: pointer; +} +body #container #vanity button:hover { + background-color: #566; +} +body #container #vanity button:active { + border: 0.25rem solid #b3e0ff; +} +body #container #personal { + display: flex; + flex-direction: row; + margin: 2% 0; +} +@media (max-width: 500px) { + body #container #personal { + display: flex; + flex-direction: column; + margin: 2%; + } +} +body #container #personal section { + width: 50%; +} +@media (max-width: 500px) { + body #container #personal section { + width: 100%; + margin-bottom: 2%; + } +} +body #container #personal #sideA p { + margin-top: 1%; +} +body #container #personal #sideB { + margin-left: 2%; +} +body #container #personal #sideB h2 { + margin-bottom: 2%; +} +body #container #personal #sideB p { + padding: 2%; + border-left: 0.1rem solid #333; + border-right: 0.1rem solid #333; + border-top: 0.1rem solid #333; +} +body #container #personal #sideB p:nth-child(2) { + border-radius: 0.5rem 0.5rem 0 0; +} +body #container #personal #sideB p:last-child { + border-bottom: 0.1rem solid #333; + border-radius: 0 0 0.5rem 0.5rem; +} +body #container #history { + margin: 2% 0; + width: 100%; +} +body #container #history table { + width: 100%; + margin-top: 1%; + font-size: 1.2rem; +} +body #container #history table th { + font-weight: 800; +} +body #container #history table tr { + border-top: 0.1rem dotted #333; +} +body #container #history table tr:nth-child(even) { + background-color: #e3e7e8; +} +body #container #history table th, +body #container #history table td { + text-align: center; + padding: 1%; +} +body #container footer { + display: flex; + flex-direction: row; + width: 100%; + justify-content: center; + background-color: #333; + border-top: 0.1rem solid #b3e0ff; + border-left: 0.1rem solid #b3e0ff; + border-right: 0.1rem solid #b3e0ff; +} +body #container footer p { + text-align: center; + width: 100%; + padding: 3%; + color: #b3e0ff; +} diff --git a/img/danial-ricaros-FCHlYvR5gJI-unsplash-reduced.jpg b/img/danial-ricaros-FCHlYvR5gJI-unsplash-reduced.jpg new file mode 100644 index 000000000..950e3f7bf Binary files /dev/null and b/img/danial-ricaros-FCHlYvR5gJI-unsplash-reduced.jpg differ diff --git a/index.html b/index.html index a7f9e3ad1..311247d6f 100644 --- a/index.html +++ b/index.html @@ -1,19 +1,108 @@ - - + + + - My Resume + My Resume - + - - + + - -

My Resume

- + +
+
+
+ +
+ +
+
+ +
Photo by Danial RiCaRoS on Unsplash
+
+ +

Jonny Appleseed - Web Dev

+

Technology is my jam!

+ +

Occasionally I have time to work on side projects, if you're interested, let me know by signing up on this website.

+ +
+ +
+
+

Listen Up...

+ +

Pork cow leberkas. Sirloin tip leberkas, leberkas pig brisket, pork bierschinken + tri-tip steak pastrami, round tenderloin drumstick. Tip pig braunschweiger, + tri-tip sopressata tip landjaeger, hamburger ribs corned ham steak, tail + porchetta cow turducken, meatball turkey chuck fatback ground pig mignon chicken + frankfurter ham pig hock strip doner drumstick ham meatball cow ribs. Bacon + pastrami cow venison. Pig ham chop pastrami ham ball bresaola ham + braunschweiger. Round venison meatball ham ham pig jowl jowl shank. Tri-tip tip + hamburger ham swine ham biltong pig pork ham cow cow bregenwurst cow pig chicken + tip meatball.

+ +
+ +
+

Stuff I'm Good At:

+

Disc Golf

+

Coding up UI

+

Playing lots of video games

+

Using bootstrap grid

+

Taking long naps

+
+
+ +
+

Work History

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
YrsCompanyTitleTech Used
1AppleSoftware EngineerSwift
2MicrosoftComputer Scientist.NET
3AmazonDev OpsAWS
+
+ + +
+ \ No newline at end of file diff --git a/less/index.less b/less/index.less index 191ce142e..901557fed 100644 --- a/less/index.less +++ b/less/index.less @@ -1,7 +1,34 @@ -// Is this working? +@import url('https://fonts.googleapis.com/css?family=Hepta+Slab|Montserrat&display=swap'); + +@font1: 'Montserrat', serif; +@font2: 'Hepta Slab', sans-serif; + +@dark: #333; +@light: #e3e7e8; +@lightblue: #b3e0ff; + +.flex-column() { + display: flex; + flex-direction: column; + margin: 2%; +} + +.flex-row() { + display: flex; + flex-direction: row; +} + +.sideBorder() { + border-left: 0.2rem solid @lightblue; + border-right: 0.2rem solid @lightblue; +} + +@full-width: ~"(max-width: 1000px)"; +@mobile: ~"(max-width: 500px)"; + /* http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 20110126 - License: none (public domain) +v2.0 | 20110126 +License: none (public domain) */ html, body, div, span, applet, object, iframe, @@ -17,43 +44,266 @@ article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { - margin: 0; - padding: 0; - border: 0; - font-size: 100%; - font: inherit; - vertical-align: baseline; + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { - display: block; + display: block; } body { - line-height: 1; + line-height: 1; } ol, ul { - list-style: none; + list-style: none; } blockquote, q { - quotes: none; + quotes: none; } blockquote:before, blockquote:after, q:before, q:after { - content: ''; - content: none; + content: ''; + content: none; } table { - border-collapse: collapse; - border-spacing: 0; + border-collapse: collapse; + border-spacing: 0; } /* Set every element's box-sizing to border-box */ * { - box-sizing: border-box; + box-sizing: border-box; } html, body { - height: 100%; + height: 100%; } +/***************** End Reset *****************/ +html { font-size: 62.5%; } +h1 { font-size: 2.2rem; } +h2 { font-size: 2rem; } +h3 { font-size: 1.8rem; } +h4 { font-size: 1.5rem; } +h5 { font-size: 1.3rem; } +h6 { font-size: 1rem; } + +p { + font-size: 1.2rem; +} + +body { + background-color: @dark; + line-height: 1.8rem; + + #container { + .flex-column(); + width: 60%; + margin: 0 auto; + background-color: white; + padding: 0 2%; + .sideBorder(); + border-top: 0.1rem solid @lightblue; + border-bottom: 0.1rem solid @lightblue; + + @media @full-width { + width: 100%; + margin: 0 1%; + } + + header { + width: 100%; + margin-top: 2%; + display: flex; + + #spacer { + width: 60%; + + @media @mobile { + display: none; + } + } + + nav { + width: 40%; + + @media @mobile { + width: 100%; + } + ul { + .flex-row(); + justify-content: space-evenly; + font-family: @font2; + margin: 0; + margin-bottom: 2%; + padding: 0; + + a { + text-decoration: none; + color: black; + + &:hover { + color: darkgrey; + } // &:hover + + &:active { + color: darkgreen; + } // &:active + } // a + } // ul + } // nav + } // header + + #vanity { + .flex-column(); + width: 100%; + background-color: @light; + border: 0.1rem solid @lightblue; + border-radius: 0.5rem; + padding: 5% 3%; + margin: 0; + + #image-n-caption { + width: 50%; + + img { + width: 100%; + } // img + } // #image-n-caption + + h1 { + font-size: 3rem; + margin: 1% 0; + font-size: 2.8rem; + + @media @mobile { + line-height: 2.2rem; + } + } // h1 + + h3 { + font-family: @font1; + margin-top: 1%; + margin-bottom: 2%; + } // h3 + + p { + padding-top: 2%; + margin-bottom: 2%; + border-top: 0.1rem dotted @lightblue; + } // p + + button { + justify-content: flex-start; + height: 3rem; + width: 15rem; + background-color: #444; + color: @lightblue; + border: 0.1rem solid @lightblue; + cursor: pointer; + + &:hover { + background-color: #566; + } // &:hover + + &:active { + border: 0.25rem solid @lightblue; + } // &:active + } // button + } // #vanity + + #personal { + .flex-row(); + margin: 2% 0; + + @media @mobile { + .flex-column(); + } + + section { + width: 50%; + + @media @mobile { + width: 100%; + margin-bottom: 2%; + } + } // section + + #sideA p{ + margin-top: 1%; + } // #sideA p + + #sideB { + margin-left: 2%; + + h2 { + margin-bottom: 2%; + } // h2 + + p { + padding: 2%; + border-left: 0.1rem solid @dark; + border-right: 0.1rem solid @dark; + border-top: 0.1rem solid @dark; + + &:nth-child(2) { + border-radius: 0.5rem 0.5rem 0 0; + } // &:nth-child(2) + + &:last-child { + border-bottom: 0.1rem solid @dark; + border-radius: 0 0 0.5rem 0.5rem; + } // &:last-child + } // p + } // #sideB + } // #personal + + #history { + margin: 2% 0; + width: 100%; + + table { + width: 100%; + margin-top: 1%; + font-size: 1.2rem; + + th { font-weight: 800; } + + tr { + border-top: 0.1rem dotted @dark; + + &:nth-child(even) { + background-color: @light; + } // &:nth-child(even) + } // tr + + th, td { + text-align: center; + padding: 1%; + } // th, td + } // table + } // #history + + footer { + .flex-row(); + width: 100%; + justify-content: center; + background-color: @dark; + border-top: 0.1rem solid @lightblue; + border-left: 0.1rem solid @lightblue; + border-right: 0.1rem solid @lightblue; + + p { + text-align: center; + width: 100%; + padding: 3%; + color: @lightblue; + } // p + } // footer + } // #container +} // body \ No newline at end of file