-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (19 loc) · 1.03 KB
/
index.html
File metadata and controls
24 lines (19 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<title>CS 290 Assignment 1</title>
</head>
<body>
<a href="blog.html">Code Blog</a>
<h1>Bradley Rule</h1>
<h2>ruleb@oregonstate.edu</h2>
<h2>Major: Computer Science Year: Sophomore</h2>
<ul style="list-style-type:none;">
<li>While I have taken a few CS classes, I have done very little web development and it was a long time ago. This is all very new territory for me and I am excited to learn a new skill!</li><br>
<li>In this class I am hoping to learn how to develop websites that not only look nice, but are funtional and easy to use. I also want to learn how the back end of websites works!</li><br>
<li>I have signed up for our campus wire</li><br>
<li>One of the most interesting experiences I have had was ocean fishing in Alaska. At the time that I was in Alaska, we weren't sure we were going to be able to fish at all due to a large storm in the area, but luckily, we barely avoided it.</li><br>
<li><img src=IMG_8766.jpg width=400 height=300></li>
</ul>
</body>
</html>