-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-mail.html.haml
48 lines (39 loc) · 1.08 KB
/
index-mail.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
42
43
44
45
46
47
48
/ Make sure all your bars are the first things in your <body>
%header.bar.bar-nav
%a.icon.pull-left(href='index.html')
%img(src='logo.png' height="25")
%h1.title
Mail
%a.icon.icon-info.pull-right
/ Wrap all non-bar HTML in the .content div (this is actually what scrolls)
.content
.card
.content-padded
%form
.input-group
.input-row
%label From
%input#text-input-sender{type: "email"}/
.input-row
%label To
%input#text-input-receiver{type: "email"}/
.input-row
%label Message
%input#text-input-message{type: "text", maxlength: 10}/
.content-padded
#output
#output-binary
#output-quadrati
%br
%br
%br
%br
%br
.bar.bar-standard.bar-footer-secondary
#send-btn.btn.btn-positive.btn-block Send
%script{src: "js/script.js"}
%nav.bar.bar-standard.bar-footer
.segmented-control
%a.control-item.active Mail
%a.control-item(href='index-map.html') Maps
%a.control-item(href='index-gallery.html') Gallery