-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAccomodate.html
More file actions
93 lines (93 loc) · 4.12 KB
/
Accomodate.html
File metadata and controls
93 lines (93 loc) · 4.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SSD Accommodate</title>
</head>
<body>
<header>
<a href="#main">Skip to Main Content</a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="Tutoring.html">Tutoring</a></li>
<li><a href="MSI_Advising.html">MSI Advising</a></li>
<li class = "active"><a href="Accomodate.html">Accommodate</a></li>
</ul>
<div style="text-align: center;">
<img src="images/SSD.png" alt="UMSI SSD logo">
</div>
</nav>
<h1>SSD Accommodate</h1>
</header>
<main id="main">
<section>
<h2>Home Page News Feed</h2>
<ul>
<li><strong>January 2025:</strong> Winter term accommodations deadline approaching—submit requests by January 31st.</li>
<li><strong>February 2025:</strong> New assistive technology tools available for testing. Contact the SSD office to schedule a demo.</li>
<li><strong>March 2025:</strong> Spring break reminders: Offices will remain open for accommodation support.</li>
<li><strong>April 2025:</strong> Finals week accommodation adjustments now available—schedule appointments with your coordinator.</li>
</ul>
</section>
<section>
<h2>Accommodation Portal</h2>
<ul>
<li>Student Information Record</li>
<li>New Paratransit, Temporary Injury, and/or Housing Requests</li>
<li>Request Accommodation Letters for Courses (Semester Request)</li>
<li>Communication Log (Previous Letters)</li>
<li>Equipment</li>
<li>Documentation Portal (Upload and View)</li>
</ul>
</section>
<section>
<h2>Appointments</h2>
<p>Schedule and view appointments with your coordinator.</p>
</section>
<section>
<h2>Resource Library</h2>
<p>Access a library of academic and student support resources.</p>
</section>
<section>
<h2>Surveys</h2>
<p>Participate in surveys to provide feedback and insights.</p>
</section>
<section>
<h2>Review TAC Reservations</h2>
<p>Manage and review your testing accommodations and classroom reservations.</p>
</section>
<section>
<h2>Calendar</h2>
<p>Keep track of important dates and events related to your accommodations and academics.</p>
</section>
<section>
<h2>Profile</h2>
<p>View and update your personal and academic profile information.</p>
</section>
<div style="display: flex; justify-content: space-between;">
<img src="images/testing.jpg" alt="Professor Jesse Johnson lectures in North Quad" style="width: 40%;">
<img src="images/thecube.jpg" alt="Students contemplatingly discuss a topic in class" style="width: 40%;">
</div>
<br>
<section>
<h3>Contact Information</h3>
<p>For questions related to testing, please reach out by email to <a href="mailto:saas.tac.staff@umich.edu">saas.tac.staff@umich.edu.</a></p>
</section>
<!-- Content taken & modified from ChatGPT with the prompt, "give a concise but general summary of the content that exists on this page." The page was then copied and the pasted text was consigned to the prompt.
OpenAI. (2025). ChatGPT (January 26th version) [Large language model]. -->
</main>
<footer>
<div>
<h3>SSD Accommodate </h3>
</div>
<div>
<p>
Email: <a href = "mailto:ssdoffice@umich.edu">ssdoffice@umich.edu</a>
Website: <a href = https://ssd.umich.edu>Services for Students with Disabilities (SSD)</a>
</p>
</div>
</footer>
</body>
</html>