-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfashtag.haml
63 lines (63 loc) · 2.54 KB
/
fashtag.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
62
63
= Haml::Engine.new(File.read('logged-wendy.haml'), instance_variable_get(:@haml_buffer).options).render
#main.row
.large-12.columns
#cover{:style => 'background-color:black;'}
%h2{:style => 'text-align:center;line-height:450px;vertical-align:middle;color:white;font-size:72px;font-family:"Segoe UI Light";'} #colorful
#info.row
#joyride-3.large-10.columns
%span 25 followers
%span -
%span 8250 posts
.large-2.columns.text-right{:style => 'line-height:43px;height:43px;vertical-align:middle;'}
%a.button{:style => 'margin:0;height:43px;background-color:#B64D86;'}
%i.fi-plus{:style => 'font-size:12px;vertical-align:middle;'}
follow
#feed
#joyride-5.row
.panel.photo.large-4.columns{:style => 'background-image:url("img/look1.jpg");'}
%h2 Omer
%h3
%i.fi-like
25
%i.fi-comment
12
%span
%div Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nunc neque, a consequat elit pretium eget.
.panel.photo.large-4.columns{:style => 'background-image:url("img/look2.jpg");'}
%h2 Omer
%h3
%i.fi-like
25
%i.fi-comment
12
%span
%div Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nunc neque, a consequat elit pretium eget.
.panel.photo.large-4.columns{:style => 'background-image:url("img/look3.jpg");'}
%h2 Omer
%h3
%i.fi-like
25
%i.fi-comment
12
%span
%div Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nunc neque, a consequat elit pretium eget.
.panel.photo.large-6.columns{:style => 'background-image:url("img/profile-wendy/wendy4.jpg");'}
%h2 Omer
%h3
%i.fi-like
25
%i.fi-comment
12
%span
%div Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nunc neque, a consequat elit pretium eget.
.panel.photo.large-6.columns{:style => 'background-image:url("img/profile-wendy/wendy5.jpg");'}
%h2 Omer
%h3
%i.fi-like
25
%i.fi-comment
12
%span
%div Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce scelerisque nunc neque, a consequat elit pretium eget.
%script{src: "js/vendor/jquery.js"}
%script{src: "js/foundation.min.js"}