-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
45 lines (41 loc) · 1.61 KB
/
about.html
File metadata and controls
45 lines (41 loc) · 1.61 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
<!doctype html>
<html lang="en">
<head>
<title>Robert Boder About</title>
<meta charset="UTF-8">
<meta name="description" content="Robert Boder's Personal Webpage About Page">
<meta name="author" content="Robert Boder">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div class="two-column">
<div class="topnav" id="nav-bar">
<nav>
<a href="index.html">Home</a>
<a href="projects.html">Projects Portfolio</a>
<a class="active" href="about.html">About</a>
<a href="contact.html">Contact</a>
</nav>
</div>
<div id="main">
<p>Publishing and educational technology professional with nearly 10 years of experience. Publishing Swiss Army Knife. Roles have included:</p>
<ul class="skill_list">
<li>Subject matter expert for HTML5, CSS, Javascript/Node.js, MathML, Python, REST, XML, ONIX, EPUB, WAI-ARIA, and WCAG.</li>
<li>Platform specialist for Alfresco and FileMaker.</li>
<li>Content production and publishing tool developer.</li>
<li>Editor and project manager for custom publishing lists.</li>
<li>Copyright and media asset clearance and development specialist.</li>
<li>Certified Scrum Master (brief stint).</li>
<li>Sales Associate (even briefer stint).</li>
<li>Full-time Shiba Inu wrangler.</p>
</ul>
</div>
<img id="headshot" src="img/IMG_2857.jpeg" width=50% alt="Photograph of Robert Boder">
<footer>
<p>© Robert Boder. Email: <a href="mailto:rboder@gmail.com">
rboder@gmail.com</a></p>
</footer>
</div>
</body>
</html>