-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-me.html
More file actions
101 lines (85 loc) · 5.01 KB
/
about-me.html
File metadata and controls
101 lines (85 loc) · 5.01 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
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9" lang="en"> <![endif]-->
<!--[if gt IE 9]><!--> <html class="no-js" lang="en" itemscope itemtype="http://schema.org/Product"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Cody Fitzpatrick - About Me</title>
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="shortcut icon" href="favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<link rel="stylesheet" href="css/gumby.css">
<link rel="stylesheet" href="css/style.css">
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,400italic,700' rel='stylesheet' type='text/css'>
</head>
<body id="about-me">
<div class="navbar" id="nav1">
<div class="row">
<a class="toggle" gumby-trigger="#nav1 > .row > ul" href="#"><i class="icon-menu"></i></a>
<h1 class="four columns logo">
<a href="index.html" title="Go to the Homepage" class="logo_link">Cody<span class="last_name">Fitzpatrick</span></a>
</h1>
<ul class="eight columns">
<li><a href="index.html" title="Go to the Homepage">HOME</a></li>
<li>
<a href="" class="active" title="Learn More About Me">ABOUT</a>
</li>
<li><a href="blog/index.html" title="Visit my Blog">BLOG</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="centered twelve columns text-center">
<h2 class="blog-head-top" title="About Cody Fitzpatrick">About Me</h2>
</div>
</div>
<div class="row">
<div class="centered twelve columns">
<div class="am-img-con">
<img src="img/my-first-car-from-oo-summer-2015.png"/>
<p class="am-img-subtitle">My Favorite Toy: A Result of My OrbitalOne Ventures (via SnapChat)</p>
</div>
</div>
</div>
<div class="row">
<div class="centered twelve columns" data-target="post-1">
<p class="am-p">Born and raised in South Florida, USA, I have been acclimated to a busy lifestyle since day one. Growing up, I was nearly-obsessed with anything related to computers, including video games. I can remember viewing web pages’ source code, editing it, and saving it to my desktop, thinking I was a clever hacker (for those who don’t know, it doesn’t do anything). While my father, an all-things-real-estate consultant, spoke business in the background, I listened and quietly developed my skills not only as a programmer, but as a business professional as well.</p>
<p class="am-p">I maintained an interest in programming throughout my early years, but waited until high school to actually produce a product, which in this case was an automotive-related web magazine (*a blog*), complete with a custom-skinned YouTube channel. Having found solid footing and a desire for a greater online presence, I created other websites, but to no avail. While my first site managed to pay for itself – cover the expenses of its hosting and maintenance – a few times over, my new additions failed to reach the small success of the first; none of them achieved the widespread success I had hoped. Yet, I had learned a valuable lesson: You shouldn’t chase money. Instead, follow your passion, and if you are passionate enough about what you are doing, the money will come due to your high interest and skill level.</p>
<p class="am-p">Today, I am a student, not only acquiring a degree from a traditional university, but learning real-time, through both self-education and real-world experiences. Rather than share my exact tactics for success, I will share widely-applicable lessons that I have learned in both business and web technologies. Hopefully, my tips and tricks will assist you in your own endeavors. As always, If you wish to contact me for any reason, please do so by visiting my contact me page. What are you waiting for? Start learning today!</p>
</div>
</div>
<footer>
<div class="row">
<div class="centered twelve columns">
<p class="footer-text">Copyright © 2015 by Cody Fitzpatrick. All Rights Reserved.</p>
</div>
</div>
</footer>
<script>
var oldieCheck = Boolean(document.getElementsByTagName('html')[0].className.match(/\soldie\s/g));
if(!oldieCheck) {
document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"><\/script>');
} else {
document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"><\/script>');
}
</script>
<script>
if(!window.jQuery) {
if(!oldieCheck) {
document.write('<script src="js/libs/jquery-2.0.2.min.js"><\/script>');
} else {
document.write('<script src="js/libs/jquery-1.10.1.min.js"><\/script>');
}
}
</script>
<script src="js/libs/modernizr-2.6.2.min.js"></script>
<script src="js/libs/gumby.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="analytics/ua.js"></script>
</body>
</html>