Skip to content

Commit

Permalink
Update home page for pg-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pstaabp committed Jun 19, 2023
1 parent da01850 commit 24f6651
Showing 1 changed file with 55 additions and 7 deletions.
62 changes: 55 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,59 @@
<html>
<head>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
margin-top: 25px;
}
</style>
</head>
<body>
<div class="container">
<h2>Documentation Home for PG</h2>

<ul>
<li><a href="sample-problems/categories.html">Sample Problems by Categories</a></li>
<li><a href="sample-problems/subjects.html">Sample Problems by Subject Areas</a></li>
<li><a href="sample-problems/techniques.html">Sample Problems by Problem Techniques</a></li>
<li><a href="pod/webwork2/index.html">Index of webwork2 pod</a></li>
<li><a href="pod/pg/index.html">Index of pg pod</a></li>
</ul>
<p>This is the documentation home for PG, the problem authoring language for WeBWorK.
The links below include POD (Plain Old Documentation), explaining how to use
PG macros and related modules as well as sample problems.
</p>

<div class="list-group">
<a href="sample-problems/categories.html" class="list-group-item list-group-item-action" aria-current="true">
<div class="w-100">
<span class="h4">Sample Problems by Categories</span>
</div>
<p class="mb-1">A list of most sample problems by category.</p>
</a>
<a href="sample-problems/subjects.html" class="list-group-item list-group-item-action" aria-current="true">
<div class="w-100">
<span class="h4">Sample Problems by Subject Area</span>
</div>
<p class="mb-1">A list of most sample problems by subject area.</p>
</a>
<a href="sample-problems/techniques.html" class="list-group-item list-group-item-action" aria-current="true">
<div class="w-100">
<span class="h4">Problem Techniques</span>
</div>
<p class="mb-1">A list of most sample problems by problem technique.</p>
</a>
<a href="sample-problems/macros.html" class="list-group-item list-group-item-action" aria-current="true">
<div class="w-100">
<span class="h4">Sample Problems by Macro</span>
</div>
<p class="mb-1">For many macros, this lists all sample problems used by the macro.</p>
</a>
<a href="pod/webwork2/index.html" class="list-group-item list-group-item-action" aria-current="true">
<div class="w-100">
<span class="h4">WeBWorK POD</span>
</div>
<p class="mb-1">A list all WeBWorK Plain Old Documenation.</p>
</a>
<a href="pod/pg/index.html" class="list-group-item list-group-item-action" aria-current="true">
<div class="w-100">
<span class="h4">PG POD</span>
</div>
<p class="mb-1">A list all PG Plain Old Documenation.</p>
</a>
</div>
</div>
</body>
</html>

0 comments on commit 24f6651

Please sign in to comment.