You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ <h1 roll="heading">Home</h1>
21
21
<divclass="col-sm-6 col-lg-4">
22
22
<divclass="panel panel-default">
23
23
<headerclass="panel-heading" id="apps">
24
-
<h3>Apps</h3>
24
+
<h2>Apps</h2>
25
25
</header>
26
26
<divclass="panel-body">
27
27
<p>There are several open source applications here.</p>
@@ -36,7 +36,7 @@ <h3>Apps</h3>
36
36
<divclass="col-sm-6 col-lg-4">
37
37
<divclass="panel panel-default">
38
38
<headerclass="panel-heading" id="codelib">
39
-
<h3>Code Library</h3>
39
+
<h2>Code Library</h2>
40
40
</header>
41
41
<divclass="panel-body">
42
42
<p>The code library is a collection of reusable components and classes along with a solitary IDE extension.</p>
@@ -52,13 +52,13 @@ <h3>Code Library</h3>
52
52
<divclass="col-sm-6 col-lg-4">
53
53
<divclass="panel panel-default">
54
54
<headerclass="panel-heading" id="snippets">
55
-
<h3>Code Snippets</h3>
55
+
<h2>Code Snippets</h2>
56
56
</header>
57
57
<divclass="panel-body">
58
58
<p>There are two main sources of code snippets:</p>
59
-
<h4>Code Snippets Database</h4>
59
+
<h3>Code Snippets Database</h3>
60
60
<p>Contains hundreds of useful Pascal routines, classes, types etc.</p>
61
-
<h4>SWAG</h4>
61
+
<h3>SWAG</h3>
62
62
<p>A clone of the old <strong>S</strong>ource<strong>W</strong>are <strong>A</strong>rchive <strong>G</strong>roup database. It's dated but still contains some useful information.</em>
63
63
</div>
64
64
</div>
@@ -72,7 +72,7 @@ <h4>SWAG</h4>
72
72
<divclass="col-sm-6 col-lg-4">
73
73
<divclass="panel panel-default">
74
74
<headerclass="panel-heading" id="articles">
75
-
<h3>Articles</h3>
75
+
<h2>Articles</h2>
76
76
</header>
77
77
<divclass="panel-body">
78
78
<p>Several full length articles explaining various aspects of Delphi programming.</p>
@@ -89,7 +89,7 @@ <h3>Articles</h3>
89
89
<divclass="col-sm-6 col-lg-4">
90
90
<divclass="panel panel-default">
91
91
<headerclass="panel-heading" id="tips">
92
-
<h3>Hints & Tips</h3>
92
+
<h2>Hints & Tips</h2>
93
93
</header>
94
94
<divclass="panel-body">
95
95
<p>A collection of hundreds of hints and tips harvested from all over the web.</p>
0 commit comments