forked from Artemiskgg1/NexaSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
176 lines (175 loc) · 6.81 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
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shubham Engineers</title>
<link rel="stylesheet" href="style.css" />
<!-- Google Fonts -->
<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=Chakra+Petch:wght@300;500;700&family=Outfit:wght@300;400;700&family=Poppins:wght@100;300;400;600;700&display=swap"
rel="stylesheet"
/>
<!-- Favicon -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="public/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="public/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="public/favicon-16x16.png"
/>
<link rel="manifest" href="public/site.webmanifest" />
</head>
<body>
<div class="hex-container">
<header>
<div class="upper-navbar">
<a href="index.html">
<img
src="pic/SELogoResized.png"
alt="SE-Logo"
class="logo"
/>
</a>
<ul class="contact-info">
<p class="phone-number">+91 98XXXXXXXX</p>
<a href="pages/contact.html">
<button class="button-contact">CONTACT US</button>
</a>
</ul>
</div>
<nav>
<ul>
<li><a href="pages/about.html">About Us</a></li>
<li>
<a href="pages/services.html"
>Product and Services</a
>
</li>
<li><a href="#">Manufacturing Process</a></li>
<li><a href="#">Research Development</a></li>
<li><a href="#">Case Studies</a></li>
<li><a href="#">News</a></li>
</ul>
</nav>
</header>
<div class="heading-grid">
<aside>
<p>01</p>
</aside>
<div class="slogan">
<h2>WE BUILD <span>STRONGER</span> future</h2>
<p>
Building stronger future,<br />
one steel beam at a time
</p>
<button>START<br />COLLABORATING</button>
</div>
<video src=""></video>
</div>
</div>
<section class="about-us">
<div class="custom-aside">
<p>02</p>
</div>
<div class="flex-container">
<h2>ABOUT US</h2>
<h1>WE EXPLORE<br />TO EMPOWER</h1>
<a href="pages/about.html"
><button>READ MORE ></button></a
>
</div>
<p class="main-para">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Et
voluptates aliquam doloremque nostrum consequatur, pariatur
distinctio quo. Dignissimos odio veritatis nobis voluptas vel
dolores nesciunt?Lorem ipsum dolor sit amet consectetur
adipisicing elit. Tenetur, incidunt.
</p>
<p class="second-para">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Rem
nulla alias ipsam ducimus debitis. Esse quia facere, minus
impedit debitis perspiciatis quisquam velit deserunt sapiente
repellat, dolorem ratione.
</p>
</section>
<img
src="pic/Heavy Structure Work3.jpg"
alt="Heavy Structure Work"
class="about-us-img"
/>
<div class="container2">
<section class="business-segments">
<div class="grid-items-container2">
<p>03</p>
<h2>ABOUT US</h2>
<h1>OUR BUSINESS</h1>
<button>READ MORE ></button>
</div>
</section>
<!-- ---OUR SERVICES--- -->
<section class="services">
<div class="row">
<div class="services-col">
<img src="pic/Cement Elevator Wing Pulley.jpg" />
<h3>Cement Elevator Wing Pulley</h3>
</div>
<div class="services-col">
<img src="pic/Heavy Structure Work.jpg" />
<h3>Heavy Structure Work</h3>
</div>
<div class="services-col">
<img src="pic/Pergola.jpg" />
<h3>Pergola</h3>
</div>
<div class="services-col">
<img src="pic/HSS Railings.jpg" />
<h3>HSS Railings</h3>
</div>
<div class="services-col">
<img src="pic/HydraulicPressBaseResized3.jpg" />
<h3>Hydraulic Press Base Resized</h3>
</div>
<div class="services-col">
<img src="pic/HDG Brackets.jpg" />
<h3>HDG Brackets</h3>
</div>
</div>
</section>
</div>
<footer>
<div class="container3">
<img src="pic/SELogoResized.png" alt="" />
<div class="footerabout">
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Product and Services</a></li>
<li><a href="#">Manufacturing Process</a></li>
<li><a href="#">Research Development</a></li>
<li><a href="#">Case Studies</a></li>
<li><a href="#">News</a></li>
</ul>
</div>
<div class="address">
<h2>+91 98XXXXXXXX</h2>
<p>
Hogsmede<br />Hogwards School of Witchcraft and
Wizardry<br />London<br />1022017
</p>
</div>
</div>
</footer>
</body>
</html>