-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
113 lines (104 loc) · 5.85 KB
/
index.html
File metadata and controls
113 lines (104 loc) · 5.85 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
<!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="CSS/style.css">
<title>Student Success Portal</title>
</head>
<body>
<div class="skip"><a href = "#main">Skip to Main Content</a></div>
<header>
<nav>
<img src="images/UMSI_signature_vertical_informal_solidblue.jpg" alt="UMSI Logo">
<ul>
<li><a href = "index.html" class="active">Home</a></li>
<li><a href = "UMSI_Tutoring_Academic_Support.html">Academic Support</a></li>
<li><a href = "Study_Spaces.html">Study Spaces</a></li>
<li><a href = "Food_Pantry.html">Food Pantry</a></li>
</ul>
</nav>
<h1>Student Success Portal</h1>
</header>
<main id = "main">
<section class="start">
<p><strong>Welcome to the UM Grad Success Navigator</strong></h2>
<p>Your Comprehensive Guide to Resources for Graduate School Success</p>
<div>
<p class="left">This guide is set up to help you be successul inside and outside of the classroom and we have included the following resources throughout our site:</p>
<ol>
<li>Academic Resources</li>
<li>Physical Health</li>
<li>Mental Health</li>
<li>Life Outside Classroom</li>
<li>Contact</li>
</ol>
</div>
</section>
<section class="container">
<div>
<h2>Physical Health</h2>
</div>
<div>
<p>Keeping your body healthy is essential for success. The University of Michigan offers numerous resources to help you stay in top physical condition:</p>
</div>
<article>
<p><strong>University Health Service (UHS): </strong>Access comprehensive medical care, including routine check-ups, vaccinations, and specialist referrals.</p>
<figure>
<img src="images/UHS.jpg" alt="University Health Services building">
<figcaption>University Health Services Building</figcaption>
</figure>
</article>
<article>
<p><strong>Recreational Sports: </strong>Participate in various fitness programs, sports clubs, and use of gym facilities to stay active and healthy.</p>
<figure>
<img src="images/UMSI_CampusFall_UMSIBackpack_02.jpg" alt="A student wears a UMSI backpack in fall on the diag.">
<figcaption>UMSI out in the fall!</figcaption>
</figure>
</article>
</section>
<section class="container">
<div>
<h2>Mental Health</h2>
</div>
<div>
<p>Maintaining your mental well-being is crucial for thriving in graduate school. Here are resources to support your mental health:</p>
</div>
<article>
<p><strong>Counseling and Psychological Services (CAPS): </strong>Access individual counseling, group therapy, workshops, and crisis intervention services.</p>
</article>
<article>
<p><strong>Wellness Coaching: </strong>Work with a wellness coach to develop strategies for managing stress, time, and overall well-being.</p>
</article>
<article>
<p><strong>Mindfulness Resources: </strong>Participate in mindfulness and meditation sessions to cultivate a calm and focused mind.</p>
</article>
<article>
<p><strong>Support Groups: </strong>Join peer support groups for shared experiences and collective coping strategies.</p>
</article>
</section>
<section class="container">
<div>
<h2>Life Outside the Classroom</h2>
</div>
<div>
<p>Graduate school is more than just academics. It's important to cultivate a balanced life. Here are some resources to help you enjoy life outside the classroom:</p>
</div>
<article>
<ul>
<li><strong>Student Organizations:</strong> Join one of the many student organizations to connect with peers who share your interests and passions.</li>
<li><strong>Arts and Culture:</strong> Explore UM's vibrant arts scene with events, exhibitions, and performances happening year-round.</li>
<li><strong>Career Services:</strong> Utilize career counseling, job search resources, and networking opportunities to prepare for your professional future.</li>
<li><strong>Community Engagement:</strong> Get involved with local volunteering opportunities and community service projects to make a positive impact.</li>
<li><strong>Housing and Dining:</strong> Find information on on-campus housing options and dining services to ensure a comfortable living experience.</li>
</ul>
</article>
</section>
<!-- Content taken & modified from UMGPT with the prompt, "write me a webpage of intro content to help University of Michigan Master's students navigate different resources for being successful in grad school - this will include academic resources, physical health resources, mental health resources, support for life outside the classroom"
UMGPT. (2024). UMGPT (August 29th version) [Large language model]. -->
</main>
<footer>
<p>MSI Academic Advising | <a href="https://sites.google.com/umich.edu/msiacademicadvising/student-support-resources">UMSI Academic Advising </a></p>
</footer>
</body>
</html>