File tree 7 files changed +8
-8
lines changed
7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 16
16
/>
17
17
{% endif %}
18
18
< div class ="card-body ">
19
- < h2 class ="m-0 "> {{page.title}}</ h2 >
19
+ < h1 class ="m-0 "> {{page.title}}</ h1 >
20
20
</ div >
21
21
< div class ="card-footer text-muted ">
22
22
< div class ="row no-gutters mb-2 mt-2 ">
Original file line number Diff line number Diff line change 7
7
< div class ="col-md-4 p-3 ">
8
8
< div class ="card project-header ">
9
9
< div class ="card-body ">
10
- < h2 > {{page.title}}</ h2 >
10
+ < h1 > {{page.title}}</ h1 >
11
11
< p class ="card-description "> {{page.description}}</ p >
12
12
< p class ="card-text ">
13
13
< small class ="text-muted "> {{ page.date | date: '%B %Y' }}</ small >
@@ -70,7 +70,7 @@ <h2>{{page.title}}</h2>
70
70
</ div >
71
71
< div class ="col-md-8 p-3 min-vh-50 ">
72
72
< div class ="mb-3 d-none d-md-block "> </ div >
73
- < h3 id ="more "> About This Project</ h3 >
73
+ < h2 id ="more "> About This Project</ h2 >
74
74
< div class ="usercontent "> {{page.content}}</ div >
75
75
</ div >
76
76
</ div >
Original file line number Diff line number Diff line change 7
7
{% include wip.html %}
8
8
9
9
< section class ="my-4 ">
10
- < h2 > About</ h2 >
10
+ < h1 > About</ h1 >
11
11
< p > This page doesn't have any useful information yet.</ p >
12
12
</ section >
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ <h3 class="card-title">{{ post.title }}</h3>
212
212
</ nav >
213
213
</ div >
214
214
< div class ="col-xs-12 col-md-4 col-lg-3 ">
215
- < h3 > Featured</ h3 >
215
+ < h2 > Featured</ h2 >
216
216
< section class ="my-3 ">
217
217
{% assign featuredCount = 0 %}
218
218
<!-- -->
Original file line number Diff line number Diff line change 3
3
---
4
4
5
5
< div class ="container my-3 ">
6
- < h2 > Comment Policy</ h2 >
6
+ < h1 > Comment Policy</ h1 >
7
7
< p >
8
8
Certain pages on this site have a section where users are allowed to share
9
9
comments about the page content with other site users. These comment
Original file line number Diff line number Diff line change 4
4
---
5
5
6
6
< div class ="container py-3 ">
7
- < h2 > Projects</ h2 >
7
+ < h1 > Projects</ h1 >
8
8
< p >
9
9
A collection of some of my notable works, some involving more than code!
10
10
</ p >
Original file line number Diff line number Diff line change 7
7
{% include wip.html %}
8
8
9
9
< section class ="my-4 ">
10
- < h2 > Resumé/CV</ h2 >
10
+ < h1 > Resumé/CV</ h1 >
11
11
< p >
12
12
Coming soon: resumé and CV are not available yet on this webpage. Interested
13
13
parties should contact me directly.
You can’t perform that action at this time.
0 commit comments