-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (41 loc) · 1.28 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
<!DOCTYPE html>
<html>
<head>
<title>
James Richter: the Home Page
</title>
<link rel="stylesheet" type="text/css" href="basic.css" />
</head>
<body>
<div class="mainDiv">
<div id ="heading">
This is a page about me, James Richter.
</div>
<div id ="mainBox">
<div class="sidebar">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="intro.html">About Me</a></li>
<li><a href="assignments.html">Assignments</a></li>
</ul>
<div id="image">
<img id="james" src="White-James.jpg" alt="The Handsomest Man on Earth" title="The story is never truly over as long as you have hope in your hearts."/i>
</div>
</div>
<div class="mainBlock">
Hi! This page is about me, James Richter. Click on the links
to the side to find out more about me, or the assignments that I
do for Web Engineering (CS 313).
</div>
</div>
</div>
</body>
<!-- sutff
git add
git commit -m "message"
git push origin master
git status
git pull
:q! to quit
:wq to write??-->
</html>