forked from udacity/frontend-nanodegree-mobile-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
1 lines (1 loc) · 3.67 KB
/
index.html
1
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="description" content="Front-end developer Project 4"><meta name="author" content="Paul Matencio"><title>Cameron Pittman: Portfolio</title><style type="text/css">.hero,footer{border-top:1px solid #ccc}footer span,li p{font-style:italic}html{font-size:100%;overflow-y:scroll;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:none}body{margin:0;font-size:14px;line-height:1.61;font-weight:400;font-family:'Open Sans',sans-serif;color:#333;background:#fff}header p,strong{font-weight:700}a{color:#12C}ul{margin:1em 0;padding:0 0 0 20px}img{border:0;max-width:100%}.container,footer,header{max-width:45em;margin:0 auto}header{padding:0 .5em;color:#C90B0B}header img{border-radius:40px;float:left}header p{font-size:1.5em;padding-left:4em}header p span{font-size:.8em;font-weight:400}.hero{padding:2em;background-color:#f8f8f8;font-size:1.2em;border-bottom:1px solid #ccc}.content{padding:1em}.content li{list-style-type:none;font-size:1.1em}li img{float:left;padding-right:1em}li p{font-size:.9em}footer{padding:0 .5em}footer span{float:right}@media only screen and (max-width:480px){body{font-size:12px}header p{padding-left:4.5em}}</style><script>!function(e){function t(e,t,n){"use strict";function s(){for(var t,i=0;i<o.length;i++)o[i].href&&o[i].href.indexOf(e)>-1&&(t=!0);t?r.media=n||"all":setTimeout(s)}var r=window.document.createElement("link"),i=t||window.document.getElementsByTagName("script")[0],o=window.document.styleSheets;return r.rel="stylesheet",r.href=e,r.media="only x",i.parentNode.insertBefore(r,i),s(),r}for(var n in e)t(e[n])}(["css/style.css","css/print.css"]);</script><noscript><link href="css/style.css" rel="stylesheet" media="screen"><link href="css/print.css" rel="stylesheet" media="print"></noscript><script async src="http://www.google-analytics.com/analytics.js"></script><script async src="js/perfmatters.js"></script></head><body><header><a href="/"><img src="img/profilepic.jpg"></a><p>Cameron Pittman<br><span>Course Developer</span></p></header><div class="container"><div class="hero"><strong>I love web development!</strong> This is a template for a simple portfolio. I decided to use it to showcase a few Udacity courses I've taken and some teaching work, but you can use it to showcase any kind of project that you want the world to see :)<br>Contact me: [email protected]</div><div class="content"><ul><li><img style="width:100px;" src="views/images/buildurown.jpg"> <a href="project-2048.html">Build Your Own 2048!</a><p>I made my own version of 2048. How cool is that!?</p></li><li><img style="width:100px;" src="views/images/webperfopt.jpg"> <a href="project-webperf.html">Website Performance Optimization</a><p>Hey... this class looks familiar.</p></li><li><img style="width:100px;" src="views/images/mobileweb.jpg"> <a href="project-mobile.html">Mobile Web Development</a><p>Making mobile apps isn't so hard after all.</p></li><li><img style="width: 100px;" src="views/images/pizzeria_30q_5pc.jpg"> <a href="views/pizza.html">Cam's Pizzeria</a><p>Who wants a performant pizza?</p></li></ul></div><script>WebFontConfig={google:{families:["Open Sans:400,700"]}},function(e){var o=e.createElement("script"),t=e.scripts[0];o.src="https://ajax.googleapis.com/ajax/libs/webfont/1.5.18/webfont.js",t.parentNode.insertBefore(o,t)}(document);</script><script>!function(e,n){e.GoogleAnalyticsObject=n,e[n]=e[n]||function(){(e[n].q=e[n].q||[]).push(arguments)},e[n].l=1*new Date}(window,"ga"),ga("create","UA-XXXX-Y"),ga("send","pageview");</script><footer><p>© Web Performance 2014 <span id="crp-stats"></span></p></footer></div></body></html>