1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > CONTACT US</ title >
7
+ < link rel ="preconnect " href ="https://fonts.googleapis.com ">
8
+ < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
9
+ < link href ="https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap " rel ="stylesheet ">
10
+ < link rel = "shortcut icon " type = "x-icon " href ="Group 4.png ">
11
+ < link rel ="stylesheet " href ="styleshome.css ">
12
+ </ head >
13
+
14
+ < body >
15
+ < div class = "logobox ">
16
+ < a href ="index.html ">
17
+ < img class = "logo " src = "image 2.png " alt = "logo ">
18
+ </ a >
19
+ </ div >
20
+ < div class = "round "> </ div >
21
+ < div style ="width: 100%; height: 0px; left: 0px; top: 125px; position: absolute; border: 1px black solid "> </ div >
22
+
23
+ < div class ="elements ">
24
+ < a class = "menu " href ="index.html "> HOME</ a >
25
+ < a class = "menu " href ="aboutUs2.html "> ABOUT US</ a >
26
+ < a class = "menu " href ="machinery2.html "> MACHINERY</ a >
27
+ < a class = "menu " href ="services2.html "> SERVICES</ a >
28
+ < a class = "menu " href ="contactus2.html "> CONTACT US</ a >
29
+ </ div >
30
+
31
+ < div class ="contactHead "> CONTACT DETAILS</ div >
32
+
33
+ < div class ="contactBox ">
34
+ < div class ="contactbg "> </ div >
35
+ < div class ="cName "> PANKAJ RANA</ div >
36
+ < div class = "cAdd "> Mahalaxmi Industrial Estate, < br /> Ground Floor, Unit 18 and 19, < br /> D.S. Road, Lower Parel West, < br /> Worli, Mumbai 400013 </ div >
37
+ < div class = "
cemail "
> [email protected] </ div >
38
+ < img class = "cNameimg " src ="oerson.png " />
39
+ < img class = "cAddimg " src ="add.png " />
40
+ < img class = "cemailimg " src ="mail.png " />
41
+ </ div >
42
+
43
+ < div class ="cline2 "> </ div >
44
+
45
+ < div class = "h2c "> REACH OUT TO US</ div >
46
+
47
+ < div class ="formBox ">
48
+ < div class = "formbg "> </ div >
49
+ < div class = "formContent ">
50
+ < form id ="myForm " action ="https://formspree.io/f/mjvnkqzq " method ="post ">
51
+ < label class = "nameLabel "> NAME : </ label >
52
+ < input type ="text " name ="username " id = "username " required >
53
+
54
+ < label class = "emailLabel "> EMAIL ID : </ label >
55
+ < input type ="text " name ="email " id = "email " required >
56
+
57
+ < label class = "phoneLabel "> PHONE NO. : </ label >
58
+ < input type ="text " name ="phone " id = "phone " required >
59
+
60
+ < label class = "textLabel "> INQUIRY FOR : </ label >
61
+ < input type ="text " name ="text " id = "text " required >
62
+
63
+ < button class = "bBox " onclick ="submitFunction() " onmouseover ="this.childNodes[1].style.background='#D6CCC2' " onmouseout ="this.childNodes[1].style.background='#F5EBE0' ">
64
+ < div class = "bBg "> </ div >
65
+ < div class = "bText ">
66
+ SUBMIT
67
+ </ div >
68
+ </ button >
69
+ </ form >
70
+ </ div >
71
+ </ div >
72
+
73
+ < script >
74
+ function submitFunction ( )
75
+ {
76
+ event . preventDefault ( ) ;
77
+ var form = document . getElementById ( "myForm" ) ;
78
+ form . submit ( ) ;
79
+ }
80
+ </ script >
81
+
82
+ < footer >
83
+ < div class = "footBoxc ">
84
+ < div class ="footerbgc "> </ div >
85
+ < div class = "copyAboutText ">
86
+ Copyrights © BRP PRINTERS 2024. < br >         All Rights Reserved.
87
+ </ div >
88
+ </ div >
89
+ </ footer >
90
+ </ body >
91
+ </ html >
0 commit comments