-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (30 loc) · 1017 Bytes
/
index.html
File metadata and controls
34 lines (30 loc) · 1017 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Transputer Software Systems</title>
<link href="assets/css/styles.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
</head>
<body>
<div class="header">
<div class="header-title">
<h1>
<img src="assets/img/logo-small.png" alt="tss" width="150px" /><br />
Transputer Software Systems
</h1>
</div>
</div>
<div class="main">
<div class="main-item">
<p><strong>tss</strong> was created for the 2016 COMS20805 unit at the University of Bristol.</p>
<p>We are building a toolchain for the Occam language and Transputer architecture, including a compiler, assembler and Transputer simulator.</p>
</div>
<div class="main-item">
<a href="https://www.github.com/TransputerSystems/tss" class="btn">
<i class="fa fa-github fa-5x" aria-hidden="true"></i><br />
Occam Toolchain
</a>
</div>
</div>
</body>
</html>