forked from cameronwp/udportfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (45 loc) · 3.14 KB
/
index.html
File metadata and controls
53 lines (45 loc) · 3.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content=" FILL ME IN ">
<meta name="author" content="Michael Kaufman">
<title>Michael Kaufman: Portfolio</title>
<style>html{font-size:100%;}body{font-size:14px;line-height:1.61;font-weight:400;background:#fff;margin:0;}body,button,input,select,textarea{font-family:'Open Sans', sans-serif;color:#333;}a{color:#12C;}a:visited{color:#61C;}a:focus{outline:thin dotted;}a:hover,a:active{color:#c00;outline:0;}b,strong{font-weight:700;}pre,code{font-family:monospace, monospace;font-size:1em;}ul,ol{margin:1em 0;padding:0 0 0 20px;}img{border:0;max-width:100%;}header,footer,.container{max-width:45em;margin:0 auto;}header{color:#C90B0B;padding:0 .5em;}header img{float:left;}header p{font-size:1.5em;font-weight:700;padding-left:4em;}header p span{font-size:.8em;font-weight:400;}.hero{background-color:#f8f8f8;font-size:1.2em;border-bottom:1px solid #ccc;border-top:1px solid #ccc;padding:2em;}.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;font-style:italic;}footer{border-top:1px solid #ccc;padding:0 .5em;}footer span{float:right;font-style:italic;}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;}@media only screen and max-width 480px{body{font-size:12px;}header p{padding-left:4.5em;}}</style>
<link href="css/print.css" rel="stylesheet" media="print">
<script async src="js/perfmatters.js"></script>
</head>
<body>
<header>
<a href="/"><img src="img/profilepic.jpg"></a>
<p>Michael Kaufman<br><span>Performance Engineer</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: me@email.com
</div>
<div class="content">
<ul>
<li>
<img src="https://lh5.ggpht.com/fDU9wOu-XF_FLJJUkLR0ur-8b3bBtnS3dc0YWq0czwmmxuU87ySjf0VMqmw05xotlx29M8eSdluxJnwjZt8=s100">
<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 src="https://lh6.ggpht.com/f_0W8h__3G99CWTjnMjD8BUKm7yp2-wJyApLtTwFoFtlal2ULf_JgHIsOQq2NiYfKOdMlXlMHDKNo5XVZLs=s100">
<a href="project-webperf.html">Website Performance Optimization</a>
<p>Hey... this class looks familiar.</p>
</li>
<li>
<img src="https://lh5.ggpht.com/IKdCmTWn8a2nMhlwMYzryvzRN5CUZAOBr4tDrEAbszV7TIFe9pRAInA4kkYcgTXwrifJsBEsq1agTueuu-g=s100">
<a href="project-mobile.html">Mobile Web Development</a>
<p>Making mobile apps isn't so hard after all.</p>
</li>
</ul>
</div>
<footer>
<p>© Web Performance 2014 <span id="crp-stats"></span></p>
</footer>
</body>
</html>