-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAboutUs.html
More file actions
59 lines (58 loc) · 1.76 KB
/
AboutUs.html
File metadata and controls
59 lines (58 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title> About Us </title>
<link rel="stylesheet" type="text/css" href="Us.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>
<section id="aboutus">
<div class="container">
<div class="card">
<div class="row">
<div class="col-sm-7">
<h2 class="text-center">MDesign Printing Services</h2>
<p> Our goal is to provide good service to our customers <br />
and make them happy and satisfied. At MDesign, we <br />
offer various services for printing such as <br />
tarpaulin printing, t-shirt printing <br />
(digital printing vinyl & silkscreen canvas, <br />
and tote bag printing), personalized stuffs <br />
(invitation, mug, calling card, tumbler, ref <br />
magnet, id lace, foldable fan, and button pins), <br />
sticker decals (sintra board, sticker labels, <br />
cut out and print, plate number car sticker, and <br />
tricycle sticker), and logo design (school, company, <br />
and brand logo). <br />
Our shop is currently based at Bay Road, Hilltop, <br />
Kumintang Ibaba, Batangas City. For more questions, <br />
you can ask us through the contacts provided in the <br />
Contact Us section.
</p>
</div>
<div class="col-sm-5">
<div class="img-wrap">
<img src="logo.jpeg">
</div>
</div>
</div>
</div>
</div>
</section>
<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>