-
Notifications
You must be signed in to change notification settings - Fork 0
/
profile-wendy.haml
128 lines (128 loc) · 4.43 KB
/
profile-wendy.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
= Haml::Engine.new(File.read('logged-wendy.haml'), instance_variable_get(:@haml_buffer).options).render
#main.row
.large-12.columns
#cover{:style => 'background-image:url("img/cover.jpg");'}
%h2#lastname
%img{:src => 'img/photoprofil.jpg'}
Wendy Swan
#info.row
#joyride-3.large-9.columns
%span
%i.fi-map
france
%span -
%span 25 followers
%span -
%span 12 following
%span -
%span#social#joyride-4
%i.fi-social-facebook
%i.fi-social-twitter
%i.fi-social-pinterest
.large-3.columns.text-right
%a.button
%i.fi-plus
follow
#feed
#joyride-5.row
.large-4.columns
.panel.photo{:onClick => 'zoomIn(this)', :title => 'Wendy'}
%img{:src => 'img/look1.jpg'}
%h2 Wendy
%h3
%i.fi-like
25
%i.fi-comment
12
%div
%span Premier jour de travail chez #Abercrombie !
.large-4.columns
.panel.photo{:onClick => 'zoomIn(this)', :title => 'Wendy'}
%img{:src => 'img/look2.jpg'}
%h2 Wendy
%h3
%i.fi-like
25
%i.fi-comment
12
%div
%span Ultra fan des #Yankees de NYC !
.large-4.columns
.panel.fashtag #classic
.row
.large-6.columns
.panel.photo{:onClick => 'zoomIn(this)', :title => 'Wendy'}
%img{:src => 'img/profile-wendy/wendy4.jpg'}
%h2 Wendy
%h3
%i.fi-like
25
%i.fi-comment
12
%div
%span Soirée #Gala à EPITECH Paris ! #Robe #noire et #maquillage simple font l'affaire
.large-6.columns
.panel.photo{:onClick => 'zoomIn(this)', :title => 'Wendy'}
%img{:src => 'img/profile-wendy/wendy5.jpg'}
%h2 Wendy
%h3
%i.fi-like
25
%i.fi-comment
12
%div
%span Préparation de mon book ! Séance photo avec une #robe #blanche #chic
.row
.large-4.columns
.panel.photo{:onClick => 'zoomIn(this)', :title => 'Wendy'}
%img{:src => 'img/look3.jpg'}
%h2 Wendy
%h3
%i.fi-like
25
%i.fi-comment
12
%div
%span #Afterwork avec les collegues d'#Abercrombie. On s'habille simplement !
.large-4.columns
.panel.fashtag #simple
.large-4.columns
.panel.photo{:onClick => 'zoomIn(this)', :title => 'Wendy'}
%img{:src => 'img/look4.jpg'}
%h2 Wendy
%h3
%i.fi-like
25
%i.fi-comment
12
%div
%span Dimanche détente et posé devant la maison familiale. Il fait chaud on sort les vêtements d'#été #jean #short
%ol.joyride-list{"data-joyride" => ""}
%li{"data-id" => "joyride-1", "data-options" => "tip_location: bottom"}
%h4 Logged-in
%p The user is currently logged-in as Wendy Swan.
%li{"data-id" => "joyride-11", "data-options" => "tip_location: top"}
%h4 New post
%p This is a button to create a new post.
%li{"data-id" => "joyride-2", "data-options" => "tip_location: top"}
%h4 Notifications area
%p This area is for notifications about pretty much everything: likes, comments and followers.
%li{"data-id" => "joyride-3", "data-options" => "tip_location: top"}
%h4 Profile informations
%p Here is some informations about the user profile (location, followers, following...etc.).
%li{"data-id" => "joyride-4", "data-options" => "tip_location: top"}
%h4 Social networks
%p The user can add links to his favorite social networks (Facebook, Twitter, Pinterest...etc.).
%li{"data-id" => "joyride-5", "data-options" => "tip_location: top"}
%h4 Fashwall
%p All pictures / albums / posts of the user are on the rest of the page.
%li{"data-options" => "next_button: false"}
%h4 Continue tour...
%p
%a{:href => './profile-moodress.html'}
%button.button.tiny Go to profile page
%script{src: "js/vendor/jquery.js"}
%script{src: "js/foundation.min.js"}
:javascript
$(document).foundation().foundation('joyride', 'start');
$('.joyride-next-tip').last().remove();