-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
114 lines (111 loc) · 3.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cloudfun Team</title>
<link rel="stylesheet/less" type="text/css" href="./css/main.less" />
<link rel="stylesheet" href="./libs/swiper/index.css">
<script src="./js/less.min.js"></script>
<script src="./js/jquery.min.js"></script>
<script src="./libs/swiper/index.js"></script>
<script type="module" src="./js/app.js"></script>
</head>
<body>
<div class="circle-bg"></div>
<header>
<div class="nav-logo"></div>
<nav class="nav-box">
<div id="head" class="nav-item active"><head></div>
<div id="advantages" class="nav-item"><Advantages></div>
<div id="blogs" class="nav-item"><Blogs></div>
<div id="joinus" class="nav-item"><Join us></div>
</nav>
</header>
<section class="head">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="code">
<div><head> </div>
<div class="indent"><meta charset="utf-8"></div>
<div class="indent"><title>Welcome to Cloud Fun!<title></div>
<div></head></div>
</div>
<img class="logo" src="./imgs/logo.png" alt="">
</div>
<div class="swiper-slide">
<div class="code">
<div>function cloudFun() { </div>
<div class="indent">console.log('Welcome to Cloud Fun!')</div>
<div>}</div>
<div>cloudFun()</div>
</div>
<img class="logo" src="./imgs/logo.png" alt="">
</div>
</div>
<!-- 如果需要分页器 -->
<div class="swiper-pagination"></div>
</div>
</section>
<section class="advantages">
<div class="title-box">
<div class="title"></Advantages></div>
<div class="desc">Learn how our industry-leading solutions promote business growth.</div>
</div>
<div class="content-box">
<img class="advantages-img" src="/imgs/team.jpeg" alt="">
<div class="list-box"></div>
</div>
</section>
<section class="blogs">
<div class="title-box">
<div class="title"></Blogs></div>
<div class="desc">Learn how our industry-leading solutions promote business growth.</div>
</div>
<div class="content-box"></div>
</section>
<section class="joinus">
<div class="title-box">
<div class="title"></Join us></div>
<div class="desc">Learn how our industry-leading solutions promote business growth.</div>
</div>
<div class="user-box content-box"></div>
</section>
<footer>
<div class="footer-info">
<div class="footer-bg-logo"></div>
<div class="left">
<div class="joinus">
<div class="title">加入我们</div>
<a class="content" href="mailto:[email protected]" target="_top">[email protected]</a>
</div>
<div class="links">
<div class="title">友情链接</div>
<div class="content links">
<div class="link-item">
<!-- <img src="" alt=""> 预留logo -->
<span>火山引擎</span>
</div>
<div class="link-item">
<!-- <img src="" alt=""> 预留logo -->
<span>巨量引擎</span>
</div>
<div class="link-item">
<!-- <img src="" alt=""> 预留logo -->
<span>飞书</span>
</div>
</div>
</div>
</div>
<div class="right">
<img src="./imgs/white-logo.png" class="white-logo"></img>
</div>
</div>
<div class="copyright">
<div class="content">Copyright©2022 Cloudfun Team All Rights Reserved</div>
</div>
</footer>
</body>
</html>