-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
44 lines (44 loc) · 2.07 KB
/
about.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 lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Alex Nielsen About Page</title>
<link rel="stylesheet" href="about-styles.css" />
</head>
<body>
<a href="index.html#about">Back home</a>
<h1>About me - Alex Nielsen</h1>
<p>
I've loved computers for a long time. Although I studied music in college,
I worked as a web developer for a few years and I've continued doing
freelance work to this day. Since then, I've tried out a few other career
paths, but I've always come back to web development. Not long ago I
decided to try to keep pace with the new technologies in web development
and I've been doing projects to showcase my skills. I have a YouTube
channel where I talk about web development and I've even given a few talks
at a local freeCodeCamp Meetup group.
</p>
<p>
HTML and CSS are the mainstays of course, but I've really come to love
JavaScript and React. I'm not a Node expert but I can get a REST API
running with Express.
</p>
<p>
I've been at home taking care of the kids the past few years but now I'm
ready to make a move back into full-time. Ideally I'd like to be working
in music/entertainment or education (I spent a few years teaching music),
but I would be very happy working anywhere that has a supportive team and
that will allow me to continue learning and growing my skills.
</p>
<p>
I'm currently living almost in the country, in northwest New Jersey, the
Garden State. Wife, two kids, two dogs and a cat. I love my vegetable
garden (and attempting to keep the deer out of it) and my wife and I are
trying our best to maintain a healthy lifestyle. We try to keep in shape
so our yearly Spartan Race is not that tough on us (we even have the kids
into the mud races too!).
</p>
</body>
</html>