-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
233 lines (226 loc) · 8.2 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Koulen|Montserrat"
/>
<link rel="stylesheet" href="style.css" />
<title>Plastic Website</title>
</head>
<body>
<section class="hero">
<header>
<div class="logo">Logo</div>
<div>
<button class="nav-btn">Contact</button>
</div>
</header>
<div class="hero-body">
<div class="hero-content">
<div class="slider">
<h1 class="movingHeading" id="firstText">
Revolutionizing Plastic Manufacturing
</h1>
<h1 class="movingHeading" id="secondText">
Revolutionizing Plastic Manufacturing
</h1>
</div>
<h2>Precision, Innovation, Excellence</h2>
<p>
Ready to see the magic of plastic manufacturing in action? Scroll
down to explore our range of services, including Injection Molding,
Extrusion Molding, Preform Molding, Stretch Molding, and Mold
Making. Each service represents a unique facet of our capabilities,
and we can't wait to show you more.
</p>
<button>Browse Products</button>
</div>
<img src="assets/images/Bottle.png" alt="Bottle" />
</div>
</section>
<section id="about" class="about">
<div class="about-content">
<h1>About us</h1>
<p>
[Company Name], an emerging enterprise, focuses on delivering
industry-leading packaging solutions. Originating as a key player in
Plastic Polymer trading since the early 1990s, the company has
expanded into manufacturing Plastic Products. With a commitment to
exceptional customer service, Agar Plastics specializes in Injection
Moulding Machines, Extrusion Blow Moulding, and Stretch Blow (PET).
Our product range includes Thin Wall Food containers, PET Bottles,
Jars, caps, and fixtures. To ensure top-notch quality, we house an
in-house mold-making facility equipped with high-speed CNC Machining
centers, CNC Lathes, and CNC Milling
</p>
</div>
</section>
<section id="sevices" class="services">
<div class="services-container">
<h1>Services</h1>
<div class="services-cards">
<div class="service-card">
<h1>Injection Molding</h1>
<p>
Precision in every detail, our injection molding services craft
intricate plastic components with efficiency and consistency. From
small, intricate parts to larger components, we bring your designs
to life with cutting-edge technology and expertise.
</p>
</div>
<div class="service-card">
<h1>Extrusion Molding</h1>
<p>
Transforming plastic into continuous lengths of profiles and
tubes, our extrusion molding delivers uniform cross-sections.
Versatile and cost-effective, this process ensures the creation of
custom plastic products tailored to your specifications.
</p>
</div>
<div class="service-card">
<h1>Preform Molding</h1>
<p>
At the forefront of PET container production, our preform molding
technology shapes the foundation for durable and appealing bottles
and jars. We prioritize quality, providing precise preforms for
superior final product results.
</p>
</div>
</div>
</div>
</section>
<section id="products" class="products">
<div class="products-container">
<h1>Products</h1>
<div class="product-cards">
<div class="product-card">
<img src="assets/images/Product 2.png" alt="Product" />
<h1>Product Name</h1>
<p>Product Short Description</p>
</div>
<div class="product-card">
<div style="visibility: hidden; height: 400px"></div>
<h1>Product Name</h1>
<p>Product Short Description</p>
</div>
<div class="product-card">
<img src="assets/images/Product 3.png" alt="" />
<h1>Product Name</h1>
<p>Product Short Description</p>
</div>
</div>
</div>
</section>
<section id="testimonials" class="testimonials">
<div class="testimonials-container">
<h1>Testimonials</h1>
<div class="testimonials-content">
<div class="testimonials-upper-text">
<i
class="fa fa-arrow-left"
aria-hidden="true"
style="font-size: 2em"
></i>
<p>
“We've collaborated with [Company Name] on multiple projects, and
each time they've delivered excellence. Their expertise in
injection molding and mold-making is truly impressive. Their
team's dedication to precision and timely delivery makes them
stand out in the industry.”
</p>
<i
class="fa fa-arrow-right"
aria-hidden="true"
style="font-size: 2em"
></i>
</div>
<div class="testimonials-lower-text">
<h1>Jane Smith</h1>
<h2>Product Manager, TechSolutions Ltd</h2>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="form-container">
<h1>Contact</h1>
<form action="">
<div>
<label for="first-name">First Name</label>
<input type="text" />
</div>
<div>
<label for="last-name">Last Name</label>
<input type="text" />
</div>
<div class="full">
<label for="email">Email</label>
<input type="text" />
</div>
<div>
<label for="phone">Phone Number</label>
<input type="text" />
</div>
<div>
<label for="city">City</label>
<input type="text" />
</div>
<div class="full">
<label for="message">Message</label>
<textarea name="message" id="" cols="30" rows="5"></textarea>
</div>
</form>
<div class="form-icons">
<div class="form-icons-row">
<img
src="assets/icons/phone-alt_svgrepo.com.svg"
alt="Phone-icon"
/>
<p>Phone</p>
</div>
<div class="form-icons-row">
<img src="assets/icons/email_svgrepo.com.svg" alt="Email-icon" />
<p>Email</p>
</div>
<div class="form-icons-row">
<img
src="assets/icons/address-location-map_svgrepo.com.svg"
alt="Address-icon"
/>
<p>Address</p>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-upper">
<h1>Logo</h1>
<h2>Precision, Innovation, Excellence</h2>
<div class="footer-icons">
<img src="assets/icons/Facebook.svg" alt="Facebook" />
<img src="assets/icons/Twitter.svg" alt="Twitter" />
<img src="assets/icons/LinkedIn.svg" alt="LinkedIn" />
<img src="assets/icons/Instagram.svg" alt="Instagram" />
</div>
</div>
<div class="footer-lower">
<p>© Copyright 2023 [Company Name]. All Rights Reserved.</p>
</div>
</footer>
<script
src="https://kit.fontawesome.com/f01f71d16e.js"
crossorigin="anonymous"
></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/gsap.min.js"></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js"
integrity="sha512-Ic9xkERjyZ1xgJ5svx3y0u3xrvfT/uPkV99LBwe68xjy/mGtO+4eURHZBW2xW4SZbFrF1Tf090XqB+EVgXnVjw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="app.js"></script>
</body>
</html>