You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
2.0 KiB
Plaintext

!!!
%html
%head
%meta{:charset => "utf-8"}/
%meta{:content => "IE=edge", "http-equiv" => "X-UA-Compatible"}/
%meta{:content => "width=device-width, initial-scale=1", :name => "viewport"}/
%title
%link{:href => "../images/fav_icon.png", :rel => "shortcut icon", :type => "image/x-icon"}/
%link{:href => "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css", :rel => "stylesheet"}/
%link{:href => "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700", :rel => "stylesheet"}/
%link{:href => "https://unpkg.com/bulma@0.9.0/css/bulma.min.css", :rel => "stylesheet"}/
%body
%section.section
= render("shared/flash")
%section.hero.is-info.is-fullheight
.hero-head
%nav.navbar
.container
.navbar-brand
%a.navbar-item{:href => "../"}
%img{:alt => "Logo", :src => "http://bulma.io/images/bulma-type-white.png"}/
%span.navbar-burger.burger{"data-target" => "navbarMenu"}
%span
%span
%span
#navbarMenu.navbar-menu
.navbar-end
%span.navbar-item
%a.button.is-white.is-outlined{:href => "#"}
%span.icon
%i.fa.fa-home
%span Home
%span.navbar-item
%a.button.is-white.is-outlined{:href => "#"}
%span.icon
%i.fa.fa-superpowers
%span Examples
%span.navbar-item
%a.button.is-white.is-outlined{:href => "#"}
%span.icon
%i.fa.fa-book
%span Documentation
%span.navbar-item
%a.button.is-white.is-outlined{:href => "https://github.com/BulmaTemplates/bulma-templates/blob/master/templates/landing.html"}
%span.icon
%i.fa.fa-github
%span View Source
= yield