Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dponti committed Mar 10, 2024
1 parent 344722a commit 5201a15
Showing 1 changed file with 79 additions and 0 deletions.
79 changes: 79 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
<!DOCTYPE html>
<html>
<head>
<title>DIGGS Documentation</title>
<style>
body {
background-color: #f7f9fc;
}

h1 {
text-align: center;
color: #21130d;
font-family: 'Crimson Text', serif;
}

h2 {
text-align: left;
color: #21130d;
font-family: 'Crimson Text', serif;
}

td {
vertical-align: top;
}

.logo {
position: absolute;
top: 10px;
left: 10px;
float: left;
}

</style>

</head>
<body>

<div class="logo">
<img src= "https://diggsml.org/def/img/diggs-logo.png" style="width:150px" alt="[LOGO]"/>
</div>

<h1>Documentation and Useful Resources<br/>for using the DIGGS schema</h1>

<!--TO DO: Write script to automate the contents of the listing below based on repo contents, using def and schema index.html files as an example-->

<h2>Full Schema Documentation</h2>
<table>
<tr>
<td><img src="https://apache.org/icons/layout.gif" alt="[TXT]"></td>
<td><a href="/latest">Latest</a> (unstable build) <i>Note: this documentation may be behind the latest schema commits</i></td>
</tr>
<tr>
<td><img src="https://apache.org/icons/layout.gif" alt="[TXT]"></td>
<td><a href="/2.6">Version 2.6</a></td>
</tr>
<tr>
<td><img src="https://apache.org/icons/layout.gif" alt="[TXT]"></td>
<td><a href="/2.5">Version 2.5</a></td>
</tr>
</table>

<h2>Guidance Documents</h2>
<table>
<tr>
<td valign="top"><img src="https://apache.org/icons/layout.gif" alt="[TXT]"></td>
<td><a href="">DIGGS Overview</a> (Coming soon...)
</tr>
</table>

<h2>Other Resources</h2>
<table>
<tr>
<td valign="top"><img src="https://apache.org/icons/text.gif" alt="[TXT]"></td>
<td><a href="">Supported Test Procedures</a> (Coming soon...)
</tr>
</table>

</body>
</html>

0 comments on commit 5201a15

Please sign in to comment.