-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.haml
61 lines (59 loc) · 1.44 KB
/
template.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
49
50
51
52
53
54
55
56
57
58
59
60
61
!!!
%html
%head
%meta{charset: "utf-8"}/
%title Studs 2018
%link{href: "#{cdn_url}/fonts/stylesheet.css"}/
%body
:css
#wrapper {
border: 2px solid #072C2E;
table-layout: fixed;
border-spacing: 0;
}
td {
padding: 0;
}
#content {
font-family: 'Neuzeit S LT', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
font-size: 14px;
line-height: 1.6;
padding: 15px;
float: left;
color: #072C2E;
}
#studs-logo {
margin: 0;
padding: 0;
float: left;
width: auto;
height: 96px;
max-height: 100%;
line-height: 96px;
}
a {
color: #072C2E;
text-align: center;
text-decoration: none;
border-bottom: 1px solid #072C2E;
font-family: 'Neuzeit S LT', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
%table#wrapper
%tr
%td{style: "height: 96px;"}
%img#studs-logo{alt: "Studs", src: "#{cdn_url}/assets/square-logo.png"}/
%td
#content
%b
= person["first_name"]
= person["last_name"]
%br/
= person["title"]
="at"
Studs
%br/
%a{href: "tel:#{person['phone']}"}
= person["phone"]
= "|"
%a{href: "http://studieresan.se"}
studieresan.se