Buttons below window
This commit is contained in:
@@ -46,20 +46,19 @@ html(lang='fr')
|
||||
li
|
||||
a(href="#{urls.stream}") Streaming simulator
|
||||
|
||||
ul.nav.navbar-nav.navbar-right.navbar-form
|
||||
div.form-group(style={'margin-left': '5px'})
|
||||
a.btn.btn-default.btn-sm(type="button", href="https://github.com/tforgione/3dinterface")
|
||||
img(src="/static/GitHub-Mark/PNG/GitHub-Mark-32px.png", width="17px")
|
||||
span(style={'margin-left':'5px'}) Github Repo
|
||||
div.form-group(style={'margin-left': '5px'})
|
||||
a.btn.btn-default.btn-sm(type="button", href="https://github.com/tforgione/3dinterface/wiki")
|
||||
span.glyphicon.glyphicon-book(aria-hidden=true)
|
||||
span(style={'margin-left':'5px'}) Github wiki
|
||||
div.form-group(style={'margin-left': '5px'})
|
||||
a(href="mailto:thomas.forgione@gmail.com")
|
||||
button.btn.btn-default.btn-sm(type="button")
|
||||
span.glyphicon.glyphicon-envelope(aria-hidden=true)
|
||||
span(style={'margin-left':'5px'}) Contact
|
||||
ul.navbar-nav.navbar-right
|
||||
a.btn.btn-default.navbar-btn(type="button", href="https://github.com/tforgione/3dinterface", style={margin: "0px 5px"})
|
||||
img(src="/static/GitHub-Mark/PNG/GitHub-Mark-32px.png", width="17px")
|
||||
span(style={'margin-left':'5px'}) Github Repo
|
||||
a.btn.btn-default.navbar-btn(type="button", href="https://github.com/tforgione/3dinterface/wiki", style={margin: "0px 5px"})
|
||||
span.glyphicon.glyphicon-book(aria-hidden=true, style={"margin-right":"10px"})
|
||||
span Github wiki
|
||||
|
||||
a.btn.btn-default.navbar-btn(type="button", href="mailto:thomas.forgione@gmail.com", style={'margin-right': "10px", 'margin-left': '5px'})
|
||||
span.glyphicon.glyphicon-envelope(aria-hidden=true)
|
||||
span(style={'margin-left':'5px'}) Contact
|
||||
|
||||
div
|
||||
|
||||
section#main-section.container
|
||||
if alertCookie
|
||||
|
||||
Reference in New Issue
Block a user