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

Auto Save

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

              
                
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>


<header>
  <link href="https://fonts.googleapis.com/css?family=Lobster" rel="stylesheet" type="text/css">
  
  <link  href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
  
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  
  <script src="https://use.fontawesome.com/66ccaecac5.js"></script>
</header>

<body data-spy="scroll" data-target=".navbar" data-offset="75">

<navbar id="navbar" class="navbar navbar-inverse navbar-fixed-top container">
  <div class="container-fluid">
    <div class="navbar-header">
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
          <span class="icon-bar"></span>
          <span class="icon-bar"></span>
          <span class="icon-bar"></span>                        
      </button>
      <a class="navbar-brand" href="#">Kevin R. Thompson</a>
    </div>
    <div>
      <div class="collapse navbar-collapse" id="myNavbar">
        <ul class="nav navbar-nav navbar-right">
          <li><a href="#welcome-section">Welcome</a></li>
          <li><a href="#skills">Skills</a></li>
          <li><a href="#certifications">Certifications</a></li>
          <li><a href="#projects">Projects</a></li>
          <li><a href="#experience">Experience</a></li>
          <li><a href="#contactMe">Contact Me</a></li>
           <ul class="dropdown-menu">              
            </ul>
          </li>
        </ul>
      </div>
    </div>
  </div>
</navbar>    

<section class="container">
  
  <main class="container-fluid">
    <section id="welcome-section">
    <h1>Hey & Welcome to My Portfolio!</h1>
      <h2>& Thank you for taking the time to Visit!</h2>
      <h3>I'm Kevin and as you scroll you will find out a little more about my Skills, Certifications, Projects, & Experience. Please feel free to contact me with any questions and I hope you have a great day!</h3> 
      
      <img src="https://avatars.githubusercontent.com/u/25730267?v=3" class="me" alt="Kevin Thompson Headshot">
    
    <h1>Kevin R. Thompson</h1>
    <h3>IT Specialist / Web Developer</h3>
    <h3>Ipsa Scientia Potestas Est</h3>
    
  <div class="btnList">
    <a class="btn" href="https://www.linkedin.com/in/coderk3v/" target="blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i> LinkedIn</a>
    <a class="btn" href="https://twitter.com/coderk3v" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i> Twitter</a>
    <a class="btn" href="https://github.com/coderk3v" target="_blank"><i class="fa fa-github" aria-hidden="true"></i> GitHub</a>
    <a class="btn" id="profile-link" href="https://www.freecodecamp.org/kevinr-thompson" target="_blank"><i class="fa fa-free-code-camp" aria-hidden="true"></i> FreeCodeCamp</a>
  </div>
      
      </section>
    
    <hr>
    
    <section id="skills">
  <h1>Skills:</h1>
    <div class="oBorder">
    <ul class="sandeli">
      <br>
      <li>Problem solving with creative solutions.</li>
      <li>Front-End Development. Website Design, Development, Optimization & Maintinence. (HTML, CSS, & Bootstrap.)</li>
      <li>Computer, Tablet, Phone, & Electronic's hardware/software diagnostics and repair. (Onsite in the Charleston, SC area.)</li>
      <li>Remote & On Site Diagnostics & Troubleshooting.</li>
      <li>PC Malware & Virus Detection & Removal.</li>
      <li>Custom built PC's built to requested specs.</li>
      <li>Remote PC Spring Cleaning to give your computer that long over due scrubbing it needs to keep it running smoothly.</li>
      <li>Systems Adminstration.</li>
      <li>Typing 50+wpm w/98% accuracy on average.</li>
          
      <br>
    </ul>
    </div>
    </section>
    <hr>
  
   <section id="certifications">
     <h1>Certifications</h1>
     <img src="https://pbs.twimg.com/media/EUOR8gbWsAM2-YX?format=png&name=small" alt="Certification for Responsive Web Design">
    </section>

  <hr>

<section id="projects" class="container-fluid">
  <h1>Projects</h1>
  <div class="row">
    <div class="project-tile">
    <div class="col-sm-4">
  <a href="https://codepen.io/KevinR-Thompson/full/yLygwaY" target="blank">
      <h2>Project 1:</h2>
    <h3>Mobile CatPhotoApp</h3></a>
      <p class="center">(HTML5, CSS, & Bootstrap)</p>
      <p class="codepen" data-height="306" data-theme-id="default" data-default-tab="result" data-user="KevinR-Thompson" data-slug-hash="yLygwaY" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="FCC Cat Photo App">
  <span>See the Pen <a href="https://codepen.io/KevinR-Thompson/pen/yLygwaY">
  FCC Cat Photo App</a> by Kevin Thompson (<a href="https://codepen.io/KevinR-Thompson">@KevinR-Thompson</a>)
  on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
    </div>
    </div>
    <div class="col-sm-4">
  <a href="https://codepen.io/KevinR-Thompson/full/povjRyq" target="blank">
      <h2>Project 2:</h2>
    <h3>Tribute Page</h3></a>
      <p class="center">(HTML5 & Bootstrap)</p>
      <p class="codepen" data-height="306" data-theme-id="default" data-default-tab="result" data-user="KevinR-Thompson" data-slug-hash="povjRyq" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Tribute to Sir Tim Berners-Lee">
  <span>See the Pen <a href="https://codepen.io/KevinR-Thompson/pen/povjRyq">
  Tribute to Sir Tim Berners-Lee</a> by Kevin Thompson (<a href="https://codepen.io/KevinR-Thompson">@KevinR-Thompson</a>)
  on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
    </div>
    <div class="col-sm-4">
  <h2>Project 3:</h2>
      <h3>Portfolio</h3>
      <p class="center">(HTML5, CSS, & Bootstrap)</p>
      <p class="codepen" data-height="306" data-theme-id="default" data-default-tab="result" data-user="KevinR-Thompson" data-slug-hash="povRxoO" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Personal Portfolio 1">
  <span>See the Pen <a href="https://codepen.io/KevinR-Thompson/pen/povRxoO">
  Personal Portfolio 1</a> by Kevin Thompson (<a href="https://codepen.io/KevinR-Thompson">@KevinR-Thompson</a>)
  on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-4">
  <a href="https://codepen.io/KevinR-Thompson/full/RwNKdGB" target="blank">
      <h2>Project 4:</h2>
    <h3>Responsive redesign of existing site</h3></a>
      <p class="center">(HTML5, CSS, & Bootstrap)</p>
      <p data-height="330" data-theme-id="0" data-slug-hash="ZyzpaR" data-default-tab="result" data-user="KevinR-Thompson" data-embed-version="2" data-pen-title="TED Home Page Example" class="codepen">See the Pen <a href="https://codepen.io/KevinR-Thompson/full/RwNKdGB">TED Home Page Example</a> by CoderK3v (<a href="https://codepen.io/KevinR-Thompson">@KevinR-Thompson</a>) on <a href="https://codepen.io">CodePen</a>.</p>
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>
    </div>
    <div class="col-sm-4">
  <a href="https://codepen.io/KevinR-Thompson/full/povRYNJ" target="_blank">
      <h2>Project 5:</h2>
    <h3>JavaScript Number Guessing Game</h3></a>
      <p class="center">(HTML5, CSS, & JavaScript)</p>
      <p data-height="330" data-theme-id="0" data-slug-hash="vZKgOP" data-default-tab="result" data-user="KevinR-Thompson" data-embed-version="2" data-pen-title="JavaScript Number Guessing Game" class="codepen">See the Pen <a href="https://codepen.io/KevinR-Thompson/full/povRYNJ">JavaScript Number Guessing Game</a> by KevinR-Thompson (<a href="https://codepen.io/KevinR-Thompson">@KevinR-Thompson</a>) on <a href="https://codepen.io">CodePen</a>.</p>
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>
    </div>
    
    <div class="col-sm-4">
      <a href="https://codepen.io/KevinR-Thompson/full/QWwjdGZ" target="_blank">
  <h2>Project 6:</h2>
        <h3>Survey Form</h3></a>
      <p class="center">(HTML5 & CSS)</p>
    <p class="codepen" data-height="330" data-theme-id="default" data-default-tab="result" data-user="KevinR-Thompson" data-slug-hash="QWwjdGZ" style="height: 306px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="General Economic Satisfaction Survey Form Christmas 2019">
  <span>See the Pen <a href="https://codepen.io/KevinR-Thompson/pen/QWwjdGZ">
  General Economic Satisfaction Survey Form Christmas 2019</a> by Kevin Thompson (<a href="https://codepen.io/KevinR-Thompson">@KevinR-Thompson</a>)
  on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
    
  </div>
    
    
    
    <div class="col-sm-4">
      <a href="https://codepen.io/KevinR-Thompson/full/dyPXJWN" alt="Product Landing Page">
  <h2>Project 7:</h2>
        <h3>Product Landing Page</h3></a>
      <br>
      <p class="center">(HTML5 & CSS)</p>
    <p class="codepen" data-height="306" data-theme-id="default" data-default-tab="result" data-user="KevinR-Thompson" data-slug-hash="dyPXJWN" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Product Landing Page">
  <span>See the Pen <a href="https://codepen.io/KevinR-Thompson/pen/dyPXJWN">
  Product Landing Page</a> by Kevin Thompson (<a href="https://codepen.io/KevinR-Thompson">@KevinR-Thompson</a>)
  on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
    
  </div>
    
    <div class="col-sm-4">
      <a href="https://codepen.io/KevinR-Thompson/full/LYERovd" alt="Technical Documentation Page">
  <h2>Project 8:</h2>
        <h3>Technical Documentation Page</h3></a>
      <br>
      <p class="center">(HTML5 & CSS)</p>
    <p class="codepen" data-height="306" data-theme-id="default" data-default-tab="result" data-user="KevinR-Thompson" data-slug-hash="LYERovd" style="height: 265px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em;" data-pen-title="Technical Documentation Page">
  <span>See the Pen <a href="https://codepen.io/KevinR-Thompson/pen/LYERovd">
  Technical Documentation Page</a> by Kevin Thompson (<a href="https://codepen.io/KevinR-Thompson">@KevinR-Thompson</a>)
  on <a href="https://codepen.io">CodePen</a>.</span>
</p>
<script async src="https://static.codepen.io/assets/embed/ei.js"></script>
    
  </div>
    
    <div class="col-sm-4">
  <h2>Project 9:</h2>
      <h3>Future Project</h3>
      <br>
      <p class="center">To be determined</p>
      <img src="https://images.unsplash.com/photo-1483058712412-4245e9b90334?dpr=1&auto=format&fit=crop&w=1500&h=1067&q=80&cs=tinysrgb&crop=&bg=" class="img-thumbnail" alt="Random thumbnail">
    </div>
    
</section>

<hr>
  
  <section id="experience" class="container-fluid">
  
  <h1>Experience</h1>
    
    <div class="oBorder">
        <ul class="sandeli">
          <li>2019 FreeCodeCamp.org Responsive Web Design Certification aquired 12/20/2019</li>
          <li>Learning CSS, Bootstrap, & Javascript 2017</li>
          <li>2014-2015 Total Computer Solutions as Repair Technician.</li>
          <li>MacOS & Application's since 2009.</li>
          <li>GNU/Linux OS & Application's since 2007.</li>
          <li>Learned HTML in 2002.</li>
          <li>Windows OS & Application's since 1997.</li>
          <li>Taking electronics apart since 1987. <br>(Successfully putting them back together since 1988)</li>
          <li>Curiosity since the beginning.</li>
          
      
          <br>
        </ul>
      </div>
    
    <h2>Objectives:</h2>
  <div class="oBorder">
    
        <ul class="sandeli">
          <li>To learn everything needed to become a Full-Stack Developer.</li>
          <li>Then, work my way into Information Security Analysis.</li>
          <li>Ultimatily becoming a Software/Systems Engineer focused on cyber security.</li>
          <li>Strong desire to continue learning & understanding as much as possible.</li>
          </ul></div>
    
      </div>
    </div>
    
      
    </div>
  </div>
</div>
    
    </section>
  
  <hr>
  
  
<div class="footer">
<div id="contactMe" class="container-fluid">
  <h1>Contact Me</h1>
  <br>
  <h3>Email: <a href="mailto:KevinR.Thompson@Outlook.com">KevinR.Thompson@Outlook.com</h3></a>
  <br>
  <div class="btnList">
    <a class="btn" href="https://www.linkedin.com/in/coderk3v/" target="blank"><i class="fa fa-linkedin-square" aria-hidden="true"></i> LinkedIn</a>
    <a class="btn" href="https://twitter.com/coderk3v" target="blank"><i class="fa fa-twitter" aria-hidden="true"></i> Twitter</a>
    <a class="btn" href="https://github.com/coderk3v" target="blank"><i class="fa fa-github" aria-hidden="true"></i> GitHub</a>
    <a class="btn" href="https://www.freecodecamp.com/coderk3v" target="blank"><i class="fa fa-free-code-camp"  aria-hidden="true"></i> FreeCodeCamp</a>
  </div>
</div>
<br>
<br>
<hr>

  <h4>Copyright © KevinR.Thompson@Outlook.com. All Rights Reserved.</h4>
</div>
    </div>
</main>
</body>
              
            
!

CSS

              
                

.navbar-brand{
  font-size:1.5em !important;
  text-decoration:underline;
  color:#337ab7 !important;
}

.navbar{
  font-family:Lobster;
  font-size:1.5em;
}

body {
  position: relative;
  font-family:Lobster;
  background-color:black !important;
  color:black;
  }

.container {
  background-color:cornsilk;
  font-family:Lobster;
}

h1{
  text-decoration:underline;
  margin-bottom:0 !important;
  font-size:4em !important;
}

h2{
  margin-bottom:0 !important;
  text-decoration:underline;
}

h3{
  margin-top: !important;
  color:darkcyan !important;
}

p{
  font-family:Serif;
  font-size:1.3em;
  color:teal;
}

.container-fluid{
  text-align:center;
}

#welcome-section{
    padding-top: 40px;   
    font-family:Lobster;
    height: 832px;
}

#skills {
    padding-top: 35px;
    padding-bottom: 35px;
    font-family:Lobster;
  
}

#certifications {
    padding-top: 35px;
    padding-bottom: 35px;
}

  #experience {
    padding-top: 35px; 
    padding-bottom: 35px;
    font-family:Lobster;
}

.btn{
  background-color:black;
  color:#337ab7;
  font-size:1.2em !important;
}

.fa-linkedin-square{
  color:rgb(0,127,178)
}

.fa-twitter{
  color:rgb(0,172,237)
}

.fa-github{
 color:rgb(102,43,129) 
}

.fa-free-code-camp{
  color:white;
}

.me{
  display:block;
  width:20%;
  height:20%;
  border-radius:50%;
  margin:auto;
  margin-top:4%;
  
}

.sandeborder{
  border:1px;
  border-style:solid;
  border-color:black;
  text-align:left;
}

.sandeli{
  font-family:Serif;
  font-size:1.3em;
  color:teal;
}

.oBorder{
  border:1px;
  width:75%;
  border-style:solid;
  border-color:black;
  text-align:left;
  margin:auto;
}

hr{
  border-width:10px !important;
  border-color:black !important;
}

  #projects {
    padding-top: 30px;
    font-family: Lobster;
}

.center{
  text-align:center;
}

.certs {
  width: 100%;
  height: 800px;
  
}

  #contactMe{
    padding-top:30px;    
    font-family:Lobster;
}
  
.footer{
  text-align:center;
  font-family:Lobster;
  
}

@media (max-width: 500px) {
  navbar {
    height: 120px;
  }
  
  #welcome-section {
    padding-top: 100px;
  }
}
              
            
!

JS

              
                // !! IMPORTANT README:

// You may add additional external JS and CSS as needed to complete the project, however the current external resource MUST remain in place for the tests to work. BABEL must also be left in place. 

/***********
INSTRUCTIONS:
  - Select the project you would 
    like to complete from the dropdown 
    menu.
  - Click the "RUN TESTS" button to
    run the tests against the blank 
    pen.
  - Click the "TESTS" button to see 
    the individual test cases. 
    (should all be failing at first)
  - Start coding! As you fulfill each
    test case, you will see them go   
    from red to green.
  - As you start to build out your 
    project, when tests are failing, 
    you should get helpful errors 
    along the way!
    ************/

// PLEASE NOTE: Adding global style rules using the * selector, or by adding rules to body {..} or html {..}, or to all elements within body or html, i.e. h1 {..}, has the potential to pollute the test suite's CSS. Try adding: * { color: red }, for a quick example!

// Once you have read the above messages, you can delete all comments. 

              
            
!
999px

Console