-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
287 lines (229 loc) · 8.21 KB
/
about.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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Deep Green - About Us</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
/* font-family: Arial;
font-size: 50px; */
animation: fadeIn 1s;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.about-section{
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
background-color:rgb(57, 75, 231) ;
color: #333;
text-align: center;
}
.about-section {
padding: 50px;
background-color: #fff;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
margin: 20px;
border-radius: 10px;
}
h1, h2, h3 {
background: -webkit-linear-gradient(#1c29db, #02521d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
color: #18ca9e;
border-bottom: 2px solid #cacaca;
padding-bottom: 10px;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
font-size: 24px;
margin-bottom: 10px;
}
h2 {
margin-top: 0;
font-size: 2.2rem;
}
p {
line-height: 1.6;
margin-bottom: 20px;
color: #555;
}
section {
margin-bottom: 40px;
}
/* Add responsive styles here */
/* Add responsive styles here */
@media (max-width: 768px) {
.about-section {
padding: 30px;
}
}
#op{
font-size: 4rem;
padding-bottom: 5rem;
border: 3px solid red;
border-width: 2px;
background: -webkit-linear-gradient(#2cdb1c, #02521d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#iu{
margin-left: 17rem;
/* width: 200px; */
background: -webkit-linear-gradient(#db1c9b, #520252);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#zx{
font-size: 1.3rem;
font-family: 'MyCustomCursive';
padding-top: 3.1rem;
}
#span{
font-family: 'MyCustomCursive';
font-size: 3.9rem;
font-weight: bold;
border: 3px solid rgb(139, 139, 139);
background: #870000; /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #190A05, #870000); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #070302, #870000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
margin: 10px;
padding: 15px 45px;
text-align: center;
/* text-transform: uppercase; */
transition: 0.5s;
background-size: 200% auto;
color: rgb(255, 255, 255);
box-shadow: 0 0 90px #555a5a;
border-radius: 20px;
padding-bottom:;
}
#span:hover {
background-position: right center;
color: #fff;
text-decoration: none;
}
#spa{
font-family: 'MyCustomCursive';
font-size: 3.2rem;
font-weight: bold;
background: -webkit-linear-gradient(#1c29db, #02521d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.d{
animation: fadeIn 1s;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.j{
animation: fadeIn 1.2s;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.k{
animation: fadeIn 1.3s;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.o{
animation: fadeIn 1.4s;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.l{
animation: fadeIn 1.5s;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.p{
animation: fadeIn 1.6s;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.s{
animation: fadeIn 1.2s;
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
</style>
</head>
<body>
<div class="about-section">
<!-- <img src="tree.svg" id="iu"> -->
</span> <span id="spa"> </span>
</span> <span id="span" class="d">the_deep_green</span>
<!-- <h1 id="op">Welcome to the_deep_green</h1> -->
<pre id="zx"><p><h4 class="s">We are dedicated to solving technical issues using cutting-edge engineering solutions.
At The Deep Green, we believe in the power of innovation to create a sustainable future</h4>.</p></pre>
<section>
<h2 class="j">Company Overview</h2>
<pre id="zx">
<p>Founded with a vision to revolutionize the engineering landscape, The Deep Green strives to provide impactful solutions.
Our mission is to blend technology with environmental consciousness, fostering a better world through engineering excellence.</p>
</pre>
</section>
<section>
<h2 class="k">Leadership Team</h2>
<pre id="zx">
<p>Meet our dynamic leadership team, a group of industry experts committed to driving The Deep Green's success.
Their diverse expertise spans engineering, technology, and sustainability, guiding the company towards unprecedented achievements.</p>
<p>Shani Soni - CEO</p>
<p>Jane Smith - CTO</p>
<p>Michael Johnson - CFO</p>
</pre>
<!-- Include brief profiles of each executive -->
</section>
<section>
<h2 class="l">Global Presence</h2>
<pre id="zx">
<p>With offices strategically located around the globe, The Deep Green maintains a robust international presence.
Our operations extend across continents, reflecting our commitment to addressing global challenges with localized solutions.</p>
<p>We have offices in North America, Europe, and Asia.</p>
<p>Our manufacturing facilities are located in the United States and China.</p>
</pre>
<!-- Include information about office locations, manufacturing facilities, and regional details -->
</section>
<section>
<h2 class="o">Corporate Social Responsibility (CSR)</h2>
<pre id="zx">
<p>At The Deep Green, we are dedicated to corporate social responsibility.
Our sustainable practices and philanthropic initiatives aim to make a positive impact on the environment, society, and local communities.</p>
<p>We actively participate in tree-planting initiatives and support local environmental conservation projects.</p>
<p>The Deep Green Foundation provides scholarships to underprivileged students pursuing STEM education.</p>
</pre>
<!-- Include details about CSR initiatives, environmental efforts, and community impact -->
</section>
<section>
<h2 class="p">Innovation and Technology</h2>
<pre id="zx">
<p>The Deep Green is at the forefront of innovation, leveraging cutting-edge technology and investing in research and development.
Our commitment is reflected in patents, awards, and groundbreaking innovations that set us apart in the industry.</p>
<p>Our latest innovation, the EcoTech System, received the Innovation Award at the Tech Expo 2023.</p>
<p>We hold patents for three groundbreaking technologies in sustainable energy production.</p>
</pre>
<!-- Include details about patents, awards, and notable innovations -->
</section>
<!-- Include other sections as per your requirements -->
</div>
<!-- Include links to your other HTML pages or navigation as needed -->
<!-- Include links to your other HTML pages or navigation as needed -->
</body>
</html>