Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Title</title>
  6.     <link rel="stylesheet" type="text/css" href="./styles/style.css">
  7.     <script defer src="./scripts/" type="text/javascript"></script>
  8. </head>
  9. <body>
  10.  
  11.     <div id="wrapper">
  12.         <header>
  13.             <h1>Brandon Uehlein</h1>
  14.             <h2>Software Developer</h2>
  15.             <h2>Network Engineer</h2>
  16.         </header>
  17.  
  18.         <div class="double_70_30">
  19.  
  20.             <section id="about_me">
  21.                 <h2>About Me</h2>
  22.                 <p>
  23.                     Hello! My name is Brandon Uehlein and I'm currently studying Business Informatics and Computer
  24.                     Information Systems at Idaho State University. I'm currently a junior and will be graduating in
  25.                     December 2020. In my free-time I like to program, tinker with technology, build computers, and play
  26.                     video games. I have a passion for learning and am always looking to improve my skills. If you happen
  27.                     to come across an area where you think I could improve please let me know!
  28.                 </p>
  29.             </section>
  30.  
  31.             <section id="contact_me">
  32.                 <h2>Contact</h2>
  33.  
  34.                 <div class="contact">
  35.                     <a href="https://github.com/uehlbran">
  36.                         <img src="./images/Github_64x64.png" alt="github logo" class="left">
  37.                     </a>
  38.  
  39.                     <a href="https://www.linkedin.com/in/brandonuehlein/">
  40.                         <img src="./images/Linkedin_64x64.png" alt="linkedin logo" class="center">
  41.                     </a>
  42.  
  43.                     <a href="mailto:uehlbran@isu.edu">
  44.                         <img src="./images/email_64x64.png" alt="email logo" href="" class="right">
  45.                     </a>
  46.                     <p>118 North 35 West - Blackfoot, ID - 83221</p>
  47.                 </div>
  48.  
  49.             </section>
  50.  
  51.         </div>
  52.  
  53.         <div class="triple_30_30_30">
  54.  
  55.             <section id="Education">
  56.                 <h2>Education</h2>
  57.                 <ul>
  58.                     <li><h4>Bachelors of Business Administration in Business Informatics</h4>
  59.                         <ul>
  60.                             <li>Idaho State University</li>
  61.                             <li>Anticipated Graduation Date: 12/20/20</li>
  62.                         </ul>
  63.                     </li>
  64.  
  65.                     <li><h4>Associates of Applied Sciences in Computer Information Systems</h4>
  66.                         <ul>
  67.                             <li>Idaho State University</li>
  68.                             <li>Anticipated Graduation Date: 12/20/20</li>
  69.                         </ul>
  70.                     </li>
  71.  
  72.                 </ul>
  73.             </section>
  74.  
  75.             <section id="achievements">
  76.                 <h2>Achievements</h2>
  77.                 <ul>
  78.                     <li><h4>Dean's list</h4>
  79.                         <ul>
  80.                             <li>College of Science and Engineering</li>
  81.                             <li>Fall 2017</li>
  82.                         </ul>
  83.                     </li>
  84.                 </ul>
  85.             </section>
  86.  
  87.             <section id="certifications">
  88.                 <h2>Certifications</h2>
  89.                 <ul>
  90.                     <li><a href="https://www.certmetrics.com/comptia/public/verification.aspx?code=ZCD8NBEPKCE4CL8N" alt="Comptia Certification">CompTIA A+ Certification</a></li>
  91.                 </ul>
  92.             </section>
  93.  
  94.         </div>
  95.  
  96.         <div class="double_50_50">
  97.  
  98.             <section id="skills">
  99.                 <h2>Technology Skills</h2>
  100.  
  101.                 <h3>C#</h3>
  102.                 <div class="skill-bar">
  103.                     <div class="skills intermediate">Intermediate</div>
  104.                 </div>
  105.  
  106.                 <h3>HTML</h3>
  107.                 <div class="skill-bar">
  108.                     <div class="skills intermediate">Intermediate</div>
  109.                 </div>
  110.  
  111.                 <h3>CSS</h3>
  112.                 <div class="skill-bar">
  113.                     <div class="skills beginner">Beginner</div>
  114.                 </div>
  115.  
  116.                 <h3>Python</h3>
  117.                 <div class="skill-bar">
  118.                     <div class="skills beginner">Beginner</div>
  119.                 </div>
  120.  
  121.                 <h3>JavaScript</h3>
  122.                 <div class="skill-bar">
  123.                     <div class="skills beginner">Beginner</div>
  124.                 </div>
  125.  
  126.                 <h3>SQL</h3>
  127.                 <div class="skill-bar">
  128.                     <div class="skills beginner">Beginner</div>
  129.                 </div>
  130.  
  131.                 <h3>PHP</h3>
  132.                 <div class="skill-bar">
  133.                     <div class="skills beginner">Beginner</div>
  134.                 </div>
  135.             </section>
  136.  
  137.             <section id="projects">
  138.                 <h2>Projects</h2>
  139.             </section>
  140.  
  141.         </div>
  142.  
  143.         <div class="double_50_50">
  144.  
  145.             <section id="courses">
  146.                 <h2>Courses</h2>
  147.                 <ul>
  148.                     <li>Desktop Operating Systems</li>
  149.                     <li>Introduction to Unix</li>
  150.                     <li>Network Operating Systems</li>
  151.                     <li>Systems Analysis and Design</li>
  152.                     <li>Informatics and Programming II</li>
  153.                     <li>Networking I</li>
  154.                     <li>Web Development: Client-Side Programming</li>
  155.                     <li>Software and Systems Architecture</li>
  156.                 </ul>
  157.             </section>
  158.  
  159.             <section id="employment">
  160.                 <h2>Employment History</h2>
  161.                 <ul>
  162.                     <li><h4>Office Associate - GDKN Corporation</h4>
  163.                         <ul>
  164.                             <li>Pocatello, ID</li>
  165.                             <li>01/2015 to 12/2017</li>
  166.                         </ul>
  167.                     </li>
  168.                     <li><h4>Technical Care Specialist I - Cable One</h4>
  169.                         <ul>
  170.                             <li>Idaho Falls, ID</li>
  171.                             <li>03/2015 to 09/2015</li>
  172.                         </ul>
  173.                     </li>
  174.                     <li><h4>Case Manager - Convergys</h4>
  175.                         <ul>
  176.                             <li>Pocatello, ID</li>
  177.                             <li>05/2011 to 03/2014</li>
  178.                         </ul>
  179.                     </li>
  180.                 </ul>
  181.             </section>
  182.  
  183.         </div>
  184.     </div>
  185.  
  186. </body>
  187. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement