-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices2.html
73 lines (64 loc) · 2.97 KB
/
services2.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SERVICES</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap" rel="stylesheet">
<link rel = "shortcut icon" type = "x-icon" href="Group 4.png">
<link rel="stylesheet" href="styleshome.css">
</head>
<body>
<div class = "logobox">
<a href="index.html">
<img class = "logo" src = "image 2.png" alt = "logo">
</a>
</div>
<div class= "round"></div>
<div style="width: 100%; height: 0px; left: 0px; top: 125px; position: absolute; border: 1px black solid"></div>
<div class="elements">
<a class = "menu" href="index.html">HOME</a>
<a class = "menu" href="aboutUs2.html">ABOUT US</a>
<a class = "menu" href="machinery2.html">MACHINERY</a>
<a class = "menu" href="services2.html">SERVICES</a>
<a class = "menu" href="contactus2.html">CONTACT US</a>
</div>
<div class="ServiceHead">OUR SERVICES</div>
<div class="serviceIntroBox"></div>
<div class="serviceIntroText">
At BRP PRINTERS, we pride ourselves on delivering a diverse array of premium printing and binding services. From books, diaries, and wedding cards to pamphlets, flyers, and brochures. Our expertise extends beyond standard printing to encompass book binding and offset printing, allowing us to deliver a comprehensive range of products tailored to your needs. Explore our comprehensive range and experience unparalleled precision and quality in every product. We print all Paper Related Jobs.
</div>
<div class="line2Services"></div>
<div class="egHead">THESE ARE SOME OF OUR EXAMPLE PRODUCTS : </div>
<div class = "egs">
<p class="egText">BOOKS</p>
<p class="egText">DIARIES</p>
<p class="egText">PAMPHLETS</p>
<p class="egText">LEAFLETS</p>
<p class="egText">FLYERS</p>
<p class="egText">CALENDARS</p>
<p class="egText">LETTERHEADS</p>
<p class="egText">WEDDING CARDS</p>
<p class="egText">BOXES</p>
<p class="egText">BROCHURES</p>
<p class="egText">BUTTER PAPERS</p>
<p class="egText">POSTERS</p>
<p class="egText">NOTEPADS</p>
<p class="egText">ENVELOPES</p>
<p class="egText">AND MANY MORE</p>
</div>
<div class="serImgBox">
<img src = "services pic.png" alt = "services" class="imgSer">
</div>
<footer>
<div class="serFootBox">
<div class="serFootbg"></div>
<div class="copyAboutText">
Copyrights © BRP PRINTERS 2024. <br>         All Rights Reserved.
</div>
</div>
</footer>
</body>
</html>