-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (67 loc) · 3.13 KB
/
index.html
File metadata and controls
88 lines (67 loc) · 3.13 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Simon McCravy by smccrav1</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Simon McCravy</h1>
<p class="header">Online Resume</p>
<ul>
<li><a class="buttons github" href="https://github.com/smccrav1">GitHub Profile</a></li>
</ul>
</header>
<section>
<h1>
<a id="simon-mccravy" class="anchor" href="#simon-mccravy" aria-hidden="true"><span class="octicon octicon-link"></span></a>Simon McCravy</h1>
<p>E-mail: <a href="mailto:smccrav1@ggc.edu">smccrav1@ggc.edu</a></p>
<h2>
<a id="statement" class="anchor" href="#statement" aria-hidden="true"><span class="octicon octicon-link"></span></a>Statement</h2>
<p>Software Engineer with experience in minor projects looking for entry positions.</p>
<h2>
<a id="education" class="anchor" href="#education" aria-hidden="true"><span class="octicon octicon-link"></span></a>Education</h2>
<p><strong>B.S. Information Technology</strong> (Concentration in Software Development) - <a href="http://www.ggc.edu/">Georgia Gwinnett College(2011-2016)</a></p>
<h2>
<a id="project-experience" class="anchor" href="#project-experience" aria-hidden="true"><span class="octicon octicon-link"></span></a>Projects</h2>
<p><strong>Text game(RadeWorld)</strong> (GGC) <em>August 2014 - December 2014</em></p>
<ul>
<li>Implemented saveing and loading feature</li>
<li>Implemented data-based text interface</li>
<li>Used Github, Java, and MySQL to develop game</li>
</ul>
<h2>
<a id="skills" class="anchor" href="#skills" aria-hidden="true"><span class="octicon octicon-link"></span></a>Skills</h2>
<p><strong>Languages:</strong> Java, SQL</p>
<p><strong>Software and Operating Systems:</strong> Windows, Linux, MySQL/SQLite,
Eclipse IDE</p>
<p><strong>Technologies/Platforms:</strong> Android, Git</p>
<p><strong>Other Skills:</strong> Object oriented programming</p>
<h2>
</section>
<footer>
<p><small>Hosted on <a href="http://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-34546393-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>