-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html.haml
41 lines (39 loc) · 1.67 KB
/
index.html.haml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
layout: project
title: Homepage
---
/ Main hero unit for a primary marketing message or call to action
.row-fluid
-##myCarousel.carousel.slide
-# %ol.carousel-indicators
-# %li.active{"data-slide-to" => "0", "data-target" => "#myCarousel"}
-# %li{"data-slide-to" => "1", "data-target" => "#myCarousel"}
-# %li{"data-slide-to" => "2", "data-target" => "#myCarousel"}
-# %li{"data-slide-to" => "3", "data-target" => "#myCarousel"}
-# / Carousel items
-# .carousel-inner
-# .active.item
-# / Database dog slow? You need Infinispan
-# %a{:href => "/about"}
-# %img(src="http://static.jboss.org/images/infinispan/carousel_img1.png")
-# .item
-# / Now fully supported, by Red Hat, as JDG.
-# %a{:href => "http://www.redhat.com/promo/infspn2jdg/", :target=>"_NEW"}
-# %img(src="http://static.jboss.org/images/infinispan/carousel_img2.png")
-# .item
-# / Book available
-# %a{:href => "/documentation"}
-# %img(src="http://static.jboss.org/images/infinispan/carousel_img3.png")
-# .item
-# / New tutorials and getting started guides available
-# %a{:href => "/documentation"}
-# %img(src="http://static.jboss.org/images/infinispan/carousel_img4.png")
-# / Carousel nav
-# %a.carousel-control.left{"data-slide" => "prev", :href => "#myCarousel"} ‹
-# %a.carousel-control.right{"data-slide" => "next", :href => "#myCarousel"} ›
%h1 TODO: Center content
/ section containing blog posts
.row-fluid.posts
= partial( 'latest-news.html.haml', {"real_page" => page} )
= partial( 'forum-posts.html.haml', {"real_page" => page} )
= partial( 'tweets.html.haml' )