diff --git a/.DS_Store b/.DS_Store index d22a2fd4f..24ad17628 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/css/index.css b/css/index.css index 7dd97920d..4384b845f 100644 --- a/css/index.css +++ b/css/index.css @@ -1 +1,305 @@ -/* Compile your LESS file! */ \ No newline at end of file +/* 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; +} +* { + box-sizing: border-box; +} +html, +body { + height: 100%; + font-size: 62.5%; +} +h1 { + font-size: 4rem; +} +h2 { + font-size: 2.5rem; +} +h3 { + font-size: 2rem; +} +.container { + border: 1px solid black; + max-width: 800px; + margin: 0 auto; + line-height: 1.5; + font-size: 1.4rem; + padding-left: 30px; + padding-right: 30px; +} +header nav { + display: flex; + justify-content: flex-end; + margin: 20px 0; +} +@media (max-width: 500px) { + header nav { + justify-content: space-between; + } +} +header nav a { + text-decoration: none; + color: black; + margin-left: 30px; +} +@media (max-width: 500px) { + header nav a { + margin-left: 0; + } +} +header nav a:hover { + text-decoration: underline; +} +.top-content { + background: lavender; + padding: 40px 30px; +} +.top-content img { + width: 250px; + height: 100%; +} +@media (max-width: 500px) { + .top-content .img { + display: flex; + justify-content: center; + } +} +.top-content .name { + border-bottom: 1px solid lightgrey; + padding-bottom: 20px; + margin-bottom: 20px; +} +@media (max-width: 500px) { + .top-content .name { + display: none; + } +} +.top-content .mobile-name { + display: none; +} +@media (max-width: 500px) { + .top-content .mobile-name { + display: block; + text-align: center; + border-bottom: 1px solid lightgrey; + padding-bottom: 20px; + margin-bottom: 20px; + } +} +@media (max-width: 500px) { + .top-content .cta .cta-button { + display: flex; + justify-content: center; + } +} +@media (max-width: 500px) { + .top-content .cta p { + text-align: center; + } +} +.top-content .cta button { + margin-top: 10px; + color: white; + background: gray; + padding: 5px 10px; + font-size: 1.5rem; +} +@media (max-width: 500px) { + .top-content .cta button { + margin-top: 20px; + } +} +.middle-content { + display: flex; + justify-content: space-between; + margin: 20px 0; +} +@media (max-width: 500px) { + .middle-content { + display: block; + } +} +.middle-content .listen-up { + width: 48.5%; +} +@media (max-width: 500px) { + .middle-content .listen-up { + width: 100%; + } +} +.middle-content .stuff-good { + width: 48.5%; +} +@media (max-width: 500px) { + .middle-content .stuff-good { + width: 100%; + margin-top: 20px; + } +} +.middle-content .stuff-good p { + border-top: 1px solid lightgrey; + border-left: 1px solid lightgrey; + border-right: 1px solid lightgrey; + padding: 5px 10px; +} +.middle-content .stuff-good p:last-child { + border-bottom: 1px solid lightgrey; +} +.bottom-content table { + width: 100%; + margin-top: 5px; +} +.bottom-content table tr:nth-child(even) { + background-color: whitesmoke; +} +.bottom-content table tr:first-child { + border-bottom: 2px solid lightgrey; +} +.bottom-content table tr { + border-top: 1px solid lightgrey; + text-align: left; + padding: 50px; +} +.bottom-content table tr th { + font-weight: 700; + padding: 5px; +} +.bottom-content table tr td { + padding: 5px; +} +.bottom-content .contact { + margin-top: 20px; +} +footer { + text-align: center; + font-size: 1.2rem; + background: grey; + margin-top: 20px; + padding: 20px 0; + color: white; +} diff --git a/index.html b/index.html index a7f9e3ad1..c3ca282b1 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - My Resume + Matt Rothstein - Resume @@ -14,6 +14,104 @@ -

My Resume

+
+ +
+ +
+ +
+
+ picture of matt rothstein +
+ +
+

Matt Rothstein - Web Dev

+

Technology is my jam!

+
+ +
+

Matt Rothstein

+

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...

+

Lorem ipsum, dolor sit amet consectetur adipisicing elit. Aperiam eveniet excepturi quo, voluptatem a magni! Doloribus, quaerat natus libero nemo sunt, itaque veritatis veniam alias vel provident consequuntur id sint?

+
+ +
+

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 EgineerSwift
2MicrosoftComputer Scientist.NET
3AmazonDev OpsAWS
+ +
+

Contact Me:

+

Email: + matt.rothstein21@gmail.com

+

Phone: + (310) 437-9157

+
+
+ + + +
+ \ No newline at end of file diff --git a/less/index.less b/less/index.less index 191ce142e..ce322e130 100644 --- a/less/index.less +++ b/less/index.less @@ -48,12 +48,233 @@ table { border-spacing: 0; } -/* Set every element's box-sizing to border-box */ + +// ====================== Variables ====================== +@mobile: 500px; +@tablet: 800px; + +// ======================= Mix Ins ======================= +.test-border() { + border: 1px solid red; + } + + .box-sizing (@type: border-box) { + -webkit-box-sizing: @type; + -moz-box-sizing: @type; + box-sizing: @type; + } + +// =================== General Styles =================== * { box-sizing: border-box; } html, body { - height: 100%; + height: 100%; + font-size: 62.5%; +} + +h1 { + font-size: 4rem; +} + +h2 { + font-size: 2.5rem; +} + +h3 { + font-size: 2rem; +} + +// =================== Custom Styles =================== +// container +.container { + border: 1px solid black; + max-width: 800px; + margin: 0 auto; + line-height: 1.5; + font-size: 1.4rem; + padding-left: 30px; + padding-right: 30px; +} + +// header +header { + nav { + display: flex; + justify-content: flex-end; + margin: 20px 0; + + @media (max-width: @mobile) { + justify-content: space-between; + } + + a { + text-decoration: none; + color: black; + margin-left: 30px; + + @media (max-width: @mobile) { + margin-left: 0; + } + } + + a:hover { + text-decoration: underline; + } + } +} + +// top-content +.top-content { + background: lavender; + padding: 40px 30px; + + img { + width: 250px; + height: 100%; + } + + .img { + @media (max-width: @mobile) { + display: flex; + justify-content: center; + } + } + + .name { + border-bottom: 1px solid lightgrey; + padding-bottom: 20px; + margin-bottom: 20px; + + @media (max-width: @mobile) { + display: none; + } + } + + .mobile-name { + display: none; + + @media (max-width: @mobile) { + display: block; + text-align: center; + border-bottom: 1px solid lightgrey; + padding-bottom: 20px; + margin-bottom: 20px; + } + } + + .cta { + .cta-button { + @media (max-width: @mobile) { + display: flex; + justify-content: center; + } + } + + p { + @media (max-width: @mobile) { + text-align: center; + } + } + + button { + margin-top: 10px; + color: white; + background: gray; + padding: 5px 10px; + font-size: 1.5rem; + + @media (max-width: @mobile) { + margin-top: 20px; + } + } + } +} + +// middle-content +.middle-content { + display: flex; + justify-content: space-between; + margin: 20px 0; + + @media (max-width: 500px) { + display: block; + } + + .listen-up { + width: 48.5%; + + @media (max-width: 500px) { + width: 100% + } + } + + .stuff-good { + width: 48.5%; + + @media (max-width: 500px) { + width: 100%; + margin-top: 20px; + } + + p { + border-top: 1px solid lightgrey; + border-left: 1px solid lightgrey; + border-right: 1px solid lightgrey; + padding: 5px 10px; + } + + p:last-child { + border-bottom: 1px solid lightgrey; + } + } +} + +// bottom-content +.bottom-content { + + table { + width: 100%; + margin-top: 5px; + + tr:nth-child(even) { + background-color: whitesmoke; + } + + tr:first-child { + border-bottom: 2px solid lightgrey; + } + + tr { + + border-top: 1px solid lightgrey; + text-align: left; + padding: 50px; + + th { + font-weight: 700; + padding: 5px; + } + + td { + padding: 5px; + } + } + } + + .contact { + margin-top: 20px; + } +} + +// footer +footer { + text-align: center; + font-size: 1.2rem; + background: grey; + margin-top: 20px; + padding: 20px 0; + color: white; }