-
Notifications
You must be signed in to change notification settings - Fork 2
/
bio.html
44 lines (37 loc) · 1.93 KB
/
bio.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Arlene Andrews - Biography and Photos</title>
<link rel="stylesheet" type="text/css" href="port.css">
<meta name="Comments" content="Short Bio">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<header>
<div class="container">
<a href="index.html">Home</a>
</div>
</header>
<main id="container">
<div class="title"><p id="vanilla">Biography and photos</p></div>
<section>
<div class="text-bio">
<h1></h1>
<h2>My bio and photographs, usable on speaking engagements or articles.</h2>
Arlene Andrews is a self-guided learner, moving into the Quality Advocate section of the tech world, and has been selected to guest, write and review on podcasts, articles, classes, and proposals for conferences.
Having previously worked in a wide range of positions including both customer service and HR, she has a worldview of supporting customers, and is a fan of learning and applying new things. Moving into technology has been a huge leap, and she has
a passion for connecting people to resources that will foster improvements. She is both a Egghead Learner Advocate, an AuthO Ambassador; and is a proud member of Bridgetree.
</div>
<br>
<p></p>
<div class="photos">
<img id="img-bio" src="assets\SQuAD_919.jpg" alt="conference selfie"><br>
<img id="img-bio" src="assets\IMG_20181024_084242~2.jpg" alt="Outdoor picture"><br>
<img id="img-bio" src="assets\maa1.JPG" alt="Formal picture"><br>
<img id="img-bio" src="assets\hello.jpg" alt="Outdoor photo in bright sunlight"><br>
</div>
</section>
</main>
</body>
</html>