-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (39 loc) · 1.64 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BRP PRINTERS</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 = "hero">
<div class = "headingBox"></div>
<div class = "headText">
<span class = "headerText1">WELCOME TO BRP PRINTERS,<br/></span><span class = "headerText2">CRAFTING QUALITY, DELIVERING EXCELLENCE</span>
</div>
</div>
<div class = "imbox">
<img class = "im1" src="1607539296_spiral_bound_books2-webp.jpg" />
<img class = "im2" src="1.jpg" />
</div>
</body>
</html>