-
Notifications
You must be signed in to change notification settings - Fork 0
/
spage1.html
87 lines (75 loc) · 4.12 KB
/
spage1.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet"
href="/shared/IDEAS-developments/template-columbia/_assets/thirdpartylib/bootstrap-4.3.1/css/bootstrap.min.css">
<!-- Font Awesome CSS -->
<link rel="stylesheet"
href="/shared/IDEAS-developments/template-columbia/_assets/thirdpartylib/fontawesome-free-5.9.0-web/css/all.min.css">
<!-- Template CSS -->
<link rel="stylesheet" href="/shared/IDEAS-developments/template-columbia/_assets/css/styles.min.css">
<link rel="stylesheet" href="/shared/IDEAS-developments/template-columbia/_assets/css/custom.css">
<!-- Able Player Dependencies-->
<script
src="https://cdnapisec.kaltura.com/p/823192/sp/82319200/embedIframeJs/uiconf_id/46847663/partner_id/823192"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="/shared/videos/ableplayer/thirdparty/js.cookie.js"></script>
<link rel="stylesheet" href="/shared/videos/ableplayer/build/ableplayer.min.css" type="text/css">
<script src="/shared/videos/ableplayer/build/ableplayer.min.js"></script>
<script src="/shared/videos/ableplayer/ablefier.js"></script>
<script src="https://player.vimeo.com/api/player.js"></script>
<title>PCC D2L</title>
</head>
<body>
<svg mlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 1920 1080">
<defs> </defs>
<g id="Background">
<rect class="as-back" width="1920" height="1080"> </rect>
<path class="as-back-alt" d="M1360,0h667V1080H1360Z"> </path>
<g style="transform: translatex(-1350px) translatey(-150px);">
<g style="transform: scaleX(2) scaley(1.4);">
<path class="as-back-alt"
d="M1180.92,872H749.09A34.2,34.2,0,0,1,715,837.8V403.2A34.2,34.2,0,0,1,749.09,369h431.83A34.2,34.2,0,0,1,1215,403.2V837.8A34.2,34.2,0,0,1,1180.92,872Z">
</path>
</g>
</g>
</g>
<g id="Images">
<g>
<foreignObject class="as-img" width="640" height="800" x="1036" y="152"> <img src="img/week1/image3.jpg"
width="1664" height="2500" alt="An assortment of colorful beakers"> </foreignObject>
</g>
</g>
<g id="TextBoxes">
<foreignObject class="textFit" x="88" y="150" width="948" height="200">
<div>
<h2 style="font-size: 70px;">Intro to Chemistry & the Scientific Method</h2>
</div>
</foreignObject>
<foreignObject class="textFit as-box" x="144" y="380" width="848" height="700">
<h3>Learning Objectives</h3>
<div>
<p class="as-box" focusable="true">In this module, our goals are to:</p>
<ol style="padding-left: 3em;">
<li id="s02lo01" class="as-box" focusable="true" tabindex="-1">Develop an understanding of
chemistry.</li>
<li id="s02lo02" class="as-box" focusable="true" tabindex="-1">Define the steps of the
scientific method.</li>
<li id="s02lo03" class="as-box" focusable="true" tabindex="-1">Recognize the difference between
a scientific theory and scientific law.</li>
<li id="s02lo04" class="as-box" focusable="true" tabindex="-1">Distinguish between qualitative
and quantitative observations.</li>
<li id="s02lo05" class="as-box" focusable="true" tabindex="-1">Classify independent, dependent,
and controlled variables</li>
</ol>
</div>
</foreignObject>
</g>
</svg>
</body>
</html>