-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (130 loc) · 5.98 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
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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<!--Fonts-->
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/bootstrap.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body style="background-color: #E0E0E0">
<div id="regContainer" style="width: inherit; background-color: #23272A; height: 211px; position: relative; z-index: 1000;">
<span class="navContainer" >
Mrs. Adam's AP Chemistry
</span>
<div class="navBar" >
<nav class="navigation">
<ul>
<li class="active">
<a href="index.html">Home</a>
</li>
</ul>
<ul>
<li>
<a class="" href="files.html">Files</a>
</li>
</ul>
<ul>
<li>
<a class="" href="units.html">Units</a>
</li>
</ul>
<ul>
<li>
<a class="" href="contact.html">Contact</a>
</li>
</ul>
<div class="rightFold"></div>
<div class="leftFold"></div>
</nav>
</div>
</div>
<div id="mobileContainer" style="width: inherit; background-color: #23272A; height: 211px; position: relative; z-index: 1000;">
<span class="mobileNavContainer" >
Mrs. Adam's AP Chemistry
</span>
<div class="mobileNavBar" >
<nav class="mobileNavigation">
<ul>
<li class="active">
<a href="index.html">Home</a>
</li>
</ul>
<ul>
<li>
<a class="" href="files.html">Files</a>
</li>
</ul>
<ul>
<li>
<a class="" href="units.html">Units</a>
</li>
</ul>
<ul>
<li>
<a class="" href="contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="container" style="background-color: #E0E0E0">
<div class="titleText" style="margin-top: 30px;"> AP Chemistry</div>
<div class="bodyTextHolder">
<p class="bodyText">Welcome, this website is open to students, their parents and/or guardians, and school administration.
A password is required to view any of the units listed above and is available on request.
I run a YouTube channel called <a class="link" href="https://www.youtube.com/user/100patoms">100patoms</a> that is a valuable resource when studying past units, or if you need a refresher.
The online book access information and related files can be found <a class="linkText">here</a> or in the files tab above.
Below are some related files that you will need for the first day of class.</p>
</div>
<div class="titleText" style="margin-top: 25%;">
First Day of School
</div>
<hr style="border:1px solid #F2668F;height:0.5%;background-color:#F2668F; margin-left: 65px;">
<div style="text-align: center;">
<p>
<a href="/files/begOfSchool.pdf" class="linkText" target="_blank">K/HAcknowledgement Letter <span class="subText">(PDF 85 KB)</span></a>
</p>
<p>
<a href="" class="linkText">Warm Up First Day of School <span class="subText">(PPTX 407 KB)</span></a>
</p>
<p>
<a href="" class="linkText">AP First Day of School <span class="subText">(PPT 880 KB)</span></a>
</p>
<p>
<a href="" class="linkText">K First Day of School <span class="subText">(PPTX 449 KB)</span></a>
</p>
</div>
<div class="titleText" style="margin-top: 50px;">
Need Help Downloading?
</div>
<div style="position:absolute; left: 50%; transform: translateX(-50%) translateY(-50%);">
<p class="bodyText" style="margin-top: 150px;">
PDF File: You need Adobe Acrobat Reader (version 7 or higher) to view this file. Download the free Adobe Acrobat Reader for <a href="https://get.adobe.com/reader/" class="linkText">PC or Mac.</a>
</p>
<p class="bodyText" >
PPT file: You need Microsoft PowerPoint to view this file. Download a free PowerPoint viewer for <a href="https://www.libreoffice.org/" class="linkText">PC or Mac.</a>
</p>
</div>
<div style="padding-top: 250px;">
</div>
</div>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>