-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
328 lines (298 loc) · 11.7 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
<title>Nexus</title>
</head>
<body>
<header>
<img src="assets/uconn-wordmark-side-white.png" alt="University of Connecticut Logo"/>
<div>
<i class="bi bi-search"></i>
<p>A-Z</p>
</div>
</header>
<section class="landing">
<nav>
<div class="login-section">
<div>
<h4>Internal Insights & Innovation</h4>
<h2>Nexus - Student Success Platform</h2>
</div>
<a class="login-btn buttons">LOG IN</a>
</div>
<div class="nav-links">
<a href="./index.html">Home</a>
<a href="#">Tools</a>
<a href="#">FAQs</a>
<a href="#">Events</a>
<a href="#">Non-Degree</a>
<a href="#">Contact</a>
</div>
</nav>
<div class="landing-flex-wrap">
<div class="landing-text">
<h1>NEXUS</h1>
<p>A University of Connecticut engagement and retention platform, places actionable data in the hands of the advising
community to foster student success. Nexus complements the university's student support services and enhances information
sharing between students, staff, and faculty. Tools include dashboards, appointment scheduling, note sharing, event registration, and more.</p>
<a class="login-btn buttons">LOG IN</a>
</div>
<img src="assets/main.webp" class="circle-image"/>
</div>
</section>
<!-- Wave-->
<section class="wave-section">
<svg xmlns="http://www.w3.org/2000/svg" class="wave" viewBox="0 0 1440 320"><path fill="#fff" fill-opacity="1" d="M 0 64 L 80 90.7 C 160 117 320 171 480 160 C 640 149 800 75 960 42.7 C 1120 11 1280 21 1375 19 L 2191 17 L 2189 308 L 1360 320 C 1280 320 1120 320 960 320 C 800 320 640 320 480 320 C 320 320 160 320 80 320 L 0 320 Z"></path></svg>
<div class="about-section">
<h2>ABOUT</h2>
<p>One mission of Nexus is to support the university's student support services by enhancing communication between
students, staff, and faculty. Nexus tools and data analytics streamline and make processes related to student
success more efficient to help UConn advance the academic mission of the university.</p>
<a class="buttons">ALL TOOLS</a>
</div>
</section>
<main>
<section class="card">
<div>
<h3 class="card-title">Advising Suite</h3>
</div>
<div class="bullets">
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Universal Notes to record interactions with students and store documents Appointment Scheduling
Calendar streamlines scheduling, syncs with calendars, and sends reminders to students
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Appointment Scheduling Calendar streamlines scheduling, syncs with calendars,
and sends reminders to students
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Check-In Kiosk to monitor student traffic, increase office efficiency, and
generate aggregate traffic pattern reports
</p>
</div>
</div>
</section>
<section class="card">
<div>
<h3 class="card-title">Tutoring Platform</h3>
</div>
<div class="bullets">
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Tutoring reports to document tutoring sessions with students
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Front desk check in system with the ability to schedule in advance using the
appointment scheduling tool
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Customized check-in alerts based on courses/topics being tutored
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Live snapshots and dashboard statistics
</p>
</div>
</div>
</section>
<section class="card">
<div>
<h3 class="card-title">Student Hub</h3>
</div>
<div class="bullets">
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
24/7 access to schedule with people and services at a time that is
convenient for you
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Study Group tool to organize study groups and share documents
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
GPA 'what if' tool for calculating gpa needed to reach target cumulative gpa
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Mentoring Center to connect students with student and staff mentors
</p>
</div>
</div>
</section>
<section class="card">
<div>
<h3 class="card-title">Institutional Research Support</h3>
</div>
<div class="bullets">
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Providing data analysis for planning, institutional effectiveness, and decision making
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Tracking individual and aggregate student activity
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Data integration with other data sources
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Data integration with other data sources
</p>
</div>
</div>
</section>
<section class="card">
<div>
<h3 class="card-title">Department and Program Connections</h3>
</div>
<div class="bullets">
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Faculty and staff can connect to programs through the many academic networks of Nexus
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Network members control sharing of their information and customize processes to be
best suited for their network
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Unlimited networking opportunities supports users joining multiple networks
</p>
</div>
<div class="bullet">
<div>
<i class="bi bi-arrow-right-short"></i>
</div>
<p>
Cross-campus platform connects users and information across all UConn camuses
</p>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-wrap">
<div class="column">
<p><strong>Nexus</strong></p>
<a href="#">Tools</a>
<a href="#">FAQs</a>
<a href="#">Events</a>
<a href="#">Non-Degree</a>
<a href="#">Contact</a>
</div>
<div class="column">
<p><strong>Internal Insights & Innovation</strong></p>
<a href="#">[email protected]</a>
<a href="#">123-245-7890</a>
<br/>
<p>368 Farfield Way</p>
<p>Storrs, CT 06269-4001</p>
</div>
<div class="column">
<p><strong>Lorem Ipsum</strong></p>
<p>Dolor sit amet,</p>
<p>Consectetur</p>
<p>Adipsicing elit</p>
<div class="icons">
<i class="bi bi-snow"></i>
<i class="bi bi-truck"></i>
<i class="bi bi-infinity"></i>
</div>
</div>
<div>
<div class="search">
<input type="text" name="search" placeholder="Search..."></input>
<button>Search</button>
</div>
</div>
</div>
</footer>
<section class="copyright">
<div>
<a>© 2024 University of Connecticut</a>
<a>© Disclaimers, Privacy, & Copyright</a>
<a>© Accessibility</a>
</div>
</section>
</body>
</html>