-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (61 loc) · 3.19 KB
/
index.html
File metadata and controls
63 lines (61 loc) · 3.19 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
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MFBrown Design</title>
<link rel="shortcut icon" href="favicons/New icon.ico">
<link rel="shortcut icon" href="favicons/New icon.icns">
<link rel="stylesheet" href="css/foundation.min.css" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300|Lobster|Droid+Serif|Raleway:400,300|Nunito' rel='stylesheet' type='text/css'>
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<div class="container">
<div class="home-image">
<div class="home-content">
<h1 class="site-title" id="responsive_headline">Michael Brown</h1>
<h3 class="site-description" id="responsive_description">Web Developer & Designer</h3>
<p>I'm learning from: <br class="rwd-break" /> <a id="treehouse-btn" href="http://teamtreehouse.com/mfbrown">treehouse</a> <a id="codecademy-btn" href="http://www.codecademy.com">Codecademy</a></p>
</div>
<div class="homepage-links">
<a class="homepage-btn clear-top" href="http://codepen.io/mfbrown/">View my Codepen</a><br class="rwd-break" />
<a class="homepage-btn" href="http://www.blog.mfbrowndesign.com">Read my blog</a><br class="rwd-break" />
<a class="homepage-btn" href="mailto:michaelfbrown.88@gmail.com">Write Me</a>
</div>
</div>
<div class="footer">
<div class="footer-content">
<p class="dc">I live and work in D.C.<img id="flag" src="img/DC Flag.svg"></p>
<p class="connect">
<a href="http://www.linkedin.com/in/mfbrown/"><i class="fa fa-linkedin"></i></a>
<a href="http://twitter.com/mfbrown"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/mfbrown"><i class="fa fa-github"></i></a>
<a href="http://www.facebook.com/michaelb1"><i class="fa fa-facebook"></i></a>
</p><br>
</div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/jquery.fittext.js"></script>
<script>
jQuery("#responsive_headline").fitText(1, { minFontSize: '32px', maxFontSize: '72px' });
jQuery("#responsive_description").fitText(2, {minFontSize: '18px', maxFontSize: '36px'});
</script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46324825-1', 'mfbrowndesign.com');
ga('send', 'pageview');
</script>
</body>
</html>