Skip to content

Commit bb5add3

Browse files
adelasofiapaulrobinson
authored andcommitted
DEVELOPER-1275 Made images on Ticket Monster home page hyperlinks
1 parent 33ee2d3 commit bb5add3

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

_layouts/ticket-monster.html.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ layout: base
1515
.ticket-monster-items
1616
= page._intro
1717

18-
.row
18+
.row.ticket-monster-links
1919
.large-8.columns.text-center
2020
= page._previewit
2121

stylesheets/_get-started.scss

+4
Original file line numberDiff line numberDiff line change
@@ -254,5 +254,9 @@ ul.toc {
254254
}
255255
}
256256

257+
.ticket-monster-links{
258+
a i{color: #424242;}
259+
}
260+
257261
#new-rating, #your-rating, #avg-rating {display:none;}
258262
#rating-section {padding-top:1em;}

ticket-monster.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ Ticket Monster is a *moderately complex application* that *demonstrates* how to
1212

1313
See what capabiltiies are built into Ticket Monster with our Openshift instance.
1414

15-
pass:[<span><i class="fa fa-desktop fa-9x fa-fw"></i></span>]
15+
pass:[<a href="http://ticketmonster-jdf.rhcloud.com/"><i class="fa fa-desktop fa-9x fa-fw"></i></a>]
1616

1717
== Followit
1818

1919
=== link:whatisticketmonster[FOLLOW IT]
2020

2121
Walk through the tutorial to see what Ticket Monster will teach you.
2222

23-
pass:[<span><i class="fa fa-book fa-9x fa-fw"></i></span>]
23+
pass:[<a href="whatisticketmonster"><i class="fa fa-book fa-9x fa-fw"></i></a>]
2424

2525
== Downloadit
2626

@@ -29,7 +29,7 @@ pass:[<span><i class="fa fa-book fa-9x fa-fw"></i></span>]
2929
Download Ticket Monster and get started with our tutorial. You can also use Ticket Monster as a base to build your own application.
3030
pass:[<a href="https://github.com/jboss-developer/ticket-monster" style="float:right; text-align:right;"><i class="fa fa-github">&nbsp;</i>Fork us</a>]
3131

32-
pass:[<span><i class="fa fa-download fa-9x fa-fw"></i></span>]
32+
pass:[<a href="https://github.com/jboss-developer/ticket-monster/archive/2.7.0.Final-with-tutorials.zip"><i class="fa fa-download fa-9x fa-fw"></i></a>]
3333

3434

3535
== Outline

0 commit comments

Comments
 (0)