Skip to content

Commit 78fac54

Browse files
committed
Fixing dead links
1 parent 723a05f commit 78fac54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ I hope it provides some guidance to you.
650650

651651
###:rose: Custom HTML and CSS Design 101
652652
[HTML5 UP](http://html5up.net/) has many beautiful templates that you can download for free.
653-
![Alt](http://html5up.net/uploads/previews/6742121165068310.jpg)
654653

655654
When you download the ZIP file, it will come with *index.html*, *images*, *css* and *js* folders. So, how do you
656655
integrate it with Hackathon Starter? Hackathon Starter uses Bootstrap CSS framework, but these templates do not.
@@ -667,7 +666,7 @@ Let's start from the beginning. For this example I will use [Escape Velocity](ht
667666
Move all javascript files from `html5up-escape-velocity/js` to `public/js`. Then move all css files from `html5up-escape-velocity/css` to `public/css`. And finally, move all images from `html5up-escape-velocity/images` to `public/images` (You could move it to the existing **img** folder, but then you would have to manually change every `img` reference). Grab the contents of `index.html` and paste it into [HTML To Jade](http://html2jade.aaron-powell.com/).
668667

669668
Create a new file `escape-velocity.jade` and paste the Jade markup there. Change `!!! 5` to `doctype html`. It's a fairly recent
670-
change in **Jade** language, but http://html2jade.aaron-powell.com hasn't caught up to this change yet.
669+
change in **Jade** language, but [HTML To Jade](http://html2jade.aaron-powell.com/) hasn't caught up to this change yet.
671670

672671
Let's see how it looks. Create a new controller **escapeVelocity** inside `controllers/home.js`:
673672

0 commit comments

Comments
 (0)