-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject3.html
158 lines (131 loc) · 4.11 KB
/
Project3.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<head>
<link rel="icon" type="favicon-32x32.png" href="favicon-32x32.png" sizes="32x32" />
<title>Project3</title>
</head>
<body style="background-color:lightyellow;font-family:sans-serif;font-size: 12px;">
<div>
<div id="pageContainer">
<style>
#sideBar {
float:left;
background: #006600;
color: lightyellow;
font-family: fantasy;
bottom: 0;
left: 0;
position: absolute;
top: 0;
width: 150px;
}
#mainContent {
bottom: 0;
left: 150px;
overflow: auto;
position: absolute;
right: 0;
top: 250px;
}
#TopBorder {
height: 100px;
left: 150px;
width: 92%;
position: relative;
right: 100px;
top: 0;
}
#Footer {
float:right;
text-align: center;
position: absolute;
width: 100%;
bottom: 0;
height: 300px;
}
</style>
<div id="TopBorder"
<h1>
<img src="http://i30.photobucket.com/albums/c331/edwardtu/GreenBayPackers_zps1772cf1b.png" alt="Packers"
style="width: 100%;height:100px;left:150px;">
</h1>
</div>
<div id="sideBar">
<li><a class="active" href="index.htm">Home</a></li>
<li><a href="Schedule.html">Green Bay Schedule</a></li>
<li><a href="Game_outcomes.html">Game Outcomes</a></li>
<li><a href="Resume.html">Resume</a></li>
<li><a href="Project4.php"> Submit Form</a></li>
<li><a href="Project3.html">Project3 Link<t></a></li>
<li><a href="About.html">About</a></li>
</div>
<div id="navMenu">
<h2>
<style>
ul {
list-style-type: none;
margin-left: 150px;
padding-left: 0;
overflow: hidden;
background-color: #006600;
}
li {
float: left;
}
li a {
display: block;
color: lightyellow;
text-align: center;
padding: 14px 16px;
left: 200px;
text-decoration: none;
}
li a:hover {
background-color: grey;
}
</style>
</head>
<body>
<ul>
<li><a class="active" href="index.htm">Home</a></li>
<li><a href="Schedule.html">Green Bay Schedule</a></li>
<li><a href="Game_outcomes.html">Game Outcomes</a></li>
<li><a href="Project4.php">Email Form</a></li>
<li><a href="About.html">About</a></li>
<li><a href="Resume.html">Resume</a></li>
<li><a href="Project3.html">Project3</a></li>
</ul>
</body>
</h2>
</div>
</html>
<div id="mainContent">
<p style="color:green;text-align:center;font-size:20px">
I have no idea what is supposed to be inputted here.<br>
<strong>Hi Jun!</stong>
</div>
<div id ="Notification"; class="alert";>
<style>
.alert {
position: fixed;
padding: 20px;
background-color: #006600; /* Green */
color: yellow;
margin-left: 70%;
margin-bottom: 200px;
text-align: center;
width: 20%;
top: 400px;
}
</style>
<span class="closebtn" onclick="this.parentElement.style.display='none';">×</span>
<strong:>Random Fact:</strong> Kangaroos cannot jump backwards.
</div>
<div id ="Footer">
<p>Created by: Tyler Thatcher <br>
CS212 Project 3 <br>
Contact information: <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</body>
</div>
</http>