-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html~
208 lines (128 loc) · 7.51 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
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1" />
<meta name="viewport" content="width=device-width" />
<title>Thriving in our Digital World - Home</title>
<link rel="shortcut icon" href="images/icon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/blog.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/socialize-bookmarks.css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="javascript/custom.js"></script>
<script type="text/javascript" src="javascript/header.js"></script>
<script type="text/javascript" src="javascript/twitter.js"></script>
<!-- PrettyPhoto -->
<link rel="stylesheet" href="css/prettyPhoto.css" type="text/css" media="screen" />
<script type="text/javascript" src="javascript/prettyPhoto.js"></script>
<!-- Photostream Javascript -->
<script type="text/javascript" src="javascript/bra.photostream.js"></script>
<!-- Flexslider JavaScript Files -->
<script type="text/javascript" src="javascript/jquery.flexslider.js"></script>
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
</head>
<body onload="initialize()" id="top">
<!-- START HEADER -->
<div id="header-wrapper">
<div class="header clear">
<div id="logo">
<a href="index.html"><img src="images/New Images/thrivingicon.png" alt="" height="75px"/></a>
</div><!--END LOGO-->
<div id="primary-menu">
<ul class="menu">
<li><a href="index.html" class="current">Home</a></li>
<li><a href="project1.html">Projects</a>
<ul>
<li><a href="project1.html">Maze Game</a></li>
<li><a href="project2.html">Unintend'o</a></li>
<li><a href="project3.html">Conspiracy Theory</a></li>
<li><a href="project4.html">Digital Manipulation</a></li>
</ul>
</li>
<li><a href="modules.html">Modules</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul><!--END UL-->
</div><!--END PRIMARY MENU-->
</div><!--END HEADER-->
</div><!--END HEADER-WRAPPER-->
<!-- END HEADER -->
<div id="wrapper">
<!-- START HOME -->
<div class="content-wrapper clear">
<div class="section-title text-align-center">
<h1 class="title3">
<a href="https://onramps.instructure.com/courses/723227">Thriving in Our Digital World</a>
</h1>
<p>Changing the face of computer science through inquiry-based education</p>
</div><!--END SECTION TITLE-->
<div class="slideshow-container">
<div class="flexslider" id="index-slider">
<iframe width="873" height="500" align="middle" src="http://www.youtube.com/embed/UUnpTxxwDmQ?rel=0" frameborder="10px" allowfullscreen></iframe>
<ul class="slides">
<li>
</li>
</ul><!--END UL SLIDES-->
</div><!--END FLEXSLIDER-->
</div><!--END SLIDESHOW-CONTAINER-->
<span class="title2">
<ul class="grid row4 services">
<li>
<div style="height:320px;">
<h2>Inquiry-Based Learning</h2>
<img src="images/icon_picframe.png" alt="" />
<p style="text-align:justify;margin-left:5px;margin-right:5px;">Our course is rooted in the inquiry-based pedagogies of project-based learning. Each of our modular units is built upon the juxtaposition of an authentic problem or scenario, organized collaboration, student-centered activities, and engaging multimedia and narratives. Teaching and learning are supported via a variety of scaffolds including rubrics, group contracts, and intermittent checkpoints for formative feedback.</p>
</div>
</li></a>
<li>
<div style="height:320px;">
<h2>Computer Science</h2>
<img src="images/icon_flask.png" alt="" />
<p style="text-align:justify;margin-left:5px;margin-right:5px;">Computer science permeates our digital world and supports a variety of professions. This college-level course exposes students to the big ideas in computer science that cross disciplinary boundaries. Our inquiry-based, student-centered instruction engages diverse student populations with computer science content that is both rigorous and relevant to their lives.</p>
</div>
</li></a>
<li>
<div style="height:320px;">
<h2>Learning Technologies</h2>
<img src="images/icon_art.png" alt="" />
<p style="text-align:justify;margin-left:5px;margin-right:5px;">Effective technology integration can amplify and transform classroom practices. We support teaching and learning in our course with a variety of digital technologies, including general (e.g., Google Apps and Canvas, a Learning Management System), flexible (e.g., wiki authoring and multimedia creation tools), and content-specific tools (e.g., Java applets that illustrate abstraction).</p>
</div>
</li></a>
<li>
<div style="height:320px;">
<h2>College Credit</h2>
<img src="images/icon_pencil.png" alt="" />
<p style="text-align:justify;margin-left:5px;margin-right:5px;">Whereas traditional dual credit models rely on college readiness assessments as a barrier to entry, our course teaches and assesses college readiness behaviors as the course progresses. Leveraging our unique dual enrollment model, successful students will earn state core curriculum credit for <em>CS 302—Computer Fluency</em> at the state's flagship school, the University of Texas at Austin.</p>
</div>
</li></a>
</ul></span><!--END GRID SERVICES-->
<div class="one2" style="border-top:solid 1px #eee;margin-top:30px;">
<div class="section-title text-align-center">
<center>
<h1 class="title3"><a href="https://onramps.instructure.com/courses/1423819"><br><br> VISIT OUR COURSE </a></h1>
<h2 class="title"><br>The curriculum and content of <span style="color: #003057;">Thriving in our Digital World</span> are available for free.<br><br></h2></center>
</div></div>
</div><!-- END CONTENT-WRAPPER -->
<!-- END HOME -->
</div><!-- END WRAPPER -->
<!-- START FOOTER -->
<div id="footer">
<div id="footer-content">
<div id="footer-top" class="clear">
<div class="one-fourth">
</div><!--END ONE-FOURTH-->
</div><!--END FOOTER-TOP-->
<div id="footer-bottom" class="clear">
<div class="one">
<a href="about.html"><h3>Project Engage</h3></a>
<p>These materials were created by faculty and staff of <a href="http://www.utexas.edu/">The University of Texas at Austin</a>. Funding for <a href="https://canvas.instructure.com/courses/884561">Thriving in our Digital World</a> was provided by a grant from the <a href="http://www.nsf.gov/">National Science Foundation </a>(award #1138506) and the The University of Texas at Austin.</p><br />
</div><!--END ONE-HALF-->
</div><!--END FOOTER-BOTTOM-->
</div><!--END FOOTER-CONTENT-->
</div><!--END FOOTER-->
<!-- END FOOTER -->
</body>
</html>