Des Moines Web Geeks: Portfolio - Finished (Alt)

Size
4,033 Kb
Views
54,648

How do I make an des moines web geeks: portfolio - finished (alt)?

What is a des moines web geeks: portfolio - finished (alt)? How do you make a des moines web geeks: portfolio - finished (alt)? This script and codes were developed by Joshua P. Larson on 23 July 2022, Saturday.

Des Moines Web Geeks: Portfolio - Finished (Alt) Previews

Des Moines Web Geeks: Portfolio - Finished (Alt) - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Des Moines Web Geeks: Portfolio - Finished (Alt)</title> <meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="http://i.icomoon.io/public/temp/0baae227f9/UntitledProject1/style.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <header class="header" role="banner"> <div class="wrapper"> <h1>Web Geeks Portfolio</h1> <nav role="navigation"> <ul> <li><a href="#">Work</a></li> <li><a href="#">Bio</a></li> <li><a href="#">Downloads</a></li> <li><a href="#">Contact</a></li> </ul> </nav> </div>
</header>
<section class="section"> <div class="wrapper"> <h2>Work</h2>
<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> <ul class="portfolio-list grid grid-3up"> <li class="portfolio-item gi"> <a href="#" class="portfolio-link"> <h3 class="portfolio-title">My Portfolio Item</h3> <img src="http://placeimg.com/640/480/any" alt="Portfolio Work" class="portfolio-image" /> <div class="portfolio-caption"> <p>This is my awesome thing that I built last year at my awesome job.</p> </div> </a> </li> <li class="portfolio-item gi"> <a href="#" class="portfolio-link"> <h3 class="portfolio-title">My Portfolio Item</h3> <img src="http://placeimg.com/640/480/any" alt="Portfolio Work" class="portfolio-image" /> <div class="portfolio-caption"> <p>This is my awesome thing that I built last year at my awesome job.</p> </div> </a> </li> <li class="portfolio-item gi"> <a href="#" class="portfolio-link"> <h3 class="portfolio-title">My Portfolio Item</h3> <img src="http://placeimg.com/640/480/any" alt="Portfolio Work" class="portfolio-image" /> <div class="portfolio-caption"> <p>This is my awesome thing that I built last year at my awesome job.</p> </div> </a> </li> <li class="portfolio-item gi"> <a href="#" class="portfolio-link"> <h3 class="portfolio-title">My Portfolio Item</h3> <img src="http://placeimg.com/640/480/any" alt="Portfolio Work" class="portfolio-image" /> <div class="portfolio-caption"> <p>This is my awesome thing that I built last year at my awesome job.</p> </div> </a> </li> <li class="portfolio-item gi"> <a href="#" class="portfolio-link"> <h3 class="portfolio-title">My Portfolio Item</h3> <img src="http://placeimg.com/640/480/any" alt="Portfolio Work" class="portfolio-image" /> <div class="portfolio-caption"> <p>This is my awesome thing that I built last year at my awesome job.</p> </div> </a> </li> <li class="portfolio-item gi"> <a href="#" class="portfolio-link"> <h3 class="portfolio-title">My Portfolio Item</h3> <img src="http://placeimg.com/640/480/any" alt="Portfolio Work" class="portfolio-image" /> <div class="portfolio-caption"> <p>This is my awesome thing that I built last year at my awesome job.</p> </div> </a> </li> </ul> </div>
</section>
<section class="section"> <div class="wrapper"> <h2>Bio</h2> <div class="grid grid-2up"> <div class="gi"> <img src="http://placeimg.com/640/480/any" alt="My Name" /> </div> <div class="gi"> <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p> </div> </div> </div>
</section>
<section class="section"> <div class="wrapper"> <h2>Downloads</h2> <div class="grid grid-2up align-center"> <div class="gi"> <a href="#" class="btn">Download my Resume</a> </div> <div class="gi"> <a href="#" class="btn">Download my Portfolio</a> </div> </div> </div>
</section>
<section class="section"> <div class="wrapper"> <h2>Contact</h2> <p> Contact Me:<br> <a href="#"><i class="icon-envelope" aria-hidden="true"></i> Email me</a><br> <a href="#"><i class="icon-facebook" aria-hidden="true"></i> Find me on Facebook</a><br> <a href="#"><i class="icon-linkedin" aria-hidden="true"></i> Find me on LinkedIn</a><br> <a href="#"><i class="icon-twitter" aria-hidden="true"></i> Find me on Twitter</a> </p> </div>
</section>
<footer class="footer" role="contentinfo"> <div class="wrapper"> &copy; 2014 Web Geeks. All Rights Reserved. </div>
</footer>
</body>
</html>

Des Moines Web Geeks: Portfolio - Finished (Alt) - Script Codes CSS Codes

/* GLOBAL */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,400italic);
* { box-sizing: border-box;
}
*::before, *::after { box-sizing: border-box;
}
html { font-family: 'Roboto', sans-serif; font-size: 100%; line-height: 1.5;
}
img { max-width: 100%; height: auto;
}
.wrapper { padding: 1em; max-width: 1200px; margin: 0 auto;
}
.align-center { text-align: center;
}
/* GRID */
.grid { overflow: auto; margin: 0 -1em !important;
}
.grid .gi { padding: 1em;
}
@media all and (min-width: 650px) { .grid-2up .gi { float: left; width: 50%; }
}
@media all and (min-width: 650px) { .grid-3up .gi { float: left; width: 50%; }
}
@media all and (min-width: 1000px) { .grid-3up .gi { width: 33.3333%; }
}
/* BUTTONS */
.btn { display: inline-block; background: blue; color: white; font-weight: bold; border-radius: 3px; padding: 1em; margin-bottom: 1em;
}
.btn:hover, .btn:focus { background: darkblue; color: white;
}
/* NAV */
nav ul { list-style: none; padding: 0; margin: 0;
}
a { text-decoration: none; color: blue;
}
a:hover, a:focus { color: darkblue;
}
/* HEADER */
.header { background: #333; color: #fff;
}
.header a, .header a:visited { color: #fff;
}
@media all and (min-width: 1000px) { .header { overflow: auto; } .header h1 { float: left; width: 50%; margin: 0; } .header nav { float: right; width: 50%; } .header nav li { display: inline-block; } .header nav a { display: block; padding: 1em; }
}
/* PORTFOLIO */
.portfolio-list { list-style: none; padding: 0;
}
.portfolio-item { margin-bottom: 1em;
}
.portfolio-link { color: #1a5882; display: block; position: relative;
}
.portfolio-link:hover .portfolio-caption { max-height: 400px;
}
.portfolio-image { display: block;
}
@media all and (min-width: 1000px) { .portfolio-caption { position: absolute; bottom: 0; right: 0; left: 0; background: rgba(0, 0, 0, 0.75); color: white; max-height: 0; overflow: hidden; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .portfolio-caption p { margin: 1em; }
}
Des Moines Web Geeks: Portfolio - Finished (Alt) - Script Codes
Des Moines Web Geeks: Portfolio - Finished (Alt) - Script Codes
Home Page Home
Developer Joshua P. Larson
Username jplhomer
Uploaded July 23, 2022
Rating 3
Size 4,033 Kb
Views 54,648
Do you need developer help for Des Moines Web Geeks: Portfolio - Finished (Alt)?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Joshua P. Larson (jplhomer) Script Codes
Create amazing Facebook ads with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!