Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 98f7c61

Browse files
committedNov 28, 2024·
Add footer to documentation and update feature descriptions
Signed-off-by: HAHWUL <[email protected]>
1 parent efdb713 commit 98f7c61

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed
 

‎docs/_includes/footer.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<footer class="footer">
2+
<div class="container">
3+
4+
<p class="text-center">
5+
{{ site.time | date: '%Y' }} | © <a href="https://www.hahwul.com">HAHWUL</a>
6+
</p>
7+
<!-- <p class="text-muted">Place sticky footer content here.</p> -->
8+
</div>
9+
</footer>

‎docs/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@ <h3 class="text-center">Friendly Pipeline</h3>
4141
</div>
4242
<div class="col-sm-3">
4343
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
44-
<h3 class="text-center">Many niche features</h3>
44+
<h3 class="text-center">Unique Features</h3>
4545
<p></p>
4646
</div>
4747
<div class="col-sm-3">
4848
<h1 class="text-center"><i class="fas fa-rocket" aria-hidden="true"></i></h1>
49-
<h3 class="text-center">Very fast</h3>
49+
<h3 class="text-center">Blazing Fast</h3>
5050
<p></p>
5151
</div>
5252
<div class="col-sm-3">
5353
<h1 class="text-center"><i class="fas fa-brain" aria-hidden="true"></i></h1>
54-
<h3 class="text-center">Advanced Analysis</h3>
54+
<h3 class="text-center">Advanced Insights</h3>
5555
<p></p>
5656
</div>
5757
</div>
58-
</div>
58+
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.