8
8
Typography ,
9
9
TypographyProps ,
10
10
styled ,
11
+ Link ,
11
12
} from "ol-components"
12
13
import * as urls from "@/common/urls"
13
14
@@ -49,7 +50,7 @@ const BodyContainer = styled.div({
49
50
flexDirection : "column" ,
50
51
alignItems : "center" ,
51
52
alignSelf : "stretch" ,
52
- gap : "20px " ,
53
+ gap : "10px " ,
53
54
} )
54
55
55
56
const BodyText = styled ( Typography ) ( ( { theme } ) => ( {
@@ -59,6 +60,14 @@ const BodyText = styled(Typography)(({ theme }) => ({
59
60
60
61
const OrderedList = styled . ol ( ( { theme } ) => ( {
61
62
...theme . typography . body1 ,
63
+ li : {
64
+ marginTop : "10px" ,
65
+ } ,
66
+ } ) )
67
+
68
+ const LetteredOrderedList = styled . ol ( ( { theme } ) => ( {
69
+ ...theme . typography . body1 ,
70
+ listStyleType : "upper-alpha" ,
62
71
} ) )
63
72
64
73
const UnorderedList = styled . ul ( ( { theme } ) => ( {
@@ -83,90 +92,114 @@ const TermsPage: React.FC = () => {
83
92
</ BannerContainer >
84
93
< BodyContainer >
85
94
< BodyText variant = "body1" >
86
- Welcome to the MIT LEARN website (the “Site”). By accessing this
87
- Site, users agree to be bound by the following terms and conditions
88
- which MIT may revise at any time. Users are encouraged to visit this
95
+ Welcome to MIT Learn (the “Site”). By accessing this Site, you agree
96
+ to be bound by the following terms and conditions (the “Terms”),
97
+ which MIT may revise at any time. You are encouraged to visit this
89
98
page periodically to review current terms and conditions, as your
90
- continued use of this Site signifies your agreement to these terms
91
- and conditions. If you do not understand or do not agree to be bound
92
- by these terms and conditions, please exit this Site immediately.
99
+ continued use of this Site signifies your agreement to these term
100
+ and conditions.
93
101
</ BodyText >
94
102
< OrderedList >
95
103
< li >
96
- Your use of this Site is entirely voluntary. This Site is designed
97
- to assist and facilitate your access to MIT LEARN materials and
98
- the MIT LEARN community. These terms and conditions govern your
99
- use of this Site alone.
104
+ By using this Site, you confirm that you are at least 13 years old
105
+ or have the legal capacity to enter into a binding agreement in
106
+ your jurisdiction. If you do not agree with these Terms, including
107
+ the Terms of Service and Privacy Policy, you must not access or
108
+ use the Site.
100
109
</ li >
101
110
< li >
102
- MIT respects your privacy. We do not collect personally
103
- identifiable information about you unless you voluntarily provide
104
- it. Our primary aim in collecting personally identifiable
105
- information is to provide you with the best educational experience
106
- possible. By "personally identifiable information," we are
107
- referring to (1) data that uniquely identifies you or permits us
108
- to contact you, such as your name, email address, mailing address,
109
- and phone number; and (2) other information that we collect
110
- through the Site and combine and maintain in combination with that
111
- personally identifiable information, such as your area of
112
- interest; educational and employment background; Among other
113
- things, MIT may use the personally identifiable information that
114
- you provide to respond to your questions; provide you the specific
115
- courses and/or services you select; send you updates about courses
116
- and information, including specifically the MIT educational
117
- programs and information about MIT events; send you information
118
- about Site maintenance or updates; and for all appropriate MIT
119
- administrative and research purposes. Except as set forth herein
120
- or as specifically agreed to by you, MIT will not disclose any
121
- personally identifiable information we gather from you on the Site
122
- to any third parties.
111
+ MIT Learn respects your privacy. Please review{ " " }
112
+ < Link href = { urls . PRIVACY } color = "red" size = "large" >
113
+ https://learn.mit.edu/privacy
114
+ </ Link > { " " }
115
+ for more information on how this Site collects, stores, and uses
116
+ your personal information.
123
117
</ li >
124
118
< li >
125
- You agree to use the Site in accordance with all applicable laws.
126
- You are responsible for your own communications, including the
127
- upload, transmission and posting of information, and are
128
- responsible for the consequences of their posting on or through
129
- the Site. You further agree that you will not email or post
130
- malicious or harmful content anywhere on the Site or on any other
131
- MIT computing resources including without limitation the
132
- following:
133
- < UnorderedList >
134
- < li > Content that defames or threatens others.</ li >
135
- < li >
136
- Harassing statements or content that violates federal or state
137
- law.
138
- </ li >
139
- < li >
140
- Content that discusses illegal activities with the intent to
141
- commit them.
142
- </ li >
119
+ Additional Terms of Service: Certain features or services offered
120
+ on or through the Site may be subject to additional terms and
121
+ conditions. Use of those services of offerings is governed by
122
+ their respective Terms of Service, which are made available at the
123
+ point of use and are incorporated into these Terms by reference.
124
+ < LetteredOrderedList >
143
125
< li >
144
- Content that is not your own or infringes another's
145
- intellectual property including, but not limited to,
146
- copyrights, trademarks, or trade secrets.
126
+ Terms of Service
127
+ < UnorderedList >
128
+ < li >
129
+ MITx Online:{ " " }
130
+ < Link
131
+ href = "https://mitxonline.mit.edu/terms-of-service/"
132
+ color = "red"
133
+ size = "large"
134
+ >
135
+ https://mitxonline.mit.edu/terms-of-service/
136
+ </ Link >
137
+ </ li >
138
+ </ UnorderedList >
147
139
</ li >
148
140
< li >
149
- Material that contains obscene (i.e. pornographic) language or
150
- images.
141
+ Privacy Policy
142
+ < UnorderedList >
143
+ < li >
144
+ MITx Online:{ " " }
145
+ < Link
146
+ href = "https://mitxonline.mit.edu/privacy-policy"
147
+ color = "red"
148
+ size = "large"
149
+ >
150
+ https://mitxonline.mit.edu/privacy-policy/
151
+ </ Link >
152
+ </ li >
153
+ </ UnorderedList >
151
154
</ li >
152
155
< li >
153
- Advertising or any form of commercial solicitation or
154
- promotion, including links to other sites.
156
+ Honor Code
157
+ < UnorderedList >
158
+ < li >
159
+ MITx Online:{ " " }
160
+ < Link
161
+ href = "https://mitxonline.mit.edu/honor-code/"
162
+ color = "red"
163
+ size = "large"
164
+ >
165
+ https://mitxonline.mit.edu/honor-code/
166
+ </ Link >
167
+ </ li >
168
+ </ UnorderedList >
155
169
</ li >
156
- < li > Content that is otherwise unlawful.</ li >
157
- < li >
158
- Intentionally incomplete, misleading, or inaccurate content.
159
- </ li >
160
- </ UnorderedList >
170
+ </ LetteredOrderedList >
171
+ </ li >
172
+ < li >
173
+ MIT respects the intellectual property rights of others. If you
174
+ believe another user is infringing your copyright, please provide
175
+ written notice to MIT by emailing{ " " }
176
+ < Link
177
+
178
+ size = "large"
179
+ color = "black"
180
+ >
181
+
182
+ </ Link > { " " }
183
+ { "" }
184
+ You agree that if a third party claims that any material you have
185
+ contributed to the Site is unlawful, you will bear the burden of
186
+ establishing that the material complies with all applicable laws.
187
+ </ li >
188
+ < li >
189
+ All content, design, text, graphics, logos, images, software, and
190
+ other materials on the Site are the property of MIT and/or its
191
+ licensors and are protected by intellectual property laws. You may
192
+ not copy, distribute, modify, or create derivative works without
193
+ our express written permission.
161
194
</ li >
162
195
< li >
163
196
"MIT", "Massachusetts Institute of Technology", and its logos and
164
197
seal are trademarks of the Massachusetts Institute of Technology.
165
- Except for purposes of attribution, you may not use MIT' s names or
198
+ Except for purposes of attribution, you may not use MIT’ s names or
166
199
logos, or any variations thereof, without prior written consent of
167
200
MIT. You may not use the MIT name in any of its forms nor MIT
168
201
seals or logos for promotional purposes, or in any way that
169
- deliberately or inadvertently claims, suggests, or in MIT' s sole
202
+ deliberately or inadvertently claims, suggests, or in MIT’ s sole
170
203
judgment gives the appearance or impression of a relationship with
171
204
or endorsement by MIT.
172
205
</ li >
@@ -180,15 +213,15 @@ const TermsPage: React.FC = () => {
180
213
COMPILATION.
181
214
</ li >
182
215
< li >
183
- You agree to defend, hold harmless, and indemnify MIT and its
216
+ You agree to defend, hold harmless and indemnify MIT, and its
184
217
subsidiaries, affiliates, officers, agents, and employees from and
185
- against any third-party claims, actions, or demands arising out
186
- of, resulting from, or in any way related to your use of the Site,
218
+ against any third-party claims, actions or demands arising out of,
219
+ resulting from or in any way related to your use of the Site,
187
220
including any liability or expense arising from any and all
188
221
claims, losses, damages (actual and consequential), suits,
189
- judgments, litigation costs and attorneys' fees, of every kind and
222
+ judgments, litigation costs and attorneys’ fees, of every kind and
190
223
nature. In such a case, MIT will provide you with written notice
191
- of such claim, suit, or action.
224
+ of such claim, suit or action.
192
225
</ li >
193
226
< li >
194
227
These terms and conditions constitute the entire agreement between
@@ -199,23 +232,20 @@ const TermsPage: React.FC = () => {
199
232
waiver of such right or provision. If any provision of the terms
200
233
and conditions is found by a court of competent jurisdiction to be
201
234
invalid, the parties nevertheless agree that the court should
202
- endeavor to give effect to the parties' intentions as reflected in
203
- the provision and the other provisions of the terms and conditions
204
- remain in full force and effect.
235
+ endeavor to give effect to the parties’ intentions as reflected in
236
+ the provision, and the other provisions of the terms and
237
+ conditions remain in full force and effect.
205
238
</ li >
206
239
< li >
207
240
You agree that any dispute arising out of or relating to these
208
- terms and conditions or any content posted to a Site will be
241
+ terms and conditions or any content posted to the Site will be
209
242
governed by the laws of the Commonwealth of Massachusetts,
210
243
excluding its conflicts of law provisions. You further consent to
211
244
the personal jurisdiction of and exclusive venue in the federal
212
245
and state courts located in and serving Boston, Massachusetts as
213
246
the legal forum for any such dispute.
214
247
</ li >
215
248
</ OrderedList >
216
- < BodyText variant = "subtitle1" >
217
- This policy was last updated in June 2024.
218
- </ BodyText >
219
249
</ BodyContainer >
220
250
</ PageContainer >
221
251
</ Container >
0 commit comments