-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (38 loc) · 2.04 KB
/
index.html
File metadata and controls
43 lines (38 loc) · 2.04 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
<!DOCTYPE html>
<meta charset="UTF-8">
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat|Pacifico">
<link rel="stylesheet" href="styles.css">
<title>anna mm w</title>
</head>
<body>
<div class="container">
<div class="main">
<img alt="a woman smiling at a windy waterfront in auckland" src="moi.jpg">
<h1>Hi, I'm <span class="name">Anna</span></h1>
<i class="fa fa-heart" aria-hidden="true"></i>
<i class="fa fa-heart" aria-hidden="true"></i>
<i class="fa fa-heart" aria-hidden="true"></i>
<p>
I entered the tech world by way of <a href="https://www.adadevelopersacademy.org/">Ada Developers Academy</a>.
Prior to that, I worked in higher education primarily serving Autistic college students.
My work experience and social work education helped develop my strengths in identifying creative solutions and communicating with kindness.
</p>
<p>
Now I continue connecting and problem-solving with people in a different way, by creating practical products that enrich the lives of their users.
Currently I am bringing my skillset to Indeed.com as a Software Engineer.
</p>
<div class="social">
<a href="mailto:annammwilson@gmail.com"><i class="fa fa-envelope"></i></a>
<a href="https://twitter.com/annamariem77"><i class="fa fa-twitter"></i></a>
<a href="https://github.com/annamw77"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/anna-wilson-73a9954b"><i class="fa fa-linkedin"></i></a>
<a href="Wilson_Resume.pdf">Resume</a>
</div>
</div>
</div>
</body>
</html>