-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTermsOfUse.html
More file actions
46 lines (46 loc) · 2.34 KB
/
TermsOfUse.html
File metadata and controls
46 lines (46 loc) · 2.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> MDESIGN Terms of Use </title>
<link rel="stylesheet" href="TOU.css">
</head>
<body>
<div class="topnav">
<a href="NaviBar.html">Home</a>
<a href="Images.html">Images</a>
<a href="Design.html">Designs</a>
</div>
<h1> Please review the following carefully before using MDESIGN Printing Services: </h1>
<h2>
This section states the Terms of Use upon which MDESIGN Printing Services will provide service to you on the Website, <br />
including tarpaulin printing, t-shirt printing, personalized stuffs, sticker decals, and logo design. <br />
These Terms of Use serves as an agreement between you and us. By visiting, accessing and using the website, <br/>
you understand and agree on these Terms. The terms “you” or “your” used in this section refers to you. <br />
If you do not agree to be bound by these Terms of Use, do not access or use the Website.
</h2>
<p>
a. You must be at least fifteen (15) years of age to use MDESIGN Printing Services. <br/>
b. MDESIGN Printing Services can only be accessed and used in the Philippines. <br >
c. You are entirely responsible for any and all materials you select and submit on MDESIGN Printing Services. <br />
d. You will not send materials that depict sexually explicit acts on MDESIGN Printing Services. <br />
e. You can’t use MDESIGN Printing Services to steal any design, style, or content by any means. <br />
f. You acknowledge that MDESIGN is an online printing service. The MDESIGN Printing Services allows you to <br />
search and choose service among tarpaulin printing, t-shirt printing (digital printing vinyl and canvas tote<br />
bag printing), personalized (invitation, mug, calling card, tumbler, ref magnet, ID lace, foldable fan, button <br />
pins), sticker decals (sintra board, sticker labels cut out and print, plate number, car stickers, and tricycle <br />
sticker), and logo design (school logo and company logo, and brand logo). Moreover, you can choose on the <br />
designs provided or you can send you’re preferred design or style on the contacts provided in the Contact Us section. <br />
</p>
<style type="text/css">
body {
background-color: #9D1913;
background-size: cover;
background-attachment: fixed;
}
</style>
<a href="NaviBar.html">
<button> Back </button>
</a>
</body>
</html>