This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
95 lines (82 loc) · 3.88 KB
/
project.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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width">
<link rel="icon" href="img\favicon.png" type="image/x-icon" />
<title>经历</title>
<link rel="stylesheet" type="text/css" href="css\project_style.css">
</head>
<body onload="init()">
<div class="front-page">
<a href="index.html"><img src="img/back.png" alt="back button"></a>
<div class="down-container">
<a href="#first-sec"><img src="img/pixel_down.png" alt="pixellized down arrow"></a>
</div>
</div>
<div class="intro-con" id="first-sec">
<div class="intro">
<div class="row-content">
<div class="text">
<h1>这是一个由刘国傲主导设计的智能垃圾分类系统。</h1>
<p>该系统利用计算机视觉和机器人技术,旨在提高垃圾分类的效率和准确性,以减少环境污染和资源浪费。
</p>
</div>
<div class="image">
<img src="img/project1.png" alt="recycle icon">
</div>
</div>
<div class="sep"></div>
<div class="row-content">
<div class="image">
<img src="img/project2.png" alt="global icon">
</div>
<div class="text">
<h1>我们希望这个系统能够推向全世界。</h1>
<p>我们希望利用先进的技术,为社会和环境带来积极的影响,减少垃圾处理的成本和风险,促进循环经济和可持续发展,保护地球的生态系统和生物多样性。我们也希望通过这个项目,提高公众对垃圾分类的意识和参与度,培养环保的生活方式和价值观。
</p>
</div>
</div>
<div class="sep"></div>
<div class="col-content">
<h1>我们使用的技术</h1>
<div class="tech-container">
<div class="tech">
<div class="image">
<img src="img/project3.png" alt="computer vision icon">
</div>
<h2>计算机视觉</h2>
</div>
<div class="tech">
<div class="image">
<img src="img/project4.png" alt="neuron network icon">
</div>
<h2>神经网络</h2>
</div>
<div class="tech">
<div class="image">
<img src="img/project5.png" alt="robtic icon">
</div>
<h2>机器人</h2>
</div>
</div>
</div>
<div class="sep"></div>
<div class="row-content">
<h1 style="transform: translateY(10px);">对我们的项目感兴趣吗?<br>Contact Us</h1>
<div class="row-content">
<div class="col-content">
<a href="https://www.zcool.com.cn/u/18185625" target="_blank"><img src="img/telegram.png"></a>
<a href="https://www.zcool.com.cn/u/18185625" target="_blank"><img src="img/twi.png"></a>
<a href="https://www.zcool.com.cn/u/18185625" target="_blank"><img src="img/facebook.png"></a>
</div>
<div class="col-content">
<a href="https://www.zcool.com.cn/u/18185625" target="_blank"><img src="img/email.png"></a>
<a href="https://www.zcool.com.cn/u/18185625" target="_blank"><img src="img/qq.png"></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>