Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor improvements to the main page #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions global.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

body {
margin: 0.5in 1in;
max-width: 1000px;
margin: 0.5in auto 1in auto;
padding: 0 1em;
background-color: white;
color: black;
font-size: 16px;
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<title>Standard ML Family GitHub Project</title>
<link href="global.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

<body BGCOLOR="ffffff">
Expand Down Expand Up @@ -227,7 +228,7 @@ <h2>Implementations, Extensions, and Variations of Standard ML</h2>
</P>
</LI>
<LI>
<A HREF="http://www.cs.bham.ac.uk/research/poplog/freepoplog.html">
<A HREF="http://www.cs.bham.ac.uk/research/projects/poplog/freepoplog.html">
<strong>Poplog Standard ML</strong></A>.
<P>Now available as free software (SML '90).</P>
</LI>
Expand All @@ -248,7 +249,7 @@ <h2>Implementations, Extensions, and Variations of Standard ML</h2>
<P>CakeML is a dialect of ML designed to be both easy to program in and easy to reason about formally in proof assistants for higher-order logic.</P>
</LI>
<LI>
<A HREF="http://www.pllab.riec.tohoku.ac.jp/smlsharp/"><strong>SML#</strong></A>
<A HREF="https://smlsharp.github.io/"><strong>SML#</strong></A>
<P>SML# is a new programming language in the Standard ML family being developed at RIEC (Research Institute of Electrical
Communication), Tohoku University . Its design goal is to provide practically important extensions while maintaining
the compatibility of the Definition of Standard ML.</P>
Expand Down