generated from github/welcome-to-github-and-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (54 loc) · 1.59 KB
/
index.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
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>CS291A Project 0</title>
<LINK href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<header>
<h1>Project 0</h1>
</header>
<p>I'm Gwyneth Allwright and this is Project 0 for CS291A (Fall 2019) at UCSB.</p>
<img src="images/baby-gwyneth.jpg" id="baby-gwyneth" alt="baby-gwyneth-jpg"/>
<h2>Things that I'm good at include:</h2>
<ul>
<li>Puncturing bike tires</li>
<li>Playing mushroom tag with kids</li>
<li>Drinking too much coffee</li>
<li>Asking lots of silly questions</li>
<li>Making it up as I go along</li>
</ul>
<h2>Things that I wish I were better at include:</h2>
<table>
<tr>
<th>Skill</th>
<th>Current Level</th>
<th>Justification for Improving Skill</th>
</tr>
<tr>
<td>Walking dogs</td>
<td>Dogs walk me</td>
<td>Dogs are awesome</td>
</tr>
<tr>
<td>Meditation</td>
<td>My mind is a monkey</td>
<td>More considered reactions</td>
</tr>
<tr>
<td>Slacklining</td>
<td>I fall off after one step</td>
<td>Impress random strangers</td>
</tr>
<tr>
<td>Alignment in HTML/CSS</td>
<td>No comment</td>
<td>Save time</td>
</tr>
</table>
<p>The repo containing the source code for this page is <a href="https://github.com/gwynethallwright/cs291a-project-0">here</a>.
</p>
<br><br>
</body>
</html>