-
Notifications
You must be signed in to change notification settings - Fork 78
/
special.html
96 lines (85 loc) · 3.5 KB
/
special.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
<html>
<head>
<title>网页里的电脑博物馆</title>
<meta name="description" content="云端的计算机博物馆,在网页模拟器中重现电脑发展史">
<meta name="keywords" content="电脑, 计算机, 博物馆, 网页, 浏览器, 模拟器, 游戏, 历史">
<link rel="stylesheet" href="https://lib.baomitu.com/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="https://lib.baomitu.com/twitter-bootstrap/4.1.1/css/bootstrap.min.css">
<link rel="stylesheet" href="base.css" />
<script src="https://lib.baomitu.com/jquery/3.3.1/jquery.min.js"></script>
<script src="baidu-stat.js"></script>
<meta charset="UTF-8">
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' />
<style>
.row {
margin-bottom: 8px;
}
</style>
</head>
<body>
<nav style="position: relative; z-index: 2; width:100%">
<ul>
<li>
<a href="index.html">目录</a>
</li>
<li>
<a href="http://www.famicn.com">游戏机</a>
</li>
<li>
<a href="https://pengan1987.github.io/">专栏</a>
</li>
<li>
<a href="https://github.com/pengan1987/computer-museum-dnbwg">Github</a>
</li>
<li>
<a href="labs.html">实验室</a>
</li>
<li>
<a href="special.html">专题展览</a>
</li>
</ul>
</nav>
<div class="feature-wrapper pt-5 pb-5 mt-0 mt-lg-0">
<div class="container">
<div class="col-12" style="margin-bottom: 16px;">
<h2>网页里的电脑博物馆 - 专题展览</h2>
</div>
<div class="row">
<a class="col-sm-6 col-md-2" href="sb486/index.html">
<img class="col-12" src="logo/subor486.jpg">
</a>
<div class="col-sm-6 col-md-10">
<h3><a href="sb486/index.html">不仅是游戏:国际化的电脑学习机</a></h3>
<p>
虽然很多时候电脑学习机被当作是任天堂Family BASIC的简单复制品,但它们却有着与其原型明显不同的软件生态。中国的学习机开发者们不仅创作了诸多针对本土用户的教育软件,也为使用俄语、阿拉伯语和西班牙语的发展中国家用户开发了许多本地化的软件。</p>
</div>
</div>
<div class="row">
<a class="col-sm-6 col-md-2" href="vrml/index.html">
<img class="col-12" src="logo/vrml.jpg">
</a>
<div class="col-sm-6 col-md-10">
<h3><a href="vrml/index.html">3D之舞:90年代的VRML与3D网页</a></h3>
<p>
90年代,人们使用虚拟现实建模语言(VRML - Virtual Reality Modeling Language)创建了丰富的在线三维体验。许多看似“新潮”的虚拟现实体验,在90年代就已经出现并广泛被使用了。
</p>
</div>
</div>
<div class="row">
<a class="col-sm-6 col-md-2" href="linux.html">
<img class="col-12" src="logo/chinese-linux-penguin.jpg">
</a>
<div class="col-sm-6 col-md-10">
<h3><a href="linux.html">千禧年的中文Linux</a></h3>
<p>
2000年左右,中文世界掀起了第一次“国产操作系统”的热潮,许多公司都尝试推出自己本地化的Linux发行版,我收集到了较有影响力的几个发行版,您可以通过虚拟化的远程桌面体验它们。
</p>
</div>
</div>
</div>
</div>
<div style="display: none;">
<img src="title.png">
</div>
</body>
</html>