Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Save Automatically?

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <html>
<head>
  <title>UX by Joel</title>
  <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Quicksand:300,700" rel="stylesheet">
  <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>

  <div class="header">
    <div id="header-text">
      <h1>UX by Joel</h1>
      <h2><br>Whether it's leading a team <br>in the Army or acting in <br>a haunted house, <br>I love working on a team <br>making good things great.</h2>
    </div>
  </div>



    <div class="value-props">
      <div class="prop">
        <img src="https://imgur.com/RBloOs4.png" width="60px">
        <h3>Accomplishments</h3>
    
          <p>Top student award winner at Aberdeen Proving Grounds.<br> <br>Created a handbook for employees with a step by step guide answering the most common computer problems.<br><br>Taught a week long course to two hundred soldiers in combat live fire.<br><br>Ran the 2016 Twin Cities Marathon.</p>
     
      </div>

      <div class="prop">
        <img src="https://imgur.com/RBloOs4.png" width="60px">
        <h3>Education</h3>
        <p><b>User Experience Design</b><br>
          Prime Digital Academy, Bloomington, MN<br> 2017<br><br>
          <b>Long-Form Improv Comedy</b><br>
Huge Theater, Minneapolis, MN<br> 2015<br><br>
          <b>B.S., Elementary Education</b><br>
University of Minnesota, Twin Cities<br> 2006<br><br>
          <b>Quartermaster and Chemical Equipment Repair Certification</b><br> Top Student Award<br>
Aberdeen Proving Grounds, MD<br> 2002<br><br>
          <b>Army Basic Training</b><br> Honor Graduate<br>
Fort Leonardwood, MO <br>2002<br><br>
          <b>Computer Graphics</b><br>
Minneapolis College of Art and Design<br> 2000-2001</p>
      </div>

      <div class="prop">
        <img src="https://imgur.com/RBloOs4.png" width="60px">
        <h3>Employment</h3>
        <p>
          <b>Route Sales/Delivery</b><br>
Peace Coffee, Minneapolis, MN <br>
Deliver, merchandise, and sell coffee to grocery stores.<br> 2010 - Present<br><br>
          
          <b>Graphic Designer</b><br>
          Timshel Creative, Minneapolis, MN<br>
Designed album covers, posters, and websites.<br> 2010-2015<br><br>
          <b>Immersive Theater Actor</b><br>        
The Haunted Basement <br>Soap Factory, Minneapolis, MN<br>
Terrifying patrons in an immersive performance. <br>
          2013-2016<br><br>
          <b>Waiter</b><br>
Yellowstone National Park, WY<br>
Served tourists in a 50’s style diner.
 <br>2009<br><br>
          <b>Call Center Team Lead</b><br>
Rust Consulting, Minneapolis, MN<br>
Promoted, handled legal cases in a supervisory position, conducted large group software training. <br>2006-2009<br><br>
          

          <b>Squad Leader</b><br>Minnesota Army National Guard<br> St. Paul, MN<br>
Led a squad of ten mechanics to maintain vehicles and generators.<br>2002-2007</p>
      </div>
    </div>
  </div>
  
       
        <h3>Contact</h3>
        <p><b>[email protected]<br>
          <a href="http://www.joellueders.com">www.joellueders.com</a>
          <br>
          <a href="https://www.linkedin.com/in/joellueders/">Linkedin</a></b>
          
</body>
</html>
              
            
!

CSS

              
                body {
  background-color: #0f0d7b;
  margin: 0;
  padding: 0;
}

.header {
  background-image: url("http://www.joellueders.com/uploads/2/1/8/7/218727/joel-prime_orig.jpg");
  background-position: center center;
  background-size: cover;
  height: 700px;
  width: 100%;

}

#header-text {
  margin: 0 auto;
  position: relative;
    left: 200px;
  text-align: Right;
  top: 30%;
  width: 60%;
}

h1 {
  color: #FFF;
  font-family: 'Quicksand', sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 0px;
  margin: 1;
  text-shadow: 2px 2px 3px #000000;
     
}

h2 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  font-size: 26px;
  font-weight: 100;
  text-shadow: 2px 2px 2px
    #000000;
  
}

h3 {
  color: White;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 26px;
  font-weight: 100;
  text-shadow: 2px 2px 4px #000000;
}
}

h4 {
  color: #CCC;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  font-weight: 300;
}

p {
  color: #a6bda9;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

.partner {
  padding: 20px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
}

.partner img {
  position: relative;
  top: 6px;
}

.aa-logo {
  padding-left: 6px;
}

.main {
  background: url("");
  margin: 0;
  padding: 40px;
}

.value-props {
  margin: 40px auto;
  width: 60%;
}

.prop {
  border: 1px solid #a6bda9;
  padding: 40px 0px;
  margin: 5px 0px;
  text-align: center;
}

.prop h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 24px;
}
              
            
!

JS

              
                
              
            
!
999px

Console