Skip to content

Commit 44ad859

Browse files
committed
Add linkable anchors to results and tasks status
1 parent 25a71ae commit 44ad859

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<h1 style="font-size:3em; margin-bottom: -20px;">Besut Kode Universitas</h1>
88
<h3 style="margin-bottom: 25px;">Current status: <status>Mentoring phase</status></h3>
99

10-
<p style="margin-top:55px;">Elimination activity results:</p>
10+
<h4 id="elimination-activity-results" style="margin-top:55px;">
11+
<a class="anchor" href="#elimination-activity-results">Elimination activity results:</a>
12+
</h4>
1113
<ul class="list3">
1214
<li>
1315
<p><strong><a href="{{ site.elimination }}2016/10/23/22-october-elimination-results/">22 October</a></strong>: The GitHub Pages repositories of <strong>other</strong>
@@ -40,7 +42,9 @@ <h3 style="margin-bottom: 25px;">Current status: <status>Mentoring phase</status
4042
</ul>
4143

4244

43-
<p style="margin-top:55px;">Tasks status:</p>
45+
<h4 id="tasks-status" style="margin-top:55px;">
46+
<a class="anchor" href="#tasks-status">Tasks status:</a>
47+
</h4>
4448

4549
<table class="table1">
4650
<thead>

public/css/lanyon.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ status {
9696
color: #8B0000;
9797
}
9898

99+
.anchor {
100+
color: #323232;
101+
}
102+
99103
/*
100104
* Wrapper
101105
*

0 commit comments

Comments
 (0)