This repository has been archived by the owner on May 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.php
191 lines (174 loc) · 9.08 KB
/
resume.php
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<!-- <link rel="SHORTCUT ICON" href="static/img/favicon.ico" type="image/x-icon" > !-->
<link rel="stylesheet" type="text/css" href="static/css/bootstrap.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="static/css/style.css" media="screen" />
<meta name="description" content="Heather Carmitchel's personal website" />
<meta name="keywords" content="Heather Carmitchel" />
<meta name="author" content="Heather Carmitchel" />
<meta charset="UTF-8" />
<title>Résumé | Heather Carmitchel</title>
</head>
<body onload="addDateModified();">
<div id="top">
<div id="header">
<div class="container">
<div class="row" id="linksBar">
<div class="span4 offset1">
<a href="index.php"><h1 class="league">Heather Carmitchel</h1></a>
</div>
<div class="span7">
<a data-spy="affix" data-offset-top="20" href="https://twitter.com/hcarmitchel" class="links" target="_blank" title="Twitter" style="z-index:1000; right:121px; top:2px;"><img class="ico" height="24" width="24" src="static/img/twitter.png" alt="Twitter" /></a>
<a data-spy="affix" data-offset-top="20" href="http://www.facebook.com/hcarmitchel" target="_blank" class="links" title="Facebook" style="z-index:1000; right:162px; top:2px;"><img class="ico" height="24" width="24" src="static/img/facebook.png" alt="Facebook"/></a>
<a data-spy="affix" data-offset-top="20" href="http://www.linkedin.com/pub/heather-carmitchel/45/107/515 " target="_blank" class="links" title="Linkedin" style="z-index:1000; right:203px; top:2px;"><img class="ico" height="24" width="24" src="static/img/linkedin.png" alt="LinkedIn"/></a>
<a data-spy="affix" data-offset-top="20" href="https://github.com/hCarmitchel" class="links" target="_blank" title="Github" style="z-index:1000; right:244px; top:2px;"><img class="ico" height="24" width="24" src="static/img/github.png" alt="Github"/></a>
</div>
</div>
</div>
</div>
<div id="border">
<div id="border-top"></div>
<div id="border-mid"></div>
</div>
<div id="navigation" data-spy="affix" data-offset-top="50">
<div class="container">
<div class="row">
<div class="span12">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li id="about" class="navLink"><a href="index.php">About</a></li>
<!-- <li><a href="/templates/posts.html">Blog</a></li> !-->
<li class="dropdown navLink" id="portfolio">
<a class="dropdown-toggle navLink" data-toggle="dropdown" href="#portfolio">Portfolio</a>
<ul class="dropdown-menu">
<li><a href="work-projects.php">Work Projects</a></li>
<li><a href="course-projects.php" class="navLink">Course Projects</a></li>
<li><a href="personal-projects.php" class="navLink">Personal Projects</a></li>
</ul>
</li>
<li class="dropdown active" id="resume">
<a class="dropdown-toggle " data-toggle="dropdown" href="#resume">Résumé</a>
<ul class="dropdown-menu" id="resumeDropdown">
<li><a href="resume.php" >PDF version</a></li>
<li><a href="resume-online.php" >HTML version</a></li>
</ul>
</li>
<li id="calendar" class="navLink"><a href="calendar.php">Calendar</a></li>
<li id="cis598" class="navLink"><a href="cis598.php">CIS 598</a></li>
<li id="credit" class="navLink"><a href="credit.php">Credits</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container" id="page" style="padding:0; width:1078px; min-height:1410px">
<iframe src="http://docs.google.com/viewer?url=http://people.cis.ksu.edu/~h17/static/HeatherCarmitchel-Resume.pdf&embedded=true" width="1078" height="1410"></iframe>
</div>
<div id="footer">
<div class="container" id="pageFooter"></div>
<div class="container" id="footerContent">
<div class="row" style="margin-left:0; width:1180px">
<div class="span4 footerSection">
<h3>Resume</h3>
<hr class="embossed"/>
<ul class="downloads">
<li><button class="btn btn-mini btn-primary" style="margin-bottom: 5px;" ><i class="icon-download-alt icon-white"></i> .pdf</button></li>
<li><button class="btn btn-mini btn-primary" style="margin-bottom: 5px;" ><i class="icon-download-alt icon-white"></i> .odt</button></li>
<li><button class="btn btn-mini btn-primary" style="margin-bottom: 5px;" ><i class="icon-download-alt icon-white"></i> .docx</button></li>
<li><button class="btn btn-mini btn-primary" style="margin-bottom: 5px;" ><i class="icon-download-alt icon-white"></i> .zip</button></li>
</ul>
</div>
<div class="span4 footerSection">
<h3>Links</h3>
<hr class="embossed"/>
<div class="span2" style="width:130px">
<ul>
<li><a href="https://github.com/hCarmitchel" class="links" target="_blank"><img class="ico" height="24" width="24" src="static/img/github.png" alt="Github"/> Github</a></li>
<li><a href="http://www.linkedin.com/pub/heather-carmitchel/45/107/515 " target="_blank" class="links"><img class="ico" height="24" width="24" src="static/img/linkedin.png" alt="LinkedIn"/> LinkedIn</a></li>
<li><a href="http://www.facebook.com/hcarmitchel" target="_blank" class="links"><img class="ico" height="24" width="24" src="static/img/facebook.png" alt="Facebook"/> Facebook</a></li>
</ul>
</div>
<div class="span2" style="margin-left:0; width:140px;">
<ul style="margin-left:0">
<li><a href="https://plus.google.com/106434111080335636000/about" class="links" target="_blank"><img class="ico" height="24" width="24" src="static/img/google-plus.png" alt="Google+"/> Google+</a></li>
<li><a href="http://stackoverflow.com/users/1459011/hcarmitchel" target="_blank" class="links"><img class="ico" height="24" width="24" src="static/img/stackoverflow.png" alt="Facebook" /> Stack Overflow</a></li>
<li><a href="https://twitter.com/hcarmitchel" target="_blank" class="links" ><img class="ico" height="24" width="24" src="static/img/twitter.png" alt="Twitter"/> Twitter</a></li>
</ul>
</div>
</div>
<div class="span4 footerSection">
<h3>About Me</h3>
<hr class="embossed"/>
<div style="margin:0 30px 0 40px">
I'm Heather Carmitchel, a student at <a href="http://www.k-state.edu/">Kansas State University</a>,
majoring in <a href="http://www.cis.ksu.edu/programs/undergrad/cs">Computer Science</a>.
To talk about job opportunities, get in touch, or offer feedback you can use the
<a data-toggle="modal" href="#feedbackModal">contact form</a>.
</div>
</div>
</div>
<div class="row" style="margin-left:0">
<div class="span12" style="margin-left:0">
<p id="back-top">
<a href="#top"><span></span></a>
</p>
</div>
</div>
</div>
</div>
<div id="feedback">
<a data-toggle="modal" href="#feedbackModal"><i style="font-style:normal;" class="icon-envelope icon-white"> Contact</i></a>
</div>
<?php include 'feedback.php'; ?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script src="static/js/bootstrap.min.js" type="text/javascript"></script>
<script src="static/js/jquery.validate.js" type="text/javascript"></script>
<script src="static/js/jquery.validate.unobtrusive.js" type="text/javascript"></script>
<script src="static/js/jquery.validate.bootstrap.js" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
$(document).ready(function(){
$('.links').tooltip({placement: "bottom"});
// Adds and removes active class and dropdown on hover instead of click for 'Portfolio' Dropdown
$('.navbar li.dropdown').hover(
function(){
$(this).addClass('open').find('ul').stop(true,true).hide().fadeIn('500');
if (!($(this).attr('id') == 'resume')) $(this).addClass('active');
},
function(){
if (!($(this).attr('id') == 'resume')) $(this).removeClass('active');
$(this).removeClass('open').find('ul').stop(true,true).fadeOut('2000');
}
);
$('.navbar li.dropdown li').unbind('mouseover').unbind('mouseout');
// Handles 'back-top' icon fade in/out and action
$("#back-top").hide();
$(window).scroll(function () {
if ($(this).scrollTop() > 275) {
$('#back-top').fadeIn();
} else {
$('#back-top').fadeOut();
}
});
$('#back-top a').click(function () {
$('body,html').animate({
scrollTop: 0
}, 0);
return false;
});
});
// Add modified date below resume
function addDateModified() {
document.getElementById("pageFooter").innerHTML="<div style='text-align:right; font-size:8.5px !important; line-height: 1.5;'>Last Modified: Feb 10, 2013</div>";
}
//]]>
</script>
</body>
</html>