Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.64 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="utf-8">
  5.   <meta name="viewport" content="width=device-width,initial-scale=1">
  6.   <meta name="description" content=" Ausianski Pavel ">
  7.   <meta name="author" content=" auspavel29@gmail.com ">
  8.   <title>Cameron Pittman: Portfolio</title>
  9.  
  10.   <style>.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;background:#fff}b,header p,strong{font-weight:700}body,button,input,select,textarea{font-family:'Open Sans',sans-serif;color:#333}a{color:#12C}a:visited{color:#61C}a:focus{outline:dotted thin}a:active,a:hover{color:#c00;outline:0}code,pre{font-family:monospace,monospace;font-size:1em}ol,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}</style><link href="css/print.css" rel="stylesheet" media="print">
  11.   <style>@media only screen and (max-width:480px){body{font-size:12px}header p{padding-left:4.5em}}</style>
  12.  
  13.   <script async src="js/analytics.js"></script><script async src="http://www.google-analytics.com/analytics.js"></script><script async src="js/perfmatters.js"></script></head><body>
  14. <header>
  15.   <!--<a href="/"><img src="img/profilepic.jpg"></a>-->
  16.   <!--<a href="/"><img src="img/profilephoto.jpg"></a>-->
  17.   <p>Cameron Pittman Ausianski Pavel<br><span>Auspavel29@gmail.com<br>+375336233274<br>Course Developer</span></p>
  18. </header>
  19.  
  20. <div class="container">
  21.   <div class="hero">
  22.     <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: auspavel29@gmail.com
  23.   </div>
  24.  
  25.   <div class="content">
  26.     <ul>
  27.       <li>
  28.         <!--<img src="views/images/pic1.jpg">-->
  29.         <a href="project-2048.html">Build Your Own 2048!</a>
  30.         <p>I made my own version of 2048. How cool is that!?</p>
  31.       </li>
  32.  
  33.       <li>
  34.         <!--<img src="views/images/pic2.jpg">-->
  35.         <a href="project-webperf.html">Website Performance Optimization</a>
  36.         <p>Hey... this class looks familiar.</p>
  37.       </li>
  38.  
  39.       <li>
  40.         <!--<img src="views/images/pic3.jpg">-->
  41.         <a href="project-mobile.html">Mobile Web Development</a>
  42.         <p>Making mobile apps isn't so hard after all.</p>
  43.       </li>
  44.  
  45.       <li>
  46.         <!--<img src="views/images/pizzeria_pic.jpg">-->
  47.         <a href="views/pizza.html">Cam's Pizzeria</a>
  48.         <p>Who wants a performant pizza?</p>
  49.       </li>
  50.     </ul>
  51.   </div>
  52.  
  53.   <footer>
  54.     <p>&copy; Web Performance 2014 <span id="crp-stats"></span></p>
  55.   </footer>
  56. </div>
  57. <script>WebFontConfig={google:{families:["Open Sans:400, 700"]}},function(){var t=document.createElement("script");t.src=("https:"==document.location.protocol?"https":"http")+"://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js",t.type="text/javascript",t.async="true";var e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(t,e)}();</script>
  58. </body>
  59. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement