-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathabout.html
More file actions
213 lines (212 loc) · 7.59 KB
/
Copy pathabout.html
File metadata and controls
213 lines (212 loc) · 7.59 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>About | Intro to CS POGIL</title><!-- responsive meta -->
<meta content="width=device-width, initial-scale=1" name="viewport"><!-- For IE -->
<meta content="IE=edge" http-equiv="X-UA-Compatible"><!-- master stylesheet -->
<link href="css/style.css" rel="stylesheet"><!-- Responsive stylesheet -->
<link href="css/responsive.css" rel="stylesheet"><!--Color Switcher Mockup-->
<link href="css/color-switcher-design.css" rel="stylesheet"><!--Color Themes-->
<link href="css/color-themes/default-theme.css" id="theme-color-file" rel="stylesheet"><!-- Favicon -->
<link href="images/favicon/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="images/favicon/logo.png" rel="icon" sizes="32x32" type="image/png">
<link href="images/favicon/logo.png" rel="icon" sizes="16x16" type="image/png"><!-- Fixing Internet Explorer-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="boxed_wrapper">
<header class="header-area style-three stricky">
<div class="container">
<div class="row">
<div class="col-xl-12 col-lg-12 col-md-12">
<div class="inner-content clearfix">
<div class="header-left float-left">
<div class="logo">
<a href="index.html">
<img src="images/resources/logo.png" alt="Awesome Logo">
</a>
</div>
</div>
<div class="header-middle clearfix float-left">
<!--Start mainmenu-->
<nav class="main-menu clearfix">
<div class="navbar-header clearfix">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse clearfix">
<ul class="navigation clearfix">
<li>
<a href="index.html">Home</a>
</li>
<li class="current">
<a href="about.html">About</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
<li>
<a href="resources.html">Resources</a>
</li>
<li>
<a href="activity.html">Curriculum</a>
</li>
<li>
<a href="project-team.html">Project Team</a>
</li>
<li>
<a href="get-involved.html">Get Involved</a>
</li>
</ul>
</div>
</nav>
<!--End mainmenu-->
</div>
<div class="header-right float-right">
<a href="mailto:contact@introcspogil.org" class="btn-one thm-bg-clr">Email us</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!--End header area-->
<!--Start breadcrumb area-->
<section class="breadcrumb-area" style="background-image: url(images/resources/breadcrumb-bg.jpg);">
<div class="container">
<div class="row">
<div class="col-xl-12">
<div class="breadcrumb-menu">
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li><i aria-hidden="true" class="fa fa-angle-right"></i></li>
<li class="active">
<a href="about.html">About</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="member-details-area">
<div class="sec-title">
<div class="title left">
About IntroCS-POGIL
</div>
<div class="dector thm-bg-clr"></div>
</div>
<div class="text-holder">
<p>
The IntroCS Project has supported over 35 computer science faculty as they adopted POGIL in their introductory computer science classes.
To get involved, <a href="./get-involved.html">navigate here.</a>
</p>
</div>
</div>
</div>
</section>
</div>
<section class="footer-area">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-bottom">
<div class="copyright-text pull-left">
<p>Copyright © <span id="copyright-year">2019</span> <a class="thm-clr" href="/index.html">IntroCS-POGIL</a>. All Rights Reserved. This material is based upon work supported by the National Science Foundation under Grant No. 1626765</p>
</div>
</div>
</div>
</div>
</div>
</section><!--End footer bottom area-->
<!--Scroll to top-->
<div class="scroll-to-top scroll-to-target thm-bg-clr" data-target="html">
<span class="fa fa-angle-up"></span>
</div><!-- main jQuery -->
<script src="js/jquery.js">
</script> <!-- Wow Script -->
<script src="js/wow.min.js">
</script> <!-- bootstrap -->
<script src="js/bootstrap.min.js">
</script> <!-- bx slider -->
<script src="js/jquery.bxslider.min.js">
</script> <!-- count to -->
<script src="js/jquery.countTo.js">
</script>
<script src="js/jquery.appear.js">
</script> <!-- owl carousel -->
<script src="js/owl.js">
</script> <!-- validate -->
<script src="js/validation.js">
</script> <!-- mixit up -->
<script src="js/jquery.mixitup.min.js">
</script> <!-- isotope script-->
<script src="js/isotope.js">
</script> <!-- Easing -->
<script src="js/jquery.easing.min.js">
</script> <!-- Gmap helper -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAHzPSV2jshbjI8fqnC_C4L08ffnj5EN3A">
</script> <!--Gmap script-->
<script src="js/gmaps.js">
</script>
<script src="js/map-helper.js">
</script> <!-- video responsive script -->
<script src="js/jquery.fitvids.js">
</script> <!-- jQuery ui js -->
<script src="assets/jquery-ui-1.11.4/jquery-ui.js">
</script> <!-- Language Switche -->
<script src="assets/language-switcher/jquery.polyglot.language.switcher.js">
</script> <!-- jQuery PrettyPhoto js -->
<script src="js/jquery.prettyPhoto.js">
</script> <!-- jQuery timepicker js -->
<script src="assets/timepicker/timePicker.js">
</script> <!-- Bootstrap select picker js -->
<script src="assets/bootstrap-sl-1.12.1/bootstrap-select.js">
</script> <!-- html5lightbox js -->
<script src="assets/html5lightbox/html5lightbox.js">
</script> <!--Color Switcher-->
<script src="js/color-settings.js">
</script> <!--Particles -->
<script src="js/particles.min.js">
</script> <!--revolution slider js -->
<script src="assets/revolution/js/jquery.themepunch.tools.min.js">
</script>
<script src="assets/revolution/js/jquery.themepunch.revolution.min.js">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.actions.min.js">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.carousel.min.js">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.kenburn.min.js">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.layeranimation.min.js">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.migration.min.js">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.navigation.min.js">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.parallax.min.js">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.slideanims.min.js">
</script>
<script src="assets/revolution/js/extensions/revolution.extension.video.min.js">
</script> <!-- thm custom script -->
<script src="js/particles-config.js">
</script>
<script src="js/custom.js">
</script>
<script src="js/copyright-year.js" charset="utf-8">
</script> <!-- copyright year -->
</body>
</html>