-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
158 lines (150 loc) · 8.57 KB
/
index.html
File metadata and controls
158 lines (150 loc) · 8.57 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
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
<html>
<head>
<link rel="stylesheet" type="text/css" href="homepage.css">
<link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<script src="jquery-1.9.1.min.js"></script>
<!--<script src="jquery.js"></script>-->
</head>
<body>
<div class="container">
<header>
<nav class="nav">
<div class="h1-title">
<h1><span class="anthony">Anthony</span>Edwards Jr</h1>
</div>
<div class="navbar">
<ul>
<a href="#about_me"><li class="#about_me">about me</li></a>
<a href="http://aedwards12.github.io/blog/"><li class="">blog</li></a>
<a href="#resume"><li class="">resume</li></a>
<a href="#projects"><li class="active">web dev projects</li></a>
<a href="http://aevisionz.com"><li >photography</li></a>
</ul>
</div>
<div class="social-icons">
<ul>
<a href="https://www.facebook.com/anthony.j.edwards.79"><li class="facebook"><i class="fa fa-facebook-square fa-4x"></i></li></a>
<a href="http://www.linkedin.com/pub/anthony-edwards-jr/12/846/b90/"><li class="linked-in"><i class="fa fa-linkedin-square fa-4x"></i></li></a>
<a href="https://github.com/aedwards12"><li class="github"><i class="fa fa-github-square fa-4x"></i></li></a>
<a href="https://twitter.com/AnthonyEdwardsj"><li class="twitter"><i class="fa fa-twitter-square fa-4x"></i></li></a>
</ul>
</div>
</nav>
</header>
<section class="about-me" id="about_me">
<h2>about me </h2>
<div class="my-info">
<img src="images/marko_kovacevic-dbc_headshots-2014-07-01-full-5.jpg" alt="Smiley face" height="350" width="250">
</div>
<div class="my-info">
<dl>
<dt><h3>My Info</h3></dt>
<dd>Anthony Edwards Jr</dd>
<dd>Military Veteran</dd>
<dd>Fordham University BS Comp Sci</dd>
<dd>Bronx, NYC</dd>
<dd>(845)750-5646</dd>
<dd><a href="mailto:#">anthony.edwardsjr@gmail.com</a>
</dd>
</dl>
</div>
<div class="interests">
<dl>
<dt><h3>Interests</h3></dt>
<dd>Photography</dd>
<dd>Dance Instructor</dd>
<dd>Sports</dd>
<dd>Snowboarding</dd>
<dd>Disc Jockey </dd>
<dd>Swimming </dd>
<dd>Video Games (Xbox Halo, NBA2k, Madden NFL)</dd>
</dl>
</div>
</section>
<section class="projects" id="projects">
<h2>projects </h2>
<div class="my-info">
<div class="project">
<div class="img-wrapper image-1"></div>
<div class="project-description">
<a href="http://restless-workout.herokuapp.com/"><span>Rest-Less:</span> </a>
<p>My team built a Web Application that tracks your workout history. More importantly it tracks the amount of rest time in comparison to active time during a given workout. I was in charge of taking the data of your workout history and plotting it on a map in meaningful way. I also made a human body heat map that highlights the muscle groups of a given exercise. The technologies that I used were Javascript, Ruby, Ajax, Photoshop (used to make svg images of muscle groups), ActiveRecord, PostGres. Ruby on Rails, ActiveRecord, Javascript, AJAX, HTML5, CSS.
</p>
</div>
</div>
<div class="project">
<div class="img-wrapper image-3"></div>
<div class="project-description">
<a href="http://aevisionz.com"><span>AEvisionz:</span></a>
<p> Photography is a huge passion of mine. I am redesigning my personal photography website. All photos are shot and edited by me. Technologies used are CSS3, HTML5, & Javascript, Foundations, ActiveRecord, PostGres, AWS - S3/CDN, Photoshop.</p>
</div>
</div>
<div class="project">
<div class="img-wrapper image-5"></div>
<div class="project-description">
<a href=" https://aevisionz.fwd.wf"><span>MooreandMoore Fitness:</span></a>
<p> One page responsive static site. This site is being built for a husband and wife duo who are athletic fitness trainers and own their own boxing/fitness studio. This site is in its first iteration. Technologies used are CSS3, HTML5, Javascript, Bootstrap
</p>
</div>
</div>
<div class="project">
<div class="img-wrapper image-4"></div>
<div class="project-description">
<a href="http://jforu.com"><span>The Perfect Fit:</span></a>
<p> This site is a redesign for The Perfect Fit. The Perfect Fit is a custom wig hair salon. This site is in its first iteration. This site will continue to grow to include a blog and an online store. HTML5, & Javascript, Foundations, ActiveRecord, PostGres.</p>
</div>
</div>
<div class="project">
<div class="img-wrapper image-2"></div>
<div class="project-description">
<a href="http://fantasy-football-mock-draft.herokuapp.com/"><span>Fantasy Football Mock Draft:</span></a>
<p>My team built a Fantasy NFL Mock Draft simulation application. This application dynamically updates various locations on the DOM when specific events took place. I was in charge of making the algorithm to make the computer pick specific players. I also used a lot of pure Javascript to manipulate the DOM and make Ajax requests. Other technologies include CSS, HTML5 Ruby, ActiveRecord, MySQL, Ruby on Rails, ActiveRecord, Javascript, AJAX, HTML5, CSS.
</p>
</div>
</div>
</div>
</section>
<section class="resume gradient" id="resume">
<h2>resume </h2>
<div class="my-info">
<h3>Summary</h3>
<p>Electronics professional with ten years of technical experience. I am a team leader with the ability to teach, mentor, motivate, maximize productivity and improve efficiency of an organization. I am technically proficient and able to adapt to new environments and technology in an expeditious manner. </p>
<p>I am a highly motivated individual, eager to use and share my wealth of knowledge obtained over the past decade ranging from my experiences in the military to knowledge gained from college and at DevBootcamp.</p>
<p>I love to use the skills I possess to solve problems and work with people to accomplish their goals. </p>
<dl>
<dt><h3>Experience</h3> </dt>
<dt>DevBootcamp Phase 1 Coach/Mentor <span>September 2014 - present</span></dt>
<dd>Tutor and assist students individually or in small groups in order to help them master concepts and to reinforce best practices.</dd>
<dd>Provide students with code reviews. </dd>
<dd>Present subject matter to students using lightning talks, breakout sessions, or pair programming.</dd>
<dd>Debug errors in students' code.</dd>
<dd>Advise on new technologies, methodologies, and algorithms.</dd>
<dd>Attend staff meetings as required.</dd>
</dl>
<dl>
<dt>Staff SGT, U.S Air Force Reserves, Westover ARB, Chicopee, Mass <span>2009 - 2012</span></dt>
<dd>Assigned daily duties and instructs personnel in component repair and the proper us of technical manuals. </dd>
<dd>Maintained, tested, repaired avionics equipment </dd>
<dd>Utilize electronic theory, technical orders and wiring diagrams applied to system principles to isolate and repair malfunctions on C-5 Comm/Nav avionics equipment.</dd>
</dl>
<dl>
<dt>U.S. Army SGT, Electronics Supervisor <span>2003 - 2009</span></dt>
<dd>Created a procedural outline and trained 20 personnel in the maintenance and operation of aviation night vision devices, qualifying 100% of the squad.</dd>
<dd>Saved the organization $25,000 by utilizing proper warranty procedures on the newly fielded aviation night vision devices. </dd>
<dd>Selected as Primary AVIM ANVIS trainer for the Brigade’s four flight Battalions, training 10 ANVIS custodians.</dd>
<dd>Managed the completion of 617 work orders in the ANVIS section, contributing 31% of the platoons total workload in 10 months.</dd>
</dl>
<dl>
<dt><h3>Education</h3></dt>
<dd>Bachelor of Science in Computer Science, Fordham University <span>2011 - 2014 </span> </dd>
<dd>Dev Bootcamp (Full Stack development school) <span>2014 </span> </dd>
<dd>Ulster County Community College, Stone Ridge, NY (Computer Engineering) <span>2009 - 2011 </span></dd>
<dd>Management and Leadership Training, NCO Academy, FT Stewart, GA <span>2006 </span></dd>
<dd>Avionics Systems Repairer, Signal School, FT Gordon, GA <span>2003 - 2004 </span></dd>
</dl>
</div>
</section>
</div>
</body>
</html>