-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
149 lines (140 loc) · 6.94 KB
/
resume.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="device-width, initial-scale=1.0">
<meta name="author" content="Michael Rawlings">
<title>Résumé · Michael Rawlings</title>
<!-- Bootstrap CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/customoverride.css" rel="stylesheet">
<!-- Resume CSS -->
<link href="css/resume.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Cantarell' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/ico" href="http://www.michael-rawlings.com/favicon.ico">
</head>
<body>
<!-- NAVBAR -->
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<div class="collaspe navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/">Home</a></li>
<li class="active"><a href="/resume">Résumé</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/links">Links</a></li>
<li><a href="https://github.com/mrawlings" target="_blank">Github</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- NAVBAR END -->
<!-- MAIN CONTENT -->
<div class="container">
<div id="main-content">
<div id="resume">
<div id="name">
<h1>Michael Rawlings</h1>
<p>(502) 229 3742 (text only)<br>[email protected]<br>www.michael-rawlings.com<br><a href="https://github.com/mrawlings" target="_blank">https://github.com/mrawlings</a></p>
</div>
<div id="address">
<div class="address" id="left">
<h3>Local Address</h3>
<br>
<p>6000 Reynolds Drive, #0856<br>Rochester, NY 14623</p>
</div>
<div class="address pull-right" id="right-address">
<h3>Permanent Address</h3>
<br>
<p>626 Logan Street<br>Frankfort, KY 40601</p>
</div>
</div>
</div>
<h3>Objective</h3>
<hr>
<div class="res-section">
<p>To apply my knowledge of Software Engineering principles through co-op employment. <br>Available Janurary 2014 - May 2016.</p>
</div>
<h3>Education</h3>
<hr>
<div class="res-section">
<b>Rochester Institute of Technology</b>
<div class="date">
<b>Rochester, NY</b><br>Expected May 2016
</div>
<br>Bachelor of Science in Software Engineering<br>NTID President's Scholarship for Academic Excellence<br>Merit's Scholarship for Academic Excellence
</div>
<div class="res-section">
<b>Eastern Kentucky University</b>
<div class="date">
<b>Richmond, KY</b>
</div>
<br>Bachelor of Science in Computer Science<br>Enrolled August 2009 - 2011<br>GPA: 2.90/4.00
</div>
<div class="res-section">
<b>Relevant Courses</b><br>Computer Science I-III
<div class="date">
Engineering of Software Subsystems<br>Personal Software Engineering<br>Software Process and Project Management
</div>
<br>Intro. to Networking & Security<br>Software Engineering Principles
</div>
<h3>Skills</h3>
<hr>
<div class="res-section">
<b>Programming Languages</b>: C/C++, CSharp, HTML/CSS, Java, JavaScript, Python, Visual Basic<br>
<b>Softwares</b>: Adobe, CMake, CVS, Eclipse, GIT, JUnit, Mercurial, Microsoft Office, Microsft Visual Studio, Sublime Text 2, SVN<br>
<b>Operating Systems</b>: Linux, MS-DOS, UNIX (Solaris), Windows 95/98/NT/2000/XP/Vista/7/8
</div>
<h3>Projects</h3>
<hr>
<div class="res-section">
<b>Java-based HTML Editor</b>
<div class="level2">
Worked in a team of three to design and develop an editor, using design patterns, that meets the given requirements.
</div>
<b>Pizza Delivery System</b>
<div class="level2">
Worked in a team of five to design and develop a Java application to simulate a pizza delivery system with own delivery time algorithm.
</div>
<b>Quoridor</b>
<div class="level2">
Worked in a team of three to design and develop an algorithm to defeat professor's A.I. in a game of Quoridor.
</div>
</div>
<h3>Experience</h3>
<hr>
<div class="res-section">
<b>Rochester Insitute of Technology</b>
<div class="date">
<b>Rochester, NY</b><br><b>9/11 - 5/13</b>
</div>
<br><b>Freelance Tutor</b>
<br>
<div class="level2">Provide tutoring to classmates; Computer Science I (Python), Computer Science II (Python), Computer Science III (Java), Discrete Math II.<br>Provide tutoring to friends; Programming Fundamentals (Java).</div>
</div>
<h3>References</h3>
<hr>
<div class="res-section">
Due to the nature of this information being online, the references will be only available by request via <a href="mailto:[email protected]">email</a>.
</div>
</div>
<br>
Last updated: November 11th, 2013
<br><a href="downloads/RawlingsResume.pdf" target="_blank">Download PDF</a>
</div>
<div class="container center">
<hr>
<footer>
<p>© 2013 - 2014 Michael Rawlings</p>
</footer>
</div>
<!-- MAIN CONTENT END -->
<!-- Bootstrap JS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>