forked from Yemomo511/2023-advance-front-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
knowLedge.html
53 lines (53 loc) · 2 KB
/
knowLedge.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NCUHOME</title>
<link rel="stylesheet" href="css/common.css" />
<link rel="stylesheet" href="css/indexStyle.css" />
<link rel="stylesheet" href="css/header.css" />
<link ref="stylesheet" href="css/join.css" />
</head>
<body>
<div class="box">
<div class="header">
<div class="header-left">
<img src="img/logo.png" alt="logo" />
</div>
<div class="header-right">
<div class="icon-box">
<a href="./index.html">首页</a>
</div>
<div class="icon-box">
<a href="./product.html">产品</a>
</div>
<div class="icon-box icon-box-check">
<a href="./knowLedge.html">了解我们</a>
</div>
<button class="join-button">
<a href="./join.html">加入我们</a>
</button>
</div>
</div>
<div class="content-box">
<div class="content-left">
<p class="content-name">NCUHOME</p>
<p class="content-title">家园工作室</p>
<p class="content-value">
家园工作室成立于 2001 年,是南昌大学一个互联网的学生社团组织。以服务师生为目标,以改变世界为愿景。发布上线了数款互联网产品,培养了许多优秀的互联网从业者。
</p>
</div>
<div class="content-right">
<img src="./img/img-left.png" id="img"/>
</div>
<div class="content-img-button">
<button class="img-button" id="switchButton">
<p>切换图片</p>
</button>
</div>
</div>
</div>
</body>
<script src="./js/switchPng.js"></script>
</html>