-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
119 lines (91 loc) · 3.28 KB
/
index.html
File metadata and controls
119 lines (91 loc) · 3.28 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Online Resume</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="javascripts/respond.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="stylesheets/ie.css">
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
</head>
<body>
<div id="header">
<nav>
<li class="fork"><a href="https://github.com/eagardi">View On GitHub</a></li>
</nav>
</div><!-- end header -->
<div class="wrapper">
<section>
<div id="title">
<h1>Everton A. Gardiner</h1>
<h6>everton_gardiner@yahoo.com</h6> <h6>770-362-4595</h6>
<p></p>
<hr>
<span class="credits left">Project maintained by <a href="https://github.com/eagardi">eagardi</a></span>
</div>
<h3>
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span class="octicon octicon-link"></span></a>Objective</h3>
<p>Obtain a position as a Software Developer</p>
<pre><code>Education
Georgia Gwinnet College(2013- May 2015)<a href=" http://www.ggc.edu/ "> GGC URL</a>
B.S Information Technology(Concentration in Software Development)
Expected Graduation May 2016
* Dean List
</code></pre>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Work History</h3>
<p><h4>Mobile Application Intern(May 2015 - present)</h4></p>
<p><h5>Gwinnett Medical Center</h5></p>
<ul>
<h6>
<li>Currently designing and creating Gwinnett Medical Centers first mobile app</l1>
<li>Utilizing MVC design pattern</li>
<li>Android Mobile Development</li>
</h6>
</ul>
<p><h4>ITEC Tutor(Jan 2014 - May 2015)</h4></p>
<p><h5>Georgia Gwinnett College</h5></p>
<ul>
<h6>
<li>Tutored student in different software languages</l1>
<li>Assisted intructors during class with programming questions</li>
<li>Created tutorials to help students learn and understand programming</li>
</h6>
</ul>
<h3>
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Projects</h3>
<p><h4>Dragons Keep(Completed - December 2014)</h4></p>
<p><h5>Georgia Gwinnett College</h5></p>
<ul>
<h6>
<li>Dragons Keep is a text based adventure game that was written for ITEC 3860, Software Development 1 Fall 2014</li>
<li>Utilized OOP to link to database (Java and SQL)</li>
</h6>
</ul>
<h3>
<a id="rather-drive-stick" class="anchor" href="#rather-drive-stick" aria-hidden="true"><span class="octicon octicon-link"></span></a>Software Languages</h3>
<p><ul>
<h6>
<li>HTML</li>
<li>CSS</li>
<li>Java</li>
<li>JavaScript</li>
<li>PHP</li>
<li>Visual Basic</li>
<li>Android</li>
<li>SQL</li>
<li>XML</li>
</h6>
</ul></p>
</section>
</div>
</body>
</html>