// Header ----------------
header(id="home")
h1 Dawson DePretis
Web Developer/Designer
// Navigation ---------------
nav
ul
li: a(href="#home" style="color: white;") Home
li: a(href="#about" style="color: white;") About
li: a(href="#social" style="color: white;") Social
li: a(href="#portfolio" style="color: white;") Portfolio
// About Section -----------
.about-container(id="about")
.about-section
.my-pic
.p-wrapper
p I'm Dawson, a unique bundle of creativity and technical skill that is ready to exceed your expectations! I have been coding and designing full-time for 10 months. I have worked on so many great projects with fantastic people in that short time and am fully capable of tackling your most demanding projects.
p I specialize in working on both the creative design and technical demands of a project without skipping a beat.
// Social Links -------------
.social-section(id="social")
a(target='_blank' href="https://github.com/d3ddd").social-container
.icon
h4 Github
a(target='_blank' href="https://twitter.com/DawsonDePretis?lang=en").social-container
.icon
h4 Twitter
.line-break
a(target='_blank' href="https://instagram.com/d3ddd/").social-container
.icon
h4 Instagram
a(target='_blank' href="https://www.freecodecamp.com/d3ddd").social-container
.icon
h4 FreeCodeCamp
// Portfolio Section -------------
.portfolio-section(id="portfolio")
.portfolio-container
.thumbnail
.overlay Coming Soon
.thumbnail
.overlay Coming Soon
.thumbnail
.overlay Coming Soon
.thumbnail
.overlay Coming Soon
.thumbnail
.overlay Coming Soon
.thumbnail
.overlay Coming Soon
// Footer ------------------
footer
ul
li: a(href="#home" style="color: white;") Home
li: a(href="#about" style="color: white;") About
li: a(href="#social" style="color: white;") Social
li: a(href="#portfolio" style="color: white;") Portfolio
p Copyright © Dawson DePretis 2015