-
Notifications
You must be signed in to change notification settings - Fork 0
/
index en-US.html
74 lines (72 loc) · 3.69 KB
/
index en-US.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
<!DOCTYPE html>
<html lang="en_US">
<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">
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="./res/images/logo.png" />
<title>Spark Store</title>
</head>
<body>
<div class="head">
<h2>Spark Store</h2>
<ul class="nav">
<li><a href="#">Home</a></li>
<li><a href="https://deepin-community-store.gitee.io/spark-wiki/#/">Docs</a></li>
<li><a href="#download">Download</a></li>
<li><a href="https://www.deepinos.org/blog">Blog</a></li>
<li><a href="https://www.deepinos.org/">Forum</a></li>
<li><a href="https://upload.deepinos.org/index">Upload</a></li>
<li><a href="https://donate.deepinos.org.cn/">Donate</a></li>
<li><a href="#about">About</a></li>
<li><a href="#" id="lang">English</a></li>
<li><a href="index.html" id="lang">简体中文</a></li>
</ul>
</div>
<div class="main">
<div class="mainpage">
<div class="left">
<h1>Spark Store 3.0</h1>
<h3>Add search function</h3>
<a href="#synopsis">Introduction</a>
<a href="#download">download</a>
</div>
</div>
<div class="threebox" id="synopsis">
<div class="box" id="box1">
<h4>The freedom of <span>open source communities</span></h4>
<p>From client to server side.<br>The code is all open source and freely modified.</p>
</div>
<div class="box" id="box2">
<h4>Simple and <span>beautiful interface</span></h4>
<p>Dtk5 development, hairy glass sidebar.<br>Give you a simple and elegant experience.</p>
</div>
<div class="box" id="box3">
<h4>Rich and <span>diverse appcations</span></h4>
<p>Community collection, real people review the shelves.<br>A large and controllable app stock.</p>
</div>
</div>
<div class="downloadpage" id="download">
<div class="left">
<h2><span>Download </span>Center</h2>
<a href="https://gitee.com/deepin-community-store/spark-store/attach_files/552251/download/spark-store_3.0_amd64.deb">Latest Versions</a>
<a href="https://dcstore.spark-app.store/spark-store-dependencies-kylin.zip">Dependency</a>
<a href="https://gitee.com/deepin-community-store">Source Code</a>
<a href="https://upload.deepinos.org/index">Upload</a>
<p>*The latest version only supports Deepin Linux V20</p>
</div>
</div>
<div class="aboutpage" id="about">
<div class="left">
<h2>About <span>Us</span></h2>
<p>The Spark team, initiated by shenmo, is dedicated to enriching the Linux ecosystem and has formed the Spark Store. We are a young team, most of our members are post-00s, from elementary school students, middle school students, college students, from China.</p>
<p>Despite our different ages and qualifications, our goal of building Linux ecology is the same, and we have the confidence and courage to move forward towards our common goal!</p>
</div>
</div>
</div>
<div style="width: 100%;height: 25px;background-color: #4C4C4B;overflow: hidden;bottom: 0px;">
<div style="width: 26%;float: left;padding-left: 30px; color: #777777;">
<strong>© 2020-2021 Spark Store</strong>
</body>
</html>