-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
77 lines (77 loc) · 4.78 KB
/
about.html
File metadata and controls
77 lines (77 loc) · 4.78 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chunya - About Us</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<img src="商标.jpg" alt="Chunya Logo">
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<li><a href="company-profile.html">Company Profile</a></li>
<li><a href="institute-founder.html">Institute Founder</a></li>
<li><a href="contact-details.html">Contact Details</a></li>
</ul>
</nav>
<div class="contact-info">
<span>Hotline: +86 198-5042-0698</span>
<p>Email: rupingzhang.chunya@gmail.com</p>
</div>
</div>
</header>
<main>
<div class="sidebar">
<h2>About Us</h2>
<ul>
<li><a href="company-profile.html">Company Profile</a></li>
<li><a href="institute-founder.html">Institute Founder</a></li>
<li><a href="contact-details.html">Contact Details</a></li>
</ul>
<div class="contact-info-sidebar">
<p>Nanjing Chunya Electromechanical Technology Research Institute</p>
<p>Hotline: +86 19850420698</p>
<p>Sales Manager: Mr. Zhang Ruping</p>
<p>Email: rupingzhang.chunya@gmail.com</p>
<p>Address: 210, 211, 2/F, No. 1-2 Youyihe Road, Qinhuai District, Nanjing, China</p>
</div>
</div>
<div class="content">
<section id="about">
<h2>About Us</h2>
<p>Learn more about Nanjing Chunya Electromechanical Technology Research Institute.</p>
<p> Nanjing Chunya Electromechanical Technology Research Institute, Jiangsu Province intellectual property protection unit.</p>
<p>Jiangsu Province quality trust enterprise, specializing in ozone disinfection technology research, scientific research, production,
management as one of the high-tech enterprises, was founded in 1989.</p>
</p>After more than 30 years of development, Nanjing Chunya Electromechanical Technology Research Institute has successively produced FCY
series oxygen air sterilizer, FCV-W series oxygen atom sterilization detoxification water purifier and ozone water disinfection machine
series, products up to more than 20 specifications.</p>
</p>Jiangsu Province famous brand, Chunya brand ozone disinfection machine, can be widely used in food, medicine and bacteria production and
deep processing industry (such as dressing room, inoculation box, cooling room, Inoculation room, mushroom culture room, mushroom room, etc.),
kindergartens and universities, middle and primary schools, hospitals and health and epidemic prevention departments,
medical equipment production units, food production (processing) industry, aquaculture and processing industry, public entertainment places,
office buildings and families.</p>
</p>Even in 2003 and 2020, during the SARS and Cov19, Nanjing Chunya Electromechanical Technology Research Institute donate ozone generator machine
to many places where need help, Beijing some central organs and units also used Chunya brand ozone disinfection machine.
Nanjing Chunya Electromechanical Technology Research Institute has obtained 11 national patents, as well as many well-known institutions at home and
abroad reputation certificates.</p>
</p>Because of the advanced technology, stable performance and ideal effect, the products sell well all over the country, including Taiwan,
and are exported to Southeast Asia, Japan, the United States, Central and South America, the European Union, Russia, Africa and other countries,
and are well received by the majority of users. Praise product quality "is good", "trustworthy," "too hard"
Nanjing Chunya Electromechanical Technology Research Institute all staff determined to provide users with higher quality products, higher standards of service,
a deeper level of ozone application of new fields and corresponding ozone new products.</p>
</section>
</div>
</main>
<footer>
<p>© 2024 Nanjing Chunya Electromechanical Technology Research Institute. All rights reserved.</p>
</footer>
</body>
</html>