-
Notifications
You must be signed in to change notification settings - Fork 0
/
67-373.html
179 lines (158 loc) · 7.26 KB
/
67-373.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IS | 67-373</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<!-- JavaScript -->
<script defer src="src/overall.js"></script>
<!-- Style -->
<link rel="stylesheet" href="static/css/overall.css">
<style>
@font-face {
font-family: open-sans;
src: url(static/Open-Sans/OpenSans-Light.ttf);
}
body {
font-family: open-sans;
}
.carousel-item {
height: 500px;
background: #777;
color: white;
}
</style>
</head>
<body>
<!-- The Nav Bar< Will go First -->
<nav id="navbar" class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="https://www.cmu.edu/"><img src="static/images/overall-images/cmulogo.png"
alt="carnegie mellon unversity logo" class="navbar-logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarsExample05"
aria-controls="navbarsExample05" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample05">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="apply.html">Apply</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item dropdown">
<a id="location-specific" class="nav-link dropdown-toggle" href="courseOverview.html" data-bs-toggle="dropdown"
aria-expanded="false">Courses</a>
<ul class="dropdown-menu">
<li><a id="location-specific" class="dropdown-item" href="courseOverview.html">Courses Overview</a></li>
<li><a class="dropdown-item" href="67-373.html">67-373: IS Consulting Project</a></li>
<li id="not-qatar"><a class="dropdown-item" href="67-240.html">67-240: Mobile Web Sesign and Development</a></li>
<li id="not-qatar"><a class="dropdown-item" href="67-206.html">67-206: IS Community Engagement</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<main>
<!-- The Course Title/Photo -->
<div class="container">
<div class="row row1">
<div class="col">
<h1>67-373: IS Consulting Project</h1>
</div>
</div>
<div class="row row2">
<div class="col">
<img src="static/images/67-373 images/course1img1.jpg" width="90%">
</div>
</div>
<div class="row row3">
<div class="col">
<!-- The Course Description -->
<h2> Overview </h2>
</div>
</div>
<div class="row row4">
<div class="col">
<p>This is a new course that started in the fall of 2023. Here is the description from the syllabus: This
course provides an experiential learning and community
engagement experience to undergraduate students in the IS program. Students will develop an iterative
testing model to improve and conduct CMU Information
Systems’ outreach to students in the Pittsburgh Public School system. Students will engage with the
community, have conversations with community partners
and educators, and demonstrate knowledge of civic engagement, cultural identity, and diversity/inclusion.
Experiential learning through engagement in the
Pittsburgh Public Schools community will help CMU students make an impact on younger students, inspiring
them to potentially pursue CMU IS or other interdisciplinary
STEM careers.
</p>
</div>
</div>
<!-- Past Projects -->
<div class="row row5">
<div class="col">
<h2>Projects</h2>
</div>
</div>
<div class="row row5">
<div class="col">
<div id="carouselExampleIndicators" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="static/images/67-373 images/background.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="static/images/67-373 images/background.jpeg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="static/images/67-373 images/background.jpeg" class="d-block w-100" alt="...">
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleIndicators"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="footer-content">
<p class="info">© Information Systems at Carnegie Mellon University | 5000 Forbes Avenue, Pittsburgh, PA 15213 |
(412) 268-3259</p>
<p class="acknowledgements">Acknowledgements: This website is the outcome of a student project in Mobile Web
Design and Development (67-240) and is maintained by student-led effort. Credits: Website prototyping and
development © Erin Dieringer, Zoe Feng, Arnav Luthra, Abbey Mui, and Pooja Penninti. Website maintenance ©
Stephanie Pang, Samara McCallum, Emmet Mack, Allen Yao, Benjamin Chen, and Chloe Deng. Faculty advisors: Prof.
Sara Moussawi, Prof. Larry Heimann, and Prof. Julia Poepping.</p>
</div>
</footer>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
</body>
</html>