Skip to content

Commit 4690214

Browse files
author
jordanmccullough
committed
Add hero link panels for curriculum links
1 parent b66fb10 commit 4690214

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

_includes/top.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,33 +33,36 @@ <h2>{{ page.title }}</h2>
3333

3434

3535
{% if page.body_class == "home" %}
36-
<div class="jumbotron colorful">
36+
<div class="jumbotron colorful classes">
3737
<div class="container text-center">
3838

3939
<p>Open source training content. Present your way to better version control.</p>
4040

4141
<div class="row">
4242
<div class="col-md-4">
43-
<a href="foundations/beta.html">
44-
<div class="well">
43+
<a href="foundations/">
44+
<div class="panel">
45+
<span class="octicon octicon-plug"></span>
4546
<h4>Foundations</h4>
4647
<p>Core skills for day-to-day use of Git on the command line and GitHub workflows</p>
4748
</div>
4849
</a>
4950
</div>
5051

5152
<div class="col-md-4">
52-
<a href="intermediate/beta.html">
53-
<div class="well">
53+
<a href="intermediate/">
54+
<div class="panel">
55+
<span class="octicon octicon-terminal"></span>
5456
<h4>Intermediate</h4>
5557
<p>Important command line skills and problem solving processes</p>
5658
</div>
5759
</a>
5860
</div>
5961

6062
<div class="col-md-4">
61-
<a href="advanced/beta.html">
62-
<div class="well">
63+
<a href="advanced/">
64+
<div class="panel">
65+
<span class="octicon octicon-microscope"></span>
6366
<h4>Advanced</h4>
6467
<p>Command line deep dive, problem solving techniques, and GitHub efficiencies</p>
6568
</div>

0 commit comments

Comments
 (0)