Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en"><head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <link rel="stylesheet" href="style.css">
- <!-- <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> -->
- <title>Demian Sims</title>
- </head>
- <body>
- <header style="padding-bottom: 0px;margin-bottom: 10px;">
- <div class="container">
- <div id="header-text" class="container">
- <h1 style="margin-bottom: 15px;">Demian Sims</h1><br>
- <h5 style="margin-bottom: 20px;"><em>Coder | Developer | Designer</em></h5><br>
- <em style="margin-top: 10px;">From musician to developer: After a great career
- in music, I've made the
- exciting transition to developer and software engineer.
- </em><br>
- <div id="icons">
- <a href="https://github.com/dsound-zz" target="_blank">
- <img src="src/photos/GitHub-Mark-64px.png" alt="github link" id="github"></a>
- <a href="https://www.linkedin.com/in/demiansims/" target="_blank">
- <img src="src/photos/sm-icons-linkedIn-In-tm.png" alt="linkedin link" id="linkedin"></a><br>
- </div>
- </div>
- <div id="profile-pic"></div>
- </div>
- </header>
- <div class="grid-container" style="margin-top: 28px;padding-top: 0px;">
- <section class="coder-cards">
- <h2>Coder Cards</h2><br>
- <a href="https://codercards-app.herokuapp.com" target="_blank" class="site-image"><img src="src/photos/Screen Shot 2019-06-01 at 12.53.08 PM.png" alt="codercards"></a>
- </section>
- <aside class="coder-cards-aside">
- <p class="tech-description" style="text-align:center"><em>HTML5 | CSS3 | React | Rails | JWT | Bcrypt</em>
- </p>
- <p class="app-description">A nifty flash card app with a coding theme for beginners and OG's alike to hone
- their
- skills
- in all things coding terms, syntax and scripts, or anything you want!
- A user can create an account, decks and cards to edit or delete at anytime. I went looking
- for a flashcard app to help studying code and remember that I know how to code.
- </p>
- </aside>
- <section class="faunagram">
- <h2>Faunagram</h2><br>
- <a href="https://www.youtube.com/watch?v=3c2oa2vBglw" target="_blank" class="site-image"><img src="src/photos/Screen Shot 2019-06-01 at 12.58.07 PM.png" alt="faunagram"></a>
- </section>
- <aside class="faunagram-aside">
- <p class="tech-description"><em>HTML5 | CSS3 | React | React Routes | Semantic-UI-React | Rails | JWT | Bcrypt | Active
- Storage | AWS</em></p>
- <p class="app-description" id="faunagram-desc">An app where users can share all things urban wildlife. As
- our cities clean
- up, wild life returns and one can see some very interesting creatures. Of course your common squirrel,
- Robin, pigeon and rat are welcome too!
- </p>
- </aside>
- <section class="upsidedown">
- <h2>The Upside Down</h2><br>
- <a href="https://the-upside-down-client.herokuapp.com/" target="_blank" class="site-image"><img src="src/photos/Screen Shot 2019-05-27 at 12.55.44 PM.png"></a>
- </section>
- <aside class="upsidedown-aside">
- <p class="tech-description" id="upsidedown" style="text-align:center"><em>HTML5 | CSS3 | Javascript |
- Rails | Waffles</em></p>
- <p class="app-description">Ready to enter The Upside Down? The Upside Down is a game inspired by the
- Netflix TV series Stranger
- Things,
- featuring
- two characters from the series: Eleven and Demogorgon. Wrote this with my Flatiron cohort, Joyce Kwon!
- </p>
- <div id="protip">
- <p></p><em>Pro tip: Use headphones for optimal experience!</em></div>
- </aside>
- </div>
- <footer>
- <div class="tech" style="text-align:center">React - Redux - Javascript ES6 - Ruby on Rails - HTML5 - CSS3 - SQL</div>
- <a href="https://docs.google.com/document/d/1kwes-CPKZTioWEKJqL6MuHujvnBIHhdtLi8hChP5IJg/edit?usp=sharing" target="_blank" id="resume" download="">
- <img src="src/photos/icons8-resume-80.png" alt="resume link">
- <p style="text-decoration: none">resume</p></a>
- <div id="photo-credit">Photo credit: David Laspina</div>
- </footer>
- </body></html>
- ------------------------
- ---------CSS------------
- ------------------------
- /* testing */
- @import url("https://fonts.googleapis.com/css?family=Raleway&display=swap");
- @import url("https://fonts.googleapis.com/css?family=Noto+Sans+KR|Raleway&display=swap");
- * {
- margin: 0;
- padding: 0;
- box-sizing: border-box;
- }
- body {
- font-family: "Raleway", sans-serif;
- font-size: 30px;
- background: #067371;
- }
- .grid-container {
- justify-content: center;
- align-content: center;
- margin: auto;
- width: 80vw;
- padding: 1em;
- display: grid;
- grid-template-columns: repeat(2, 1fr);
- grid-template-rows: auto;
- grid-gap: 1em;
- margin-bottom: 20px;
- }
- header,
- footer {
- /*! width: 100vw; */
- }
- header {
- display: flex;
- flex-direction: row;
- justify-content: space-evenly;
- height: 60vh;
- margin-bottom: 1em;
- position: relative;
- padding: 1em;
- font-family: "Raleway", sans-serif;
- color: black;
- /*! background: url("src/photos/Dark Skies.png") no-repeat,
- url("src/photos/IMG_5532-rotated.jpg") no-repeat; */
- background-position: left 80%, right top 40%;
- /*! background-size: 100%, 40%, auto; */
- background-blend-mode: lighten;
- background-color: white;
- /*! width: 100%; */
- }
- #profile-pic {
- width: 40%;
- height: 70%;
- background-image: url(https://i.imgur.com/kgX5CK6.png);
- background-size: cover;
- background-repeat: no-repeat;
- /*! border: 1px solid grey; */
- background-position: center;
- margin-top: 5%;
- box-shadow: 1px 1px #7fffd47a;
- }
- /* header #profile-pic img {
- max-height: 100%;
- mix-blend-mode: lighten;
- } */
- #header-text {
- /*! overflow-wrap: break-word; */ /*! word-wrap: break-word; */
- /*! position: relative; */
- /*! visibility: visible; */
- /*! padding-right: 4em; */
- /*! right: 5em; */
- /*! top: 2em; */
- /*! height: 25em; */
- width: 25em;
- display: flex;
- flex-direction: column;
- /*! padding-top: 4em; */
- }
- #linkedin {
- height: 2.75em;
- width: auto;
- }
- #icons {
- display: flex;
- height: 4em;
- width: auto;
- /*! margin-left: 16em; */
- margin-top: 30px;
- }
- #linkedin {
- display: absolute;
- height: 2.75em;
- width: auto;
- }
- #linkedin:hover {
- height: 3em;
- width: auto;
- }
- #github {
- display: absolute;
- height: 3em;
- width: auto;
- margin-right: 1em;
- }
- #github:hover {
- background: white;
- border-radius: 50%;
- }
- #resume {
- display: absolute;
- height: 4em;
- width: auto;
- size: 10px;
- }
- #resume:link {
- text-decoration: none;
- color: black;
- }
- #resume:visited {
- text-decoration: none;
- color: rgba(220, 220, 220, 0.831);
- }
- #email:link {
- text-decoration: none;
- color: lightseagreen;
- }
- #email:visited {
- text-decoration: none;
- color: rgba(220, 220, 220, 0.831);
- }
- section,
- aside {
- font-family: "Raleway", sans-serif;
- border: 2px solid white;
- border-radius: 10px;
- /*! border-style: ridge; */
- /*! background: rgb(87, 97, 130); */
- color: black;
- background-color: white;
- }
- section {
- /* max-width: 100%; */
- height: auto;
- align-items: center;
- justify-content: center;
- text-align: center;
- position: relative;
- padding-top: 0.88em;
- }
- aside {
- /* max-width: 100%; */
- height: auto;
- position: relative;
- align-items: left;
- justify-content: center;
- justify-self: center;
- padding-top: 3em;
- padding-right: 2em;
- }
- /* #coolthings {
- color: lightgoldenrodyellow;
- } */
- .tech-description {
- padding-top: 0.50em;
- padding-left: 1em;
- text-align: center;
- justify-self: center;
- font-weight: bold;
- }
- .app-description {
- padding-top: 3em;
- padding-left: 1em;
- }
- footer {
- font-family: sans-serif;
- /*! background: url("src/photos/Dark Skies.png") no-repeat; */
- color: rgba(245, 245, 245, 0.945);
- align-items: center;
- justify-content: center;
- text-align: center;
- padding: 10px 0;
- background-size: cover;
- background-color: white;
- color: black;
- }
- section img {
- max-width: 100%;
- height: auto;
- }
- #protip {
- padding-top: 1em;
- padding-left: 1em;
- font-size: 1em;
- font-weight: bold;
- }
- #photo-credit {
- font-size: 10px;
- color: black;
- }
- .tech {
- font-size: 25px;
- }
- .container {
- /*! margin: 0 auto; */
- width: 65vw;
- display: flex;
- height: 100%;
- }
- /* Smart phones portrait */
- @media only screen and (min-width: 320px) and (max-width: 479px)
- {
- body {
- font-size: 16px;
- }
- .grid-container {
- grid-template-columns: repeat(1, 1fr);
- }
- .coder-cards {
- grid-column: span 1;
- }
- .coder-cards-aside {
- grid-column: span 1;
- }
- .faunagram {
- grid-column: span 1;
- }
- .faunagram-aside {
- grid-column: span 1;
- }
- .upsidedown {
- grid-column: span 1;
- }
- .upsidedown-aside {
- grid-column: span 1;
- }
- .container, .grid-container {
- width: 100%;
- }
- }
- /* smartphone landscape */
- @media only screen and (min-width: 480px) and (max-width: 767px)
- {
- body {
- font-size: 1em;
- }
- #header-text {
- padding-right: 4em;
- }
- .grid-container {
- grid-template-columns: repeat(1, 1fr);
- }
- .coder-cards {
- grid-column: span 1;
- }
- .coder-cards-aside {
- grid-column: span 1;
- }
- .faunagram {
- grid-column: span 1;
- }
- .faunagram-aside {
- grid-column: span 1;
- }
- .upsidedown {
- grid-column: span 1;
- }
- .upsidedown-aside {
- grid-column: span 1;
- }
- .container, .grid-container {
- width: 100%;
- }
- }
- /* Tablest portrait mode */
- @media only screen and (min-width: 768px) and (max-width: 991px)
- {
- body {
- font-size: 1.4em;
- }
- #header-text {
- padding-right: 5em;
- }
- .grid-container {
- grid-template-columns: repeat(1, 1fr);
- }
- .coder-cards {
- grid-column: span 1;
- }
- .coder-cards-aside {
- grid-column: span 1;
- }
- .faunagram {
- grid-column: span 1;
- }
- .faunagram-aside {
- grid-column: span 1;
- }
- .upsidedown {
- grid-column: span 1;
- }
- .upsidedown-aside {
- grid-column: span 1;
- }
- .container, .grid-container {
- width: 100%;
- }
- }
- /* Tablet landscape and desktop */
- @media only screen and (min-width: 992px) and (max-width: 1024px)
- {
- body {
- font-size: 1.4em;
- }
- #header-text {
- padding-right: 5em;
- }
- .coder-cards {
- grid-column: 1 / span 1;
- }
- .coder-cards-aside {
- grid-column: 2 / span 1;
- }
- .faunagram {
- grid-column: 1 / span 1;
- }
- .faunagram-aside {
- grid-column: 2 / span 1;
- }
- .upsidedown {
- grid-column: 1 / span 1;
- }
- .upsidedown-aside {
- grid-column: 2 / span 1;
- }
- }
- /* Large screens */
- @media only screen and (min-width: 1025px) and (max-width: 1992px)
- {
- body {
- font-size: 1.75em;
- }
- #header-text {
- padding-right: 6em;
- margin-top: 5%;
- margin-bottom: 10px;
- padding-left: 5%;
- }
- .coder-cards {
- grid-column: 1 / span 1;
- }
- .coder-cards-aside {
- grid-column: 2 / span 1;
- }
- .faunagram {
- grid-column: 1 / span 1;
- }
- .faunagram-aside {
- grid-column: 2 / span 1;
- }
- .upsidedown {
- grid-column: 1 / span 1;
- }
- .upsidedown-aside {
- grid-column: 2 / span 1;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement