-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (111 loc) · 4.8 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
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="zh">
<div id=content>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Scores软件主页</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Scores软件</h1>
<nav>
<ul>
<li><a href="#features">版本日志</a></li>
<li><a href="#screenshots">使用说明</a></li>
<li><a href="#download">软件下载</a></li>
<li><a href="#contact">联系我们</a></li>
</ul>
</nav>
</header>
<main>
<section id="hero">
<h2>欢迎来到Scores软件</h2>
<p>我们致力于创造简单而优雅的软件解决方案。</p>
<p>本网站仅用于Scores软件介绍与获取,不能用于任何形式的商业用途。</p>
<button onclick="window.location.href='#download';">立即下载</button>
</section>
<section id="features">
<h2>我们的软件</h2>
<h3>软件更新日志</h3>
<dl>
<dt>版本 1.0</dt>
<dd>初始版本;</dd>
<dt>版本 2.0 --Windows1</dt>
<dd>增加了分段人数比例调节功能;</dd>
<dt>版本 2.1 --Windows3</dt>
<dd>新增了可读取表格格式 (.xls);</dd>
<dd>更新了作者联系方式,新增软件主页;</dd>
<dt>版本 3.0 --Windows2</dt>
<dd>新增了设置小分权重功能;</dd>
<dd>说明: 初始成绩按均值排名,转换后成绩按小分权重调整</dd>
</dl>
<h3>技术支持</h3>
<p>如有问题,请先检查文件格式,若仍未解决,可尝试联系我们。</p>
</section>
<section id="screenshots">
<h2>软件界面</h2>
<div class="screenshot">
<img src="结果页面.png" alt="软件截图1">
</div>
<h3>安装教程</h3>
<div class="screenshot">
<video controls>
<source src="安装1.mp4" type="video/mp4">
<!-- 提供备用文本,以防浏览器不支持video标签 -->
您的浏览器不支持video标签,请升级您的浏览器。
</video>
</div>
<h3>功能演示</h3>
<div class="screenshot">
<video controls>
<source src="演示1.mp4" type="video/mp4">
<!-- 提供备用文本,以防浏览器不支持video标签 -->
您的浏览器不支持video标签,请升级您的浏览器。
</video>
</div>
</section>
<section id="download">
<h2>下载Scores软件</h2>
<p>目前软件只开发了Windows版本,其他操作系统用户请各显神通:</p>
<a href="https://pan.xunlei.com/s/VO1NRe2JHQyUrC3P3uP-xJLVA1?pwd=3e43"><button>Windows1</button></a>
<a href="https://pan.baidu.com/s/1CeFW0pfluPkcIihALsVBGQ?pwd=rgmg"><button>Windows2</button></a>
<a href="https://pan.quark.cn/s/c823462fe15c"><button>Windows3</button></a>
<a href="https://example.com/download-macos"><button>MacOS</button></a>
<a href="https://example.com/download-linux"><button>Linux</button></a>
</section>
<section id="contact">
<h2>联系我们</h2>
<form action="/submit-contact" method="post">
<label for="name">姓名:</label><br>
<input type="text" id="name" name="name"><br>
<label for="email">邮箱:</label><br>
<input type="email" id="email" name="email"><br>
<label for="message">消息:</label><br>
<textarea id="message" name="message"></textarea><br>
<button type="submit">发送</button>
</form>
</section>
</main>
<footer>
<div class="footer-links">
<h3>友情链接</h3>
<ul>
<li><a href="https://bfjy2024.github.io/bfjy/" target="_blank">作者主页</a></li>
<li><a href="https://github.com/bfjy2024" target="_blank">GitHub</a></li>
<li><a href="https://portal.gdust.edu.cn/#/home" target="_blank">智慧门户</a></li>
</ul>
</div>
<p>© 2024 Scores软件 版权所有.</p>
</footer>
</body>
</div>
<div id="bj">
<!-- src="https://api.maohaha.com/code/?n=bg_rain.js" -->
<!-- src="https://api.maohaha.com/code/?n=bg_branches.js" -->
<!-- src="https://api.maohaha.com/code/?n=bg_glow.js" -->
<script src="https://api.maohaha.com/code/?n=bg_ribbons.js"></script>
<script src="https://api.maohaha.com/code/?n=game_spider3D.js"></script>
</div>
</html>