forked from cameronwp/udportfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
getintouch.html
77 lines (62 loc) · 2.74 KB
/
getintouch.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
<!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>Cameron's Rocking Portfolio</title>
<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 async src='//www.google-analytics.com/analytics.js'></script>
<!-- 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">
<!-- 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>
</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="index.html">
<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">
<button href="#" type="button" class="btn btn-default navbar-btn portfolio navbar-right">GET IN TOUCH!</button>
</div>
</div>
</div>
<div class="jumbotron">
<div class="container" style="text-align: center">
<h2><strong>Email:</strong> <a href="mailto:@udacity.com">[email protected]</a></h2>
<h2><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/yournamehere">My Profile</h2>
<h2><a href="linktomyresume">My resume</a></h2>
</div>
</div>
<hr>
<div class="container">
<footer>
<p>© Web Performance 2014</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
</body>
</html>