forked from cameronwp/udportfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
133 lines (119 loc) · 5.18 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="[[ Enter your name here ]]">
<meta name="description" content="[[ Brief about me here! ]]">
<title>My Rocking Portfolio</title>
<!-- Bootstrap core CSS -->
<link href="dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="dist/css/portfolio.css" rel="stylesheet">
<link href="dist/css/print.css" rel="stylesheet">
<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');
// TODO: replace with your Google Analytics profile ID.
ga('create', 'UA-XXXX-Y');
ga('send', 'pageview');
</script>
<script src='http://www.google-analytics.com/analytics.js'></script>
<!-- Web fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700' rel='stylesheet' type='text/css'>
<script src='https://apis.google.com/js/plusone.js'></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
<script src="dist/js/bootstrap.js"></script>
<script src="dist/js/angular.min.js"></script>
</head>
<body class="portfolio">
<div class="navbar header navbar-inverse navbar-fixed-top portfolioNav" role="navigation">
<div class="container">
<div class="navbar-brand">
<div class="media">
<a class="pull-left" href="#">
<img class="media-object img-circle" style="max-width: 70px" src="img/profilepic.jpg">
</a>
<div class="media-body">
<p class="navbar-text"><strong class="name">Cameron Pittman</strong><br><position>Course Developer</position></p>
</div>
</div>
</div>
<div class="navbar-collapse collapse">
<a href="getintouch.html" type="button" style="padding-top:15px"class="btn btn-default navbar-btn portfolio navbar-right">GET IN TOUCH!</a>
</div>
</div>
</div>
<!-- Main jumbotron for intro and call to action -->
<div class="jumbotron">
<div class="container text-center">
<p>I love <strong class="name">web development!</strong name> 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 :)</p>
<p><a href="getintouch.html" class="btn btn-primary btn-lg portfolio visible-xs" role="button">Get in Touch »</a></p>
</div>
</div>
<div class="container">
<div id="projects" class="row">
<div class="col-md-4">
<a href="page2/page2-2048.html" alt="2048 on Udacity">
<div class="proj-background">
<div class="proj-img-container">
<img class="img-responsive" src="https://lh4.ggpht.com/kJEnfqhPvtm4m3EneSZ4fWYGS8lW4YNhEjk6zPkyrQaBUHc-2Y_ElDic99NHI0h-UBLXVbRCjFybFvrWxdk=s290#w=970&h=485">
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="page2/page2-webperf.html">
<div class="proj-background">
<div class="proj-img-container">
<img class="img-responsive" src="img/webperf1.png">
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="page2/page2-cs101.html">
<div class="proj-background">
<div class="proj-img-container">
<img class="img-responsive" src="https://lh5.ggpht.com/fDU9wOu-XF_FLJJUkLR0ur-8b3bBtnS3dc0YWq0czwmmxuU87ySjf0VMqmw05xotlx29M8eSdluxJnwjZt8=s277#w=436&h=268">
</div>
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-md-4">
<a href="page2/page2-oop.html">
<div class="proj-background">
<div class="proj-img-container">
<img class="img-responsive" src="https://lh5.ggpht.com/MNie9OxrtYLt5C_QMgezV9fYYR-07-U9z2AkqwKQhDIOguka15xhxrNafPFK6X538EUS6j0vJ193gEGLOpI=s277#w=1757&h=1080">
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="page2/page2-pwp.html">
<div class="proj-background">
<div class="proj-img-container">
<img class="img-responsive" src="img/pwp.png">
</div>
</div>
</a>
</div>
<div class="col-md-4">
<a href="page2/page2-webdev.html">
<div class="proj-background">
<div class="proj-img-container">
<img class="img-responsive" src="https://lh4.ggpht.com/FraZoWIlsBTNmgBjNwvDshsBj84aycbTS5wxWU1KocDigABnbxTbIo7DyYs_QKoC8xM00kxLGln0ckL5Huo=s277#w=436&h=268">
</div>
</div>
</a>
</div>
</div>
<hr>
<footer>
<p>© Web Performance 2014</p>
</footer>
</div>
</body>
</html>