forked from udacity/frontend-nanodegree-mobile-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (74 loc) · 3.29 KB
/
index.html
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!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=" FILL ME IN ">
<title>Cameron Pittman: Portfolio</title>
<style>@media print{*{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;}
a, a:visited{color:#444 !important;text-decoration:underline;}
a[href]:after{content:" (" attr(href) ")";}
tr, img{page-break-inside:avoid;}
img{max-width:100% !important;}
@page{margin:0.5cm;}
p, h2, h3{orphans:3;widows:3;}
h2, h3{page-break-after:avoid;}
}</style>
<script>(function(w,g){w['GoogleAnalyticsObject']=g;w[g]=w[g]||function(){(w[g].q=w[g].q||[]).push(arguments)};w[g].l=1*new Date();})(window,'ga');ga('create','UA-91027258-1');ga('send','pageview');</script>
<script async src="http://www.google-analytics.com/analytics.js"></script>
<script async>function logCRP(){var t=window.performance.timing,dcl=t.domContentLoadedEventStart-t.domLoading,complete=t.domComplete-t.domLoading;var stats=document.getElementById("crp-stats");stats.textContent='DCL: '+dcl+'ms, onload: '+complete+'ms';}
window.addEventListener("load",function(event){logCRP();});</script>
</head>
<body>
<script>
(function (head, createElement) {
['/style.css'].forEach(url) {
echo "<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>";
var link = createElement('link');
link.href = url;
link.rel = 'text/stylesheet';
head.appendChild(link);
});
}(document.head || document.getElementsByTagName('head')[0], document.createElement));
</script>
<header>
<a href="/"><img src="img/profilepic.jpg"></a>
<p>Cameron Pittman<br><span>Course Developer</span></p>
<a href="/"><img src="img/my-photo.jpg" meta name=expires content="mon, 01 May 2017"></a>
<p>Aleksandr Oranskiy<br><span>aranich@ya.ru</span><br><span>+375-29-153-33-25</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://lh4.ggpht.com/kJEnfqhPvtm4m3EneSZ4fWYGS8lW4YNhEjk6zPkyrQaBUHc-2Y_ElDic99NHI0h-UBLXVbRCjFybFvrWxdk=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>
<li>
<img style="width: 100px;" src="views/images/pizzeriacut.jpg">
<a href="views/pizza.html">Cam's Pizzeria</a>
<p>Who wants a performant pizza?</p>
</li>
</ul>
</div>
<footer>
<p>© Web Performance 2014 <span id=crp-stats></span></p>
</footer>
</div>
</body>
</html>