-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (54 loc) · 1.59 KB
/
index.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.17">
<title>Bootstrap-related pages</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<link rel="stylesheet" href="./asciidoctor.css">
</head>
<body class="article">
<div id="header">
<h1>Bootstrap-related pages</h1>
</div>
<div id="content">
<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>The Bootstrap home page is at <a href="https://www.bootstrapworld.org" class="bare">https://www.bootstrapworld.org</a>.</p>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_curriculum_related_docs">Curriculum-related docs</h2>
<div class="sectionbody">
<div class="ulist">
<ul>
<li>
<p><a href="curriculum-build/index.html">The curriculum build spec</a>:
Implementation-agnostic requirements for the build process.</p>
</li>
<li>
<p><a href="curriculum-build/README.html">curriculum README</a>:
General instructions for curriculum authors.</p>
</li>
<li>
<p><a href="curriculum-build/makeitso-message.html">Description of the
actual implementation of the
build process, using Makefile and auxiliary programs</a>: Note this
is Section 11 of the first (build spec) document.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-03-21 16:54:48 -0400
</div>
</div>
</body>
</html>