-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (99 loc) · 3.93 KB
/
index.html
File metadata and controls
101 lines (99 loc) · 3.93 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>纯涯 - 首页</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<div class="container">
<div class="logo">
<img src="商标.jpg" alt="纯涯 Logo">
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="products.html">Products</a></li>
<!-- <li><a href="#">解决方案</a></li>
<li><a href="#">新闻</a></li> -->
<li><a href="about.html">About Us</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>
<div class="banner">
<img src="首页1.jpg" alt="Banner Image">
<div class="banner-text">
<!-- <h1>江苏省著名商标 - 纯涯牌</h1>
<h2>臭氧空气消毒机</h2>
<p>菌菇业生产专用设备</p>
<p>灭菌率99.9%以上 接种成功率99%以上</p> -->
</div>
</div>
<main>
<section class="products">
<h2>Chunya Ozone Generator</h2>
<p>More than 30 years of ozone specialised equipment, exported to Korea, USA, Central and South America, EU, Russia, Africa, etc.</p>
<div class="carousel-container">
<div class="carousel">
<div class="carousel-item">
<img src="抠图/FCY-3A.png" alt="FCY-3A">
<p>FCY-3A</p>
<p>4000 mg/h</p>
</div>
<div class="carousel-item">
<img src="抠图/FCY-3.png" alt="FCY-3">
<p>FCY-3</p>
<p>2000 mg/h</p>
</div>
<div class="carousel-item">
<img src="抠图/FCY-5A 菌菇字体.png" alt="FCY-5A">
<p>FCY-5A</p>
<p>10000 mg/h</p>
</div>
<div class="carousel-item">
<img src="抠图\FCY-5B.png" alt="FCY-5B">
<p>FCY-5B</p>
<p>10000 mg/h</p>
</div>
<div class="carousel-item">
<img src="抠图\FCY-5C.png" alt="FCY-5C">
<p>FCY-5C</p>
<p>15000 mg/h</p>
</div>
<div class="carousel-item">
<img src="抠图\FCY-20移动.png" alt="FCY-20移动">
<p>FCY-20 mobile</p>
<p>20000 mg/h</p>
</div>
<div class="carousel-item">
<img src="抠图\FCY-30移动.png" alt="FCY-30移动">
<p>FCY-30 mobile</p>
<p>30000 mg/h</p>
</div>
<div class="carousel-item">
<img src="抠图\FCY-30管道式.png" alt="FCY-30管道式">
<p>FCY-30 pipe-type</p>
<p>30000 mg/h</p>
</div>
<div class="carousel-item">
<img src="抠图\FCY-40管道式.png" alt="FCY-40管道式">
<p>FCY-40 pipe-type</p>
<p>40000 mg/h</p>
</div>
</div>
</div>
</section>
</main>
<footer>
<p>© 2024 Nanjing Chunya Electromechanical Technology Research Institute. All rights reserved.</p>
</footer>
<script src="scripts.js"></script>
</body>
</html>