-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathssw.html
755 lines (569 loc) · 38 KB
/
ssw.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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
<!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="sass/style.css">
</head>
<body>
<!--
NAVIGATION
-->
<!--Main Navigation-->
<div class="navigation">
<input type="checkbox" class="navigation__checkbox" id="navi-toggle">
<label for="navi-toggle" class="navigation__button">
<span class="navigation__icon"> </span>
</label>
<div class="navigation__background"> </div>
<nav class="navigation__nav">
<ul class="navigation__list">
<li class="navigation__item"><a href="https://www.ucdenver.edu/learning-resources-center" class="navigation__link">Home</a></li>
<div class="dropdown">
<li class="navigation__item"><a href="https://www.ucdenver.edu/learning-resources-center/peer-to-peer" class="navigation__link dropdown__link">Peer to Peer<!--<ion-icon name="caret-forward-outline" class="dropdown__icon"></ion-icon>--></a></li>
<!--
<div class="dropdown__content">
<li class="navigation__item"><a href="#" class="navigation__link dropdown__link--sub">ELL</a></li>
</div>
-->
</div>
<li class="navigation__item"><a href="https://www.ucdenver.edu/learning-resources-center/supplemental-instruction" class="navigation__link">Supplemental Instruction</a></li>
<li class="navigation__item"><a href="https://www.ucdenver.edu/learning-resources-center/intense-preparation" class="navigation__link">iPrep</a></li>
<div class="dropdown">
<li class="navigation__item"><a href="https://www.ucdenver.edu/learning-resources-center/resources" class="navigation__link dropdown__link">Workshops
<!--<ion-icon name="caret-forward-outline" class="dropdown__icon"></ion-icon>--></a></li>
<div class="dropdown__content">
<!--
<li class="navigation__item"><a href="https://www.ucdenver.edu/learning-resources-center/resources/academic-support-programs" class="navigation__link dropdown__link--sub">Academic Support</a></li>
-->
</div>
</div>
<li class="navigation__item"><a href="https://www.ucdenver.edu/learning-resources-center/faculty-staff-resources" class="navigation__link">Faculty/Staff Resources</a></li>
<li class="navigation__item"><a href="https://www.ucdenver.edu/learning-resources-center/join-our-team" class="navigation__link">Join Our Team</a></li>
<li class="navigation__item"><a href="https://www.ucdenver.edu/learning-resources-center/about" class="navigation__link">About Us</a></li>
</ul>
</nav>
</div>
<main>
<header class="section__intro--sub section__intro--sub--ssw">
<div class="row">
<div class="intro__heading" id="section-head">
<h1 class="main__heading u-margin-bottom-big"><span class="main__heading--gold">Learning Resources Center</span>Workshops<span class="main__heading--sub">Create an Easier Path to Learning</span></h1>
<div class="section__intro--btns">
<a href="#popup-ssw-sched" class="btn btn-full">Summer 22 Schedule</a>
<a href="https://ucdenver.campus.eab.com/capabilities#/my/appointment-new" class="btn btn-full">Sign Up</a>
</div>
</div>
</div>
</header>
<section class="ssw__tabs--container">
<div class="ssw__tabs">
<input
type="radio"
class="ssw__tabs--radio"
name="ssw-tabs"
id="ssw-tabs__ssw"
checked
/>
<label for="ssw-tabs__ssw" class="ssw__tabs--label"
>Study Skills Workshops
</label>
<div class="ssw__tabs--content">
<div class="ssw__tabs--content--text">
<div class="ssw__tabs--content--text-box">
<h2>Browse Our Offered Workshops</h2>
<ul>
<li> <ion-icon name="newspaper-outline"></ion-icon> Not earning the grades you want?</li>
<li> <ion-icon name="cloud-offline-outline"></ion-icon> "Go blank" during tests?</li>
<li> <ion-icon name="pulse-outline"></ion-icon> Stressing about assignments?</li>
</ul>
<div>
<a class="btn btn-full--white-1" href="#popup-ssw-sched">Workshop Schedule</a>
<a href="https://ucdenver.campus.eab.com/capabilities#/my/appointment-new" class="btn btn-full--white-1">Sign Up</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section__overview--ssw">
<div class="u-center-text u-margin-bottom-medium">
<h2 class="heading-secondary">Study Skills</h2>
</div>
<div class="row">
<div class="col-1-of-2">
<div class="overview__box">
<div class="u-center-text">
<ion-icon name="hammer-outline" class="overview__box--icon overview__box--icon-hammer"></ion-icon>
</div>
<div class="overview__box--content">
<h3 class="heading-tertiary u-margin-bottom-small u-center-text">Discover Your Strengths, Build New Skills</h3>
<p class="paragraph">Feeling overwhelmed with schoolwork? Putting things off until the last moment? Scrambling to turn in quality work? We get it. Learning in college is much more intense than learning in high school. When your academic load seems overwhelming and impossible to navigate, we've got the tools for you to manage it all. We'll help you figure out what learning strategies work best for your skills, then strengthen those skills and teach you new techniques along the way.</p>
</div>
</div>
</div>
<div class="col-1-of-2">
<div class="overview__box">
<div class="u-center-text">
<ion-icon name="boat-outline" class="overview__box--icon overview__box--icon-boat"></ion-icon>
</div>
<div class="overview__box--content">
<h3 class="heading-tertiary u-margin-bottom-small u-center-text">Everybody's Different</h3>
<p class="paragraph">There isn't one correct way to learn and study. Everyone has a different schedule, workload, and lifestyle. This creates diversity in the way students learn, retain new information, and perform in the classroom. Trying out new study methods can be helpful, but also confusing and time-consuming. Luckily, our staff is here to help take the guessing out of studying and performing better on tests. We offer a variety of services and resources so you can discover the methods that work best for you.</p>
</div>
</div>
</div>
</div>
</section>
<section class="section__student-lingo" id="section__student-lingo">
<div class="u-center-text u-margin-bottom-small">
<h2 class="heading-secondary--white">Student Lingo<sup>®</sup></h2>
</div>
<div class="row">
<p class="paragraph-hero u-center-text u-margin-bottom-big">Student Success Workshops Online and On-Demand through the LRC! Can’t make it to one of our in-person workshops? Don’t worry, we’ve got you covered! Watch Student Lingo workshops from the comfort of your own home 24/7! Topics include:</p>
<div class="col-1-of-2">
<a href="#popup-ace" class="btn-span u-center-text u-margin-bottom-small">Academic and Career Exploration</a>
<a href="#popup-ltl" class="btn-span u-center-text u-margin-bottom-small">Learning to Learn</a>
<a href="#popup-pm" class="btn-span u-center-text u-margin-bottom-small">Personal Management</a>
</div>
<div class="col-1-of-2">
<a href="#popup-rws" class="btn-span u-center-text u-margin-bottom-small">Reading & Writing Strategies</a>
<a href="#popup-ol" class="btn-span u-center-text u-margin-bottom-small">Online Learning</a>
<a href="#popup-ss" class="btn-span u-center-text u-margin-bottom-small">Success Strategies</a>
</div>
</div>
</section>
<section class="overview__section ssw-fsr">
<div class="overview__content-box">
<div class="overview__content-box--holds-two">
<div class="overview__content-box--heading">
<h2>Faculty/Staff Resources</h2>
</div>
<div class="overview__content-box--icon">
<ion-icon name="document-attach-outline" class="overview--icon"></ion-icon>
</div>
</div>
<div class="overview__content-box--text">
<p class="paragraph">The LRC is delighted to work with our campus partners in order to get the most out of what the center offers in support of our student's academic success. Below are helpful tools our faculty and staff can take advantage of in maximizing the impact we all have on CU Denver students. Find our most current flyers and schedules in the LRC Marketing section. Interested in requesting a Study Skills Workshop for your class? Find out how in Classroom Connection. If there are additional resources you need, feel free to drop us a line using the form on the bottom. Visit our Virtual Front Desk or email LRC@ucdenver.edu for support.</p>
</div>
<div class="overview__content-box--cta">
<a href="https://ucdenverdata.formstack.com/forms/classroom_workshop_request" class="btn-span" target="_blank">Request a Workshop</a>
</div>
</div>
</section>
<!--FOOTER W/ Fac/Staff RSC NOTE-->
<!--Footer-->
<footer class="section__end">
<div class="row">
<div class="col-1-of-2">
<div class="section__end--logo-box">
<a href="#section-head" class="scroll-link"><img src="https://www.ucdenver.edu/images/librariesprovider132/lrc-css-img/logos/lrc-logo-horz-gold-white@1.png?sfvrsn=9df3c4ba_2" alt="LRC Logo" class="section__end--logo"></a>
</div>
</div>
<div class="col-1-of-2">
<div class="section__end--add">
<h3 class="heading-tertiary__gold--keep">Learning Resources Center</h3>
<p class="section__end--text">
CU Denver City Heights <span class="section__end--text--div-line">|</span> Learning Commons<br>
<a href="https://www.google.com/maps/search/1191+Larimer+St+%231201,+Denver,+CO+80204/@39.7446014,-105.0109047,16z/data=!3m1!4b1" class="box__link" target="_blank">1191 Larimer, Suite 1201 Denver, CO 80204</a><br>
<a href="mailto: lrc@ucdenver.edu" class="box__link">LRC@ucdenver.edu</a><br>
<a href="tel: 303-315-3531" class="box__link">303-315-3531</a>
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-1-of-2">
<div class="section__end--policy-2">
<div class="section__end--policy-2-box">
<h3 class="heading-tertiary__gold--keep u-center-text">
LRC graded assignment policy
</h3>
</div>
<p class="section__end--policy-2-box--text"><em>Tutors are prohibited from assisting students with any assignments that will be submitted for a grade. The tutor can clarify concepts related to an assignment and/or do similar practice problems. Please view the CU Denver <a href="https://www.ucdenver.edu/student/health-wellness/student-conduct/academic-integrity" class="box__link">Academic Integrity Policy</a> for more information.</em></p>
</div>
</div>
<div class="col-1-of-2">
<div class="section__end--policy-2">
<div class="section__end--policy-2-box">
<h3 class="heading-tertiary__gold--keep u-center-text">
For Faculty and staff
</h3>
</div>
<p class="section__end--policy-2-box--text">The Learning Resources Center can be a valuable resource to faculty and staff at CU Denver. We offer a series of study skills workshops which can be presented to your class to assist in developing their learning potential. Visit our <a href="https://www.ucdenver.edu/learning-resources-center/faculty-staff-resources" class="box__link">Faculty and Staff Resources</a> page to learn more about what we can do for you!</p>
</div>
</div>
</div>
<!-- SOCIAL LINKS -->
<div class="row u-center-text">
<div class="section__end--social">
<a href="https://www.facebook.com/CUDenverLRC" class="section__end--social-link" target="_blank"><ion-icon name="logo-facebook" class="fb-icon"></ion-icon></a>
<a href="https://www.instagram.com/cudenverlrc/" class="section__end--social-link" target="_blank"><ion-icon name="logo-instagram" class="insta-icon"></ion-icon></a>
<a href="https://www.linkedin.com/company/uc-denver-learning-resources-center" class="section__end--social-link" target="_blank"><ion-icon name="logo-linkedin" class="lin-icon"></ion-icon></a>
<a href="https://twitter.com/CUDenverLRC/" class="section__end--social-link" target="_blank"><ion-icon name="logo-twitter" class="twit-icon"></ion-icon></a>
</div>
</div>
<!-- NAVI LINKS -->
<div class="row u-center-text">
<div class="section__end--navigation u-center-text">
<!--MAIN NAVIGATION-->
<ul class="section__end--list">
<li class="section__end--item"><a href="#" class="section__end--link">Home</a></li>
<li class="section__end--item"><a href="https://www.ucdenver.edu/learning-resources-center/peer-to-peer" class="section__end--link">P2P</a></li>
<!--<li class="section__end--item"><a href="#" class="section__end--link">ELL</a></li>-->
<li class="section__end--item"><a href="https://www.ucdenver.edu/learning-resources-center/supplemental-instruction" class="section__end--link">SI</a></li>
<li class="section__end--item"><a href="https://www.ucdenver.edu/learning-resources-center/intense-preparation" class="section__end--link">iPrep</a></li>
<li class="section__end--item"><a href="https://www.ucdenver.edu/learning-resources-center/resources" class="section__end--link">Workshops</a></li>
<li class="section__end--item"><a href="https://www.ucdenver.edu/learning-resources-center/resources/academic-support-programs" class="section__end--link">Academic Support</a></li>
<li class="section__end--item"><a href="https://www.ucdenver.edu/learning-resources-center/faculty-staff-resources" class="section__end--link">Faculty/Staff Resources</a></li>
<li class="section__end--item"><a href="https://www.ucdenver.edu/learning-resources-center/join-our-team" class="section__end--link">Join Us</a></li>
<li class="section__end--item"><a href="https://www.ucdenver.edu/learning-resources-center/about" class="section__end--link">About Us</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-1-of-2">
<p class="section__end--text">Please note, regardless of synchronous or asynchronous course delivery, students are unable to sign up for any LRC service that conflicts with a scheduled class time. </p>
</div>
<div class="col-1-of-2">
<p class="section__end--text">
If you're unable to sign up for LRC services for any reason other than technical issues, please let us know by completing the form below. This will help us in future planning and how we deliver services to best meet the needs of our CU Denver student/community. Contact us at LRC@ucdenver.edu for questions.<br>
<a href="https://ucdenverdata.formstack.com/forms/unfilled_request_form" class="box__link">Submit Feedback</a>
</p>
</div>
</div>
</footer>
<!------------------------------------------------------Academic and Career Exploration popup------------------------------------------------------>
<!--Academic and Career Exploration popup-->
<div class="popup" id="popup-ace">
<div class="popup__content popup__content-sl">
<a href="#section__student-lingo" class="popup__close">×</a>
<h2 class="heading-secondary__pe u-margin-bottom-small">Academic and Career Exploration</h2>
<p class="popup__text">
<ul class="paragraph popup__text--list">
<li><a href="https://www.studentlingo.com/learn/course/creating-your-college-bucket-list-explore-experience-succeed-ucdenver" class="popup__link" target="_blank">
Creating Your College Bucket List: Explore, Experience, Succeed
</a></li>
<li><a href="https://www.studentlingo.com/learn/enroll/115fb8f0-82e5-58ba-a80d-0c60ae84bd23" class="popup__link" target="_blank">
Exploring Careers and Choosing a Major
</a></li>
<li><a href="https://www.studentlingo.com/learn/enroll/76f8e407-0afa-5c4f-a856-8cf2a8a97d32" class="popup__link" target="_blank">
Mastering the Job Interview
</a></li>
<li><a href="https://www.studentlingo.com/learn/enroll/ca15682c-8307-5084-a3f9-079f344f2eb3" class="popup__link" target="_blank">
Maximizing Your College Experience
</a></li>
<li><a href="https://www.studentlingo.com/learn/enroll/1277e77d-9216-5edc-8e9d-a36a0d84a2ab" class="popup__link" target="_blank">
What it Takes to be a successful student
</a></li>
<li><a href="https://www.studentlingo.com/learn/enroll/8279de6f-57a6-5fb3-b7bb-7fb156f0693d" class="popup__link" target="_blank">
writing effective resumes and cover letters
</a></li>
</ul>
</p>
</div>
</div>
<!--Learning To Learn popup-->
<div class="popup" id="popup-ltl">
<div class="popup__content popup__content-sl">
<a href="#section__student-lingo" class="popup__close">×</a>
<h2 class="heading-secondary__pe u-margin-bottom-small">Learning To Learn</h2>
<p class="popup__text">
<div class="row">
<div class="col-1-of-2">
<ul class="paragraph popup__text--list">
<li><a href="https://www.studentlingo.com/learn/course/academic-integrity-the-dos-and-donts-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Academic Integrity: The Do's and Don'ts
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/classroom-expectations-behavior-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Classroom Expectations and Behavior
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/developing-critical-thinking-skills-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Developing Critical Thinking Skills
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/10-habits-of-mind-for-college-success-1-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
10 Habits of Mind For College Success
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/discover-your-learning-style-preferences-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Discover Your Learning Style Preferences
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/exam-preparation-tips-test-taking-strategies-copy-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Exam Preparation Tips & Test-Taking Strategies
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/handling-failure-in-out-of-the-classroom-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Handling Failure In and Out of the Classroom
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/how-to-overcome-math-anxiety-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
How to Overcome Math Anxiety
</a></li>
</ul>
</div>
<div class="col-1-of-2">
<ul class="paragraph popup__text--list">
<li><a href="https://www.studentlingo.com/learn/course/how-to-reduce-test-anxiety-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
How to Reduce Test Anxiety
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/how-to-succeed-in-math-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
How to Succeed in Math
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/how-to-work-in-groups-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
How to Work in Groups
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/information-literacy-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Information Literacy: How to Master College Research
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/learning-strategies-every-student-should-know-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Learning Strategies Every Student Should Know
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/preparing-for-final-exams-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Preparing for Final Exams
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/study-tips-note-taking-strategies-1-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Study Tips and Note-Taking Strategies
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/the-difference-between-high-school-college-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
The Difference Between High School and College
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/understanding-avoiding-plagiarism-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Understanding & Avoiding Plagiarism
</a></li>
</ul>
</div>
</div>
</p>
</div>
</div>
<!--Personal Management popup-->
<div class="popup" id="popup-pm">
<div class="popup__content popup__content-sl">
<a href="#section__student-lingo" class="popup__close">×</a>
<h2 class="heading-secondary__pe u-margin-bottom-small">Personal Management</h2>
<p class="popup__text">
<div class="row">
<div class="col-1-of-2">
<ul class="paragraph popup__text--list">
<li><a href="https://www.studentlingo.com/learn/course/emotional-intelligence-the-other-key-to-academic-success-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Emotional Intelligence: The Other Key to Academic Success
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/how-to-develop-your-cross-cultural-skills-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
How to Develop Your Cross-Cultural Skills
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/eating-disorders-types-causes-symptoms-support-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Eating Disorders: Types, Causes, Symptoms, and Support
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/financial-literacy-smart-money-skills-for-college-beyond-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Financial Literacy: Smart Money Skills for College & Beyond
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/how-to-achieve-well-being-balance-success-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
How to Achieve Well-Being, Balance, and Success
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/improving-student-faculty-relationships-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Improving Student-Faculty Relationships
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/mental-health-suicide-helping-yourself-others-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Mental Health & Suicide: Helping Yourself and Others
</a></li>
</ul>
</div>
<div class="col-1-of-2">
<ul class="paragraph popup__text--list">
<li><a href="https://www.studentlingo.com/learn/course/navigating-the-financial-aid-process-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Navigating the Financial Aid Process
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/how-your-personality-style-may-impact-your-academic-success-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
How Your Personality Style May Impact Your Academic Success
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/overcoming-procrastination-causes-cures-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Overcoming Procrastination: Causes & Cures
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/setting-accomplishing-realistic-goals-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Setting & Accomplishing Realistic Goals
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/sexual-violence-awareness-prevention-a-title-ix-training-for-students-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Sexual Violence Awareness & Prevention: Training For Students
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/stress-management-techniques-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Stress Management Techniques
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/time-management-strategies-for-success-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Time Management: Strategies for Success
</a></li>
</ul>
</div>
</div>
</p>
</div>
</div>
<!--Reading & Writing Strategies-->
<div class="popup" id="popup-rws">
<div class="popup__content popup__content-sl">
<a href="#section__student-lingo" class="popup__close">×</a>
<h2 class="heading-secondary__pe u-margin-bottom-small">Reading and Writing Strategies</h2>
<p class="popup__text">
<div class="row">
<ul class="paragraph popup__text--list">
<li><a href="https://www.studentlingo.com/learn/course/developing-a-strong-thesis-statement-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Developing a Strong Thesis Statement
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/drafting-introductions-body-paragraphs-conclusions-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Drafting Introductions, Body Paragraphs, and Conclusions
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/pre-writing-techniques-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Pre-Writing Techniques: Planning and Idea Development
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/reading-comprehension-strategies-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Reading Comprehension Strategies
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/the-revision-process-how-to-proofread-edit-your-writing-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
The Revision Process: How to Proofread & Edit Your Writing
</a></li>
</ul>
</div>
</p>
</div>
</div>
<!--Online Learning-->
<div class="popup" id="popup-ol">
<div class="popup__content popup__content-sl">
<a href="#section__student-lingo" class="popup__close">×</a>
<h2 class="heading-secondary__pe u-margin-bottom-small">Online Learning</h2>
<p class="popup__text">
<div class="row">
<ul class="paragraph popup__text--list">
<li><a href="https://www.studentlingo.com/learn/course/effectively-communicating-online-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Effectively Communicating Online
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/10-tips-for-success-in-your-online-course-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
10 Tips for Success in Your Online Course
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/online-courses-staying-motivated-disciplined-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Online Courses: Staying Motivated and Disciplined
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/taking-tests-online-strategies-for-success-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Taking Tests Online: Strategies for Success
</a></li>
</ul>
</div>
</p>
</div>
</div>
<!--Success Strategies-->
<div class="popup" id="popup-ss">
<div class="popup__content popup__content-sl">
<a href="#section__student-lingo" class="popup__close">×</a>
<h2 class="heading-secondary__pe u-margin-bottom-small">Success Strategies</h2>
<p class="popup__text">
<div class="row">
<ul class="paragraph popup__text--list">
<li><a href="https://www.studentlingo.com/learn/course/leading-as-a-student-athlete-in-out-of-the-classroom-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Learning as a Student-Athlete In and Out of the Classroom
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/student-veterans-how-to-succeed-in-college-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Student Veterans: How to Succeed in College
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/success-strategies-for-first-generation-students-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Success Strategies For First Generation Students
</a></li>
<li><a href="https://www.studentlingo.com/learn/course/success-strategies-for-probation-students-ucdenver/workshop-description/overview-objectives?client=ucdenver" class="popup__link" target="_blank">
Success Strategies for Probation Students
</a></li>
</ul>
</div>
</p>
</div>
</div>
<!------------------------------------------------------SSW Schedule popup------------------------------------------------------>
<!-- SSW Sched Popup -->
<div class="popup" id="popup-ssw-sched">
<div class="popup__content popup__content-sl">
<a href="#section-head" class="popup__close">×</a>
<div class="u-center-text">
<h2 class="u-margin-bottom-small">Study Skills Workshops</h2>
</div>
<div class="row">
<h3 class="heading-tertiary">Spring 2022</h3>
<div class="table-box">
<table class="popup__table--courses">
<!-- Tuesdays are ALWAYS in person and Wednesdays are ALWAYS remote via Zoom for the Spring 2022 semester. This means that Tu sessions always have the inPerson-session class and Wed always have the zoom-session class. Each row and header has 3 cells, one for the title of the workshop, the next for the day of the week and date of the session, and the third to indicate the format.
NOTE: The final cell in each row indicates the format and must have the single * (inPerson sessions) or ** (zoom sessions) to point down to the corresponding note in the footer of the popup.
Because these sessions have only a generic registration link and not an individual link for each session, I've decided to use a button under the table for signup rather than repeating the same link over and over in an additional cell. I am waiting for the link behind this button, for now it points nowhere.
Make sure for each month to copy/paste the <tr> (table row) element with the <th> (table head) tags inside. Only the first <th> of these elements should have the month, the empty tags simply allow these rows to span the length of the table. -->
<tr>
<th>June</th>
<th></th>
<th></th>
</tr>
<tr class="inPerson-session">
<td>Take Control of Your Semester - Time Management</td>
<td>Tuesday 06/14 | 11-12</td>
<td>*In Person</td>
</tr>
<tr class="zoom-session">
<td>Take Control of Your Semester - Time Management</td>
<td>Wednesday 06/15 | 11-12</td>
<td>** Online - Zoom Session</td>
</tr>
<tr class="inPerson-session">
<td>Study Smarter, Not Harder - General Study Skills</td>
<td>Tuesday 06/21 | 11-12</td>
<td>*In Person</td>
</tr>
<tr class="zoom-session">
<td>Study Smarter, Not Harder - General Study Skills</td>
<td>Wednesday 06/22 | 11-12</td>
<td>** Online - Zoom Session</td>
</tr>
<tr class="inPerson-session">
<td>Due Today ≠ Do Today</td>
<td>Tuesday 06/28 | 11-12</td>
<td>*In Person</td>
</tr>
<tr class="zoom-session">
<td>Due Today ≠ Do Today</td>
<td>Wednesday 06/29 | 11-12</td>
<td>** Online - Zoom Session</td>
</tr>
<tr>
<th>July</th>
<th></th>
<th></th>
</tr>
<tr class="inPerson-session">
<td>Ace My Tests - Test-Taking Skills</td>
<td>Tuesday 07/12 | 11-12</td>
<td>*In Person</td>
</tr>
<tr class="zoom-session">
<td>Ace My Tests - Test-Taking Skills</td>
<td>Wednesday 07/13 | 11-12</td>
<td>** Online - Zoom Session</td>
</tr>
<tr class="inPerson-session">
<td>Good Vibes - Wellness and Stress Management</td>
<td>Tuesday 07/19 | 11-12</td>
<td>*In Person</td>
</tr>
<tr class="zoom-session">
<td>Good Vibes - Wellness and Stress Management</td>
<td>Wednesday 07/20 | 11-12</td>
<td>** Online - Zoom Session</td>
</tr>
</table>
</div>
<!-- This box holds and formats the button and h4 element below the table. Inside of the box there are two additional containers, one that holds the text and the other that holds the button. Although the button is last in the HTML structure below, the flex order in the styling places it on-top of the h4 element. -->
<div class="table-box">
<div class="table-box__text">
<h4 class="heading-quaternary"><span class="zoom-session-span"> Zoom sessions are marked with this color</span>, <span class="inPerson-session-span">in-person sessions are marked with this color</span>. *Enter at 12th and Larimer for in person sessions. **Zoom log-in requires your CU Denver Student account.</h4>
</div>
<div class="table-box__btn">
<a href="https://ucdenver.campus.eab.com/capabilities#/my/appointment-new" class=" btn-colorShadow btn-colorShadow__pink">Register Now!→</a>
</div>
</div>
</div>
</div>
</div>
</main>
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
</body>
</html>