-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (47 loc) · 1.92 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Ruth Beeler </title>
<!--Remy Sharp Shim -->
<!--[if lte IE 9]>
<script
src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" >
type="text/javascript">
</script>
<![endif]-->
<link href="styles.css" type="text/css" rel="stylesheet">
<script src = "script.js" ></script>
</head>
<body>
<div id="header">
<p >ruth beeler</p>
<p >last word</p>
</div> <!-- end header -->
<div id="page">
<!-- <img src="glitchStatue.jpg" alt="Ruth"> -->
<div id="column1">
<div id="entry">
<p><strong>Ruth Beeler</strong></p>
<p><em>noun</em></p>
<p>Person. Human being by the name of Ruth. Known lover of reading and
writing. Plays hockey when she can. Has unending curiosity for what is next.
</p>
</div> <!-- end entry -->
</div> <!-- end column -->
<div id="column1">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
<a href="https://loremipsum.io/" target="_blank"><strong>LOREM IPSOM LINK</strong></a>
ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in
voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat
non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate.
</p>
</div> <!-- end column -->
</div> <!-- end page -->
</body>
</html>