Updated the archive.pcjs.org home page

This commit is contained in:
Jeff Parsons 2017-02-08 21:32:50 -08:00 committed by Jeff Parsons
commit d8daa5e6e3
2 changed files with 17 additions and 11 deletions

View file

@ -1,9 +1,15 @@
<div class="machine" id="{{ include.id }}">
{% assign machine_name = "PCjs: The Virtual IBM PC" %}
{% assign machine_name = "PCjs Machine" %}
{% for machine in page.machines %}
{% if include.id == machine.id and machine.name%}
{% assign machine_name = machine.name %}
{% break %}
{% if include.id == machine.id %}
{% if machine.name %}
{% assign machine_name = machine.name %}
{% break %}
{% endif %}
{% if machine.type %}
{% capture machine_name %}{{ machine.type | upcase | replace:"X86","x86" }} Machine{% endcapture %}
{% break %}
{% endif %}
{% endif %}
{% endfor %}
[{{ machine_name }}]

View file

@ -4,8 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>PCjs: The Virtual IBM PC</title>
<meta name="description" content="PCjs: Home of the original IBM PC emulator in a browser. Classic computer simulations in JavaScript, including the IBM PC and other x86-based machines, 6502-based machines such as the Ohio Scientific Challenger 1P, and 8080-based machines such as Space Invaders. Includes an archive of historical PC software and publications.">
<title>PCjs Machines</title>
<meta name="description" content="Welcome to PCjs, home of the original IBM PC in a web browser. PCjs provides a variety of computer emulators written in JavaScript, including PCx86 for x86-based machines (up through the 80386), C1Pjs for the 6502-based Ohio Scientific Challenger 1P, PC8080 for 8080-based machines such as Space Invaders and the DEC VT100 Terminal, and PDPjs, a PDP-11 emulator for the PDP-11/20, PDP-11/45, and PDP-11/70. PCjs also provides an archive of selected historical PC software, publications, and reference materials.">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="http://www.pcjs.org/css/main.css">
<link rel="apple-touch-icon" sizes="57x57" href="http://www.pcjs.org/versions/icons/current/pc-icon-57.png">
@ -24,7 +24,7 @@
<body>
<header class="site-header">
<div class="wrapper">
<a class="site-title" href="http://www.pcjs.org/">PCjs: The Virtual IBM PC</a>
<a class="site-title" href="http://www.pcjs.org/">PCjs Machines</a>
<nav class="site-nav">
<a href="#" class="menu-icon">
<svg viewBox="0 0 18 15">
@ -36,8 +36,8 @@
<div class="trigger">
<a class="page-link" href="http://www.pcjs.org/blog/">Blog</a>
<a class="page-link" href="http://www.pcjs.org/devices/">Devices</a>
<a class="page-link" href="http://www.pcjs.org/disks/">Disks</a>
<a class="page-link" href="http://www.pcjs.org/docs/">Docs</a>
<a class="page-link" href="http://www.pcjs.org/docs/">Docs</a>
<a class="page-link" href="http://www.pcjs.org/apps/">Software</a>
<a class="page-link" href="http://www.pcjs.org/docs/about/">About</a>
</div>
</nav>
@ -61,8 +61,8 @@
<div class="footer-col-wrapper">
<div class="footer-col footer-col-3">
<p class="text">
<span style="float:right"><a href="http://www.pcjs.org">pcjs.org</a> website © 2012-2016 by <a href="https://twitter.com/jeffpar">@jeffpar</a></span><br/>
<span style="float:right">PCjs and C1Pjs released under <a href="http://gnu.org/licenses/gpl.html">GPL version 3</a></span>
<span style="float:right"><a href="http://www.pcjs.org">pcjs.org</a> © 2012-2017 by <a href="https://twitter.com/jeffpar">@jeffpar</a></span><br/>
<span style="float:right"><a href="http://github.com/jeffpar/pcjs">PCjs Project</a> released under <a href="http://gnu.org/licenses/gpl.html">GPLv3</a></span>
</p>
</div>
</div>