-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtos.html
302 lines (248 loc) · 9.27 KB
/
tos.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Photographer and Videographer Portfolio of Matthew Thomas">
<meta name="keywords" content="photography, videography, portfolio, Matthew Thomas">
<meta name="author" content="Matthew Thomas">
<title>Matthew Thomas | Terms Of Service</title>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
@font-face {
font-family: RC;
src: url('https://matthewthomasportfolio.vercel.app/R&C-Demo.otf');
}
@font-face {
font-family: Caslon;
src: url('https://matthewthomasportfolio.vercel.app/LibreCaslonText-Regular.ttf');
}
body {
background-color: #e6e6e6;
color: #000000;
margin: 0;
padding: 0;
overflow-x: hidden;
}
.topNav {
position: fixed;
left: 0px;
top: 0px;
right: 0px;
width: 100%;
height: 80px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
z-index: 99 !important;
background-color: rgba(177, 173, 158, .2);
color: #000;
}
#name {
font-family: RC;
position: fixed;
left: 35px;
top: 0px;
z-index: 99;
color: #000 !important;
white-space: nowrap;
}
.custom-menu {
text-align: right;
float: right;
display: flex;
align-items: center;
z-index: 99;
}
.custom-menu.active {
display: flex;
flex-direction: column;
position: absolute;
top: 100px;
right: 0;
width: 100%;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
background-color: rgba(177, 173, 158, .2);
text-decoration: none !important;
}
.custom-menu a {
text-decoration: none !important;
color: #000;
}
.custom-menu p {
font-family: Caslon;
margin-top: 35px;
margin-right: 60px;
color: #000;
}
#nav {
position: fixed;
right: 15px;
top: 35px;
width: auto;
z-index: 99;
display: none;
}
.menu-icon {
display: none;
cursor: pointer;
}
.menuIcon {
color: #000;
display: none;
cursor: pointer;
padding: 25px;
z-index: 100;
}
#gallery-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 16px;
position: relative;
z-index: 2;
margin-top: 150px;
margin-left: 3%;
margin-right: 3%;
}
#contact {
font-family: RC;
width: 100%;
postition: relative;
left: 0px;
right: 0px;
text-align: center;
}
#alert {
width: 50%;
text-align: left;
position: relative;
left: 25%;
}
.footer {
background-color: rgba(177, 173, 158);
color: white;
text-align: center;
padding: 30px;
position: relative;
width: 100%;
}
#c {
font-size: 13px;
}
a:link,
a:visited,
a:hover,
a:active {
color: white;
}
.footer a:link {
color: white;
}
.footer a:visited {
color: white;
}
.footer a:hover {
color: white;
}
.footer a:active {
color: white;
}
@media screen and (max-width: 880px) {
.custom-menu {
display: none;
}
#name {
width: 100%;
left: 0px;
text-align: center;
padding: 0px;
}
.custom-menu.active {
display: flex;
text-decoration: none !important;
}
#nav {
display: block;
}
.topNav {
height: 100px;
}
.menu-icon {
display: block;
}
.menuIcon {
width: 100%;
text-align: center;
position: fixed;
top: 40px;
right: 0;
display: block;
cursor: pointer;
padding: 25px;
}
.custom-menu.active p {
margin: 0;
padding: 10px;
text-align: center;
text-decoration: none !important;
}
}
</style>
</head>
<body>
<div class="topNav">
<a href="/"><h1 id="name">MATTHEW THOMAS</h1></a>
<div class="custom-menu" id="custom-menu">
<a href="portfolio.html"><p class="menu portfolio">Portfolio</p></a>
<a href="about.html"><p class="menu about">About</p></a>
<a href="contact.html"><p class="menu contact">Contact</p></a>
<a href="hire.html"><p class="menu hire">Hire</p></a>
</div>
</div>
<span class="w3-bar-item w3-right menuIcon" onclick="toggleMenu()">☰</span>
</div>
<div id="gallery-container">
<h1 id="contact">TERMS OF SERVICE</h1>
<p id="alert">Last Updated: 2024<br><br>
Welcome to Matthew Thomas's Portfolio Website! By accessing and using this website, you agree to comply with and be bound by the following Terms of Service. Please read these terms carefully before using the website.<br><br>
Acceptance of Terms:<br>
By using this website, you agree to be bound by these Terms of Service. If you do not agree to all the terms and conditions of this agreement, you may not access the website or use any services.<br><br>
Use of the Website:<br>
You agree to use this website for lawful purposes only and in a manner consistent with all applicable local, national, and international laws and regulations.<br><br>
Intellectual Property:<br>
All content on this website, including but not limited to text, images, graphics, logos, and software, is the property of Matthew Thomas and is protected by intellectual property laws. You may not use, reproduce, distribute, or display any part of this website without the express written permission of Matthew Thomas. In particular, I (Matthew Thomas) explicitly prohibit the use of my work for any purpose, including but not limited to personal use. If you would like to use my work, contact me to obtain permission. Unauthorized use of any content may result in legal action.<br><br>
User Conduct:<br>
You agree not to engage in any conduct that may disrupt or interfere with the functionality of the website. This includes, but is not limited to, attempting to gain unauthorized access to the website, introducing malicious code, or engaging in any activity that may compromise the security of the website.<br><br>
Privacy Policy:<br>
Our Privacy Policy outlines how we collect, use, and disclose personal information. By using this website, you agree to the terms outlined in our Privacy Policy.<br><br>
Third-Party Links:<br>
This website may contain links to third-party websites. These links are provided for your convenience, and Matthew Thomas is not responsible for the content or accuracy of these websites. The inclusion of any link does not imply endorsement or approval by Matthew Thomas.<br><br>
Disclaimer of Warranty:<br>
This website is provided "as is" and Matthew Thomas makes no warranties, either express or implied, regarding the accuracy, completeness, reliability, or suitability of the information on this website.<br><br>
Limitation of Liability:<br>
Matthew Thomas shall not be liable for any direct, indirect, incidental, special, or consequential damages arising out of or in any way connected with the use of or inability to use the website.<br><br>
Changes to Terms:<br>
Matthew Thomas reserves the right to modify these Terms of Service at any time. Changes will be effective immediately upon posting to the website. It is your responsibility to review these terms regularly to stay informed of any updates.<br><br>
Contact Information:<br>
If you have any questions or concerns about these Terms of Service, please contact Matthew Thomas at <a href="mailto:[email protected]">[email protected]</a>.<br><br>
By using this website, you acknowledge that you have read, understood, and agree to these Terms of Service. Thank you for visiting Matthew Thomas's Portfolio Website!</p>
</div>
<div class="footer">
Custom website by Matthew Thomas |
<a href="/">Home</a> |
<a href="portfolio.html">Portfolio</a> |
<a href="about.html">About</a> |
<a href="contact.html">Contact</a> |
<a href="hire.html">Hire</a> |
<a href="tos.html">Terms of Service</a><br>
<p id="c">© 2024 Matthew Thomas</p>
</div>
<script>
function toggleMenu() {
var menu = document.getElementById("custom-menu");
menu.classList.toggle("active");
}
</script>
</body>
</html>