-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTeacher Portal Dream Epic.html
216 lines (203 loc) · 5.18 KB
/
Teacher Portal Dream Epic.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html>
<head>
<title>Teacher Portal | Dream Epic</title>
<link rel="shortcut icon" href="Dream Epic Logo.png" type="image/x-icon"/>
<style>
img:hover {
transform: scale(1.3);
}
img {
border: 5px solid green;
}
{margin: 0; padding: 0;}
ul li{list-style: none; display: inline-block; float: center; line-height: 75px;}
ul li a{display: block; text-decoration: none; float: right; font-size: 20px; font-family: calibri;
color: white; padding: 0 20px;}
ul li a:hover{color: blue;}
nav{width: 100%; height: 75px; background-color: lightgreen;}
</style>
<b>
<nav>
<ul>
<li><a href="Home Dream Epic.html">Home</a></li>
<li><a href="Schedule Dream Epic.html">Student Portal</a></li>
<li><a href="Parent Portal Dream Epic.html">Parent Portal</a></li>
<li><a href="Teacher Portal Dream Epic.html">Teacher Portal</a></li>
<li><a href="Sports&Clubs Dream Epic.html">Sports&Clubs</a></li>
</ul>
</nav>
</b>
<style>
img{margin: 20px;}
body{background-image: url("picture1.png");background-repeat: no-repeat;background-attachment: fixed;background-size: cover;}
p{margin: 20px;}
{tab { margin-left: 40px;}
</style>
<style>
body {
margin: 0px;
}
.pad {
padding: 25px;
}
.header1 {
background-color: lightblue;
color: black;
height: 140px;
font-size: 27pt;
text-align: center;
}
.welcome {
background-color: gray;
color: white;
font-size: 20pt;
text-align: center;
height: 60px;
margin: 0px;
}
.main text {
width: 60%;
float: left;
background-color: beige;
}
.divs {
margin: 5px;
width: 25%;
float: left;
border: 4px solid lightblue;
}
.title1{
font-size:20px;
background-color:lightgreen;
width:23%;
margin-left:auto;
margin-right:auto;
padding-top:1px;
padding-bottom:1px;
padding-left:40px;
padding-right:40px;
margin-bottom:30px;
}
.title2{
font-size:20px;
background-color:lightgreen;
width:33%;
margin-left:auto;
margin-right:auto;
padding-top:1px;
padding-bottom:1px;
padding-left:40px;
padding-right:40px;
margin-bottom:30px;
}
</style>
</head>
<body>
<div class="header1 pad">
<button onclick="typeWriter()">Click me</button>
<p id="title"></p>
<script>
var i = 0;
var txt = 'Teacher Portal | Dream Epic';
var speed = 60;
function typeWriter() {
if (i < txt.length) {
document.getElementById("title").innerHTML += txt.charAt(i);
i++;
setTimeout(typeWriter, speed);
}
}
</script>
</script>
</div>
<div>
<p class="welcome">
<marquee>Teaching is not a job. It's a lifestyle. It permeates your whole life. - Jill Biden</marquee>
</p>
</div>
<style>
body {
color: white;
font-size: 20pt;
}
</style>
</div>
<script>
function addItem() {
var newItem = document.createElement("div");
newItem.innerHTML = document.getElementById("box").value;
newItem.onclick = removeItem;
document.getElementById("list").appendChild(newItem);
saveList();
}
function removeItem() {
document.getElementById("list").removeChild(this);
saveList();
}
function saveList() {
localStorage.storedList = document.getElementById("list").innerHTML;
}
function loadList() {
document.getElementById("list").innerHTML = localStorage.storedList;
for(var i = 0; i < list.children.length; i++) {
list.children[i].onclick = removeItem;
}
}
</script>
<style>
.header {
height:75px;
width: 350px;
background-color:lightblue;
float: center;
padding:10px;
margin:20px;
text-align:centre;
font-size:24px;
}
.app {
height:600px;
width: 350px;
background-color:lightgreen;
float: center;
padding:10px;
margin:20px;
}
input[type="button"] {
background-color: pink;
}
</style>
</head>
<body>
<div class="header">
<center>
<p>Interactive Schedule + Grades</p>
</center>
</div>
<div class="app">
<p style="font-size:18px; font-style:bold;">This is your student's interactive schedule! In order add a reccomened task, you may simply type it in. In order remove an item from this list, you have to click on the item. You may also update your student's grade and give advice here. Ex: English: A- (91%)</p>
<input type="text" id="box" value="Type here to add a task"/>r
<br/>
<input type="button" value="Add Task" onclick="addItem();"/>
<br/>
<div id="list"></div>
</div>
<script>
if(localStorage.storedList) {
loadList();
}
</script>
<!-- Start of ChatBot (www.chatbot.com) code -->
<script type="text/javascript">
window.__be = window.__be || {};
window.__be.id = "6469be5a770d090007976623";
(function() {
var be = document.createElement('script'); be.type = 'text/javascript'; be.async = true;
be.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.chatbot.com/widget/plugin.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(be, s);
})();
</script>
<!-- End of ChatBot code -->
</body>
</html>