-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
170 lines (154 loc) · 5.57 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
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>HTML_landingPage</title>
</head>
<body>
<nav></nav>
<div id="hdr">
<span>Best Machine and
Casting Solution</span>
</div>
<main>
<div id="v2_3">
<span class="v2_32">Some of the best of industry experts</span><br/>
<span class="v2_33">Smart Working Team</span>
</div>
<span class="v2_34">Sed ut perspiciatis unde omnis iste natus error
sit <br/> voluptatem accusantium doloremque laudanti
<br/>um totam rem aperiam, eaque ipsa quae ab illo
<br/>inve ntore veritatis et quasi architecto beatae <br/>
vitae dicta sunt explicabo.
</span>
<div class="v2_35">
<div class="v2_36">
<div class="v2_38">
<span class="v2_4">20</span>
<span class="v2_40">+</span>
</div>
<span class="v2_37">Location worldwide</span>
</div>
<div class="vl"></div>
<div class="v2_41">
<div class="v2_43">
<span class="v2_4">23</span>
<span class="v2_40">+</span>
</div>
<span class="v2_42">Year of Experience</span>
</div>
<div class="vl"></div>
<div class="v2_46">
<div class="v2_48">
<span class="v2_4">50</span>
<span class="v2_40">+</span>
</div>
<span class="v2_47">Global Happy Clients</span>
</div>
</div>
<div id="v6">
<div id="v61">
<div> <span >Customer Firsr Approach</span></div>
<span class="v2_6">First choice of procurement<br/>
partners across global</span>
</div>
<div id="card">
<img src="assets/Group329.png" alt="">
<img src="assets/Group330.png" alt="">
<img src="assets/Group331.png" alt="">
<img src="assets/Group332.png" alt="">
</div>
</div>
<div id="ind">
<img style="height:80%;width:60%; "src="assets/Group342.png">
<img style=" float:right;"src="assets/Group130.png">
</div>
<div id="mc">
<img style="margin-left: 100px;"src="assets/Group323.png" alt="ic">
<img style="margin-right: 20px; float:right;margin-top: 200px; " src="assets/Group3.png" alt="ic">
</div>
<div id="brand">
<h3 style="color:red">The Industry’s Best Are On The Board</h3>
<img src="assets/Group261.png" >
</div>
<div id="conct">
<div id="c1">
<h2>Get in touch</h2>
<hr style="width:15%;text-align:left;margin-left:65px;margin-top:-55px">
<input type="text" placeholder="name">
<input type="email" placeholder="email">
<input type="phone" placeholder="number">
<input type="text area" placeholder="massege">
<button style="background-color:red;color:#F9F9F9;cursor: pointer;margin-left:50px;border:0;width:13%;height:35px;border-radius: 30px;">Submit</button>
</div>
<div id="c2">
<div id="ad">
<div id="adl">
<span id="adlr">
<h4>Registered Office</h4>
7,South Side G.T Rd, Sector <br/>
13,Bulandshahr Road <br>
Industrial Area, Ghaziabad,<br>Uttar Pradesh
</span>
<hr>
<span id="adlr">
<h4>Call Us</h4>
+91 9999225922
</span>
<hr>
<span id="adlr">
<h4>Opening Hours</h4>
Thursday 9:30am - 6:30pm <br/>
Friday 9:30am - 6:30pm <br>
Saturday 9:30am - 6:30pm<br>
Sunday Closed <br>
Monday 9:30am - 6:30pm <br>
Tuesday 9:30am - 6:30pm <br>
Wednesday 9:30am - 6:30pm
</span>
</div>
<div id="adr"></div>
</div>
</div>
</div>
</main>
<footer>
<div >
<ul id="cl1">
<li><h2>About us</h2></li>
<li><h2>Infastructure</h2></li>
<li><h2>Contact us</h2></li>
</ul>
</div>
<div>
<h2>Industry</h2>
<div id="cl2">
<ul>
<li>Cement</li>
<li>Mining Processing</li>
<li>Rubber</li>
</ul>
<ul>
<li>Sugar</li>
<li>Fertilizer</li>
<li>Power</li>
</ul>
</div>
</div>
<div class="foo">
<ul class="socials">
<li><img src="/assets/twitter.png"></li>
<li><img src="/assets/instagram.png"></li>
<li><img src="/assets/linkedin.png"></li>
</ul>
<div>
<h4>2022 © Rp alloys & steel forging</h4>
<h5>Design Credits : Art Attackk</h5>
</div>
</div>
</footer>
</body>
</html>