-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (102 loc) · 4.12 KB
/
index.html
File metadata and controls
132 lines (102 loc) · 4.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Robert McCaffery : Developer, Analyst, Culinary Enthusiast, Ukulele Aficionado">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Robert McCaffery</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/robmc">View on GitHub</a>
<h1 id="project_title">Robert McCaffery</h1>
<h2 id="project_tagline">Developer, Analyst, Culinary Enthusiast, Ukulele Aficionado</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<img src="/images/robert_mccaffery.PNG" style="height: 200px; border-radius: 50%; margin-left: auto; margin-right: auto; display: block;" alt="Robert McCaffery Headshot">
<h3>Who I am</h3>
<p>I currently live in Memphis, home of the world's best BBQ in my humble opinion. I love to cook.</p>
<h3>What I do</h3>
<p>I'm currently working as a Sr. Accessibility Architect. I audit digital content (websites, mobile applications, software applications, documents, etc.) for accessibility and provide code solutions to fix accessibility issues. In addition to my technical contributions, I also provide Strategic/Program Management consulting. I help organizations provide accessible experiences through every phase of the software development life cycle.</p>
<p>I also have a <a href="/bucketlist.html">bucket list</a> and try to cross one item off per year if possible.</p>
<h3>Where I'm From</h3>
<img src="/images/where_ive_lived.png" alt="Map of the United States with Memphis Tennessee, Cleveland Ohio, and Washington DC highlighted" />
<p>I was born in Cleveland, spent some time in DC, and Memphis is home base. Cleveland has the best PoBoys. Memphis has the best BBQ. DC has the best sports.</p>
<h3>Examples Labs</h3>
<a href="/examples.html">Examples</a>
<h3>Recipes</h3>
A collection of some of my favorite <a href="/recipes.html">Recipes</a>.
<h3>Languages</h3>
<ul>
<li>Ruby on Rails</li>
<li>JavaScript</li>
<li>jQuery</li>
<li>HTML</li>
<li>CSS</li>
<li>ARIA</li>
</ul>
<h3>Skills</h3>
<ul>
<li>System Administration</li>
<li>SDLC</li>
<li>Linux</li>
<li>§ 508 and other standards of Accessibility compliance (CVAA, WCAG, etc.)</li>
<li>Agile / Scrum</li>
<li>Git / Subversion</li>
<li>Virtual Machines</li>
<li>Business Analysis</li>
<li>Project Management</li>
<li>Public Speaking</li>
</ul>
<h3>Professional Organizations</h3>
<ul>
<li>
<a href="http://www.meetup.com/DC-Tech-Meetup/">DC Tech Meetup</a> - Member
</li>
<li>
<a href="http://www.meetup.com/DevOpsDC/">DevOpsDC</a> - Member
</li>
<li>
<a href="http://www.meetup.com/dcruby/">DC Ruby Users Group (DCRUG)</a> - Member
</li>
<li>League of Professional System Administrators (LOPSA) - Charter Member and Speaker
<ul>
<li>Main website: <a href="https://lopsa.org/">https://lopsa.org/</a>
</li>
<li>DC chapter website: <a href="http://lopsadc.org/">http://lopsadc.org/</a>
</li>
</ul>
</li>
</ul>
<h3>Find me on</h3>
<ul>
<li><a href="http://www.linkedin.com/in/robertmccaffery">LinkedIn</a></li>
<li><a href="https://github.com/robmc">GitHub</a></li>
<li><a href="http://www.flickr.com/photos/robertmccaffery/sets/">Flickr</a></li>
</ul>
<h3>Education</h3>
<ul>
<li>Master of Business Administration - 2008 - Christian Brothers University</li>
<li>Graduate Certificate of Information Technology - 2008 - Christian Brothers University</li>
<li>Bachelor of Science in Business Administration - 2007 - Christian Brothers University
<ul>
<li>Major - Information Technology Management</li>
</ul>
</li>
</ul>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>