-
Notifications
You must be signed in to change notification settings - Fork 0
/
me.html
27 lines (26 loc) · 945 Bytes
/
me.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
<!DOCTYPE html>
<html>
<head>
<title>About Me</title>
</head>
<body>
<h1>Sarah M.</h1>
<h2>Motivation for Taking this Course</h2>
<p>
My undergraduate degree is in mathematics and I have since worked
as a software engineer for a few years. Even though I frequently use tools like
JavaScript, HTML, and CSS in my day job, there are key web programming principles
that I would like to learn and improve on. I am pursuing an MS in Data Science, but feel
that it is important to be comfortable with web programming principles since web programming
can be integrated into projects of any domain. I am especially excited to learn more about how to
host web pages and to become more creative in the work that I design and produce!
</p>
<hr />
<h2>My Top 3 Favorite Foods</h2>
<ol>
<li>Ice Cream</li>
<li>Sushi</li>
<li>Blueberry Muffins</li>
</ol>
</body>
</html>