-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.haml
124 lines (93 loc) · 3.06 KB
/
index.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
---
layout: default
---
%section#hero
%img{src: "./assets/glyph-logo.png"}
%h1.boom
%span LevelUp
Your Education
%form#get-updates{action: "http://thoughtworks.us7.list-manage.com/subscribe/post?u=e01f405fabad2dd5617122558&id=f7f8e45351", method: "post", name: "mc-embedded-subscribe-form"}
%h3 Register and be the first to hear about upcoming LevelUp events
.details
.form-group
%input.email{type: "email", name: "EMAIL", placeholder: "Email Address"}
%input.sign-up.button.info-button{type: "submit", value: "Sign Up"}
%section#about
.about-content
%p
LevelUp is a series of classes, and conferences for University students
who want to add to their classroom learning with real-world experience.
Topics range from test-driven development, continuous delivery, and pair
programming to agile project management, business analysis, and how
employers hire grads.
%p
LevelUp conferences are single day events, and LevelUp courses run 6-9
weeks, one day a week.
%strong
%em
Every LevelUp event is free. Forever.
%section#upcoming-events
%h2 Upcoming Events
.border-line
.event
%h4.location Johannesburg
%h5.name Levelup
.register
%a.apply.button{href: "#registration-page"} Register Now
.date
12th January 2013, 6 - 9pm
.event
%h4.location Melbourne
%h5.name Levelup EXP
.register
%a.apply.button{href: "#registration-page"} Register Now
.date
12th January 2013, 6 - 9pm
.event
%h4.location Sydney
%h5.name Levelup 3
.register
%a.apply.button{href: "#registration-page"} Register Now
.date
12th January 2013, 6 - 9pm
%img.earth-line{src: "./assets/map.png"}
%div
%a{href: "#past-events"} See past events
%section#testimonials
%h2 What Our Students Have to Say
.border-line
.profile
.quote
"I felt like I was light years ahead of where I would have been."
%small Business Analyst, Accenture
.person Bruce
%img{src: "./assets/man.jpg"}
.profile
.quote
"LevelUp prepared me for the workplace by filling in the things that
University left out. I got to participate in a real project, and get real
experience!"
%small Software Engineer, Google
.person Tholang
%img{src: "./assets/tholang.jpg"}
.profile
.quote
"I learned more in nine weeks at LevelUp than I did in any of my classes."
%small Developer Consultant, ThoughtWorks
.person Sam
%img{src: "./assets/tholang.jpg"}
%section#photos
%h2 Real Experience
.border-line
%img.large{src: './assets/photos/9.jpg'}
%img.small{src: './assets/photos/3.jpg'}
%img.small{src: './assets/photos/4.jpg'}
%img.large{src: './assets/photos/7.jpg'}
%img.small{src: './assets/photos/10.jpg'}
%img.small{src: './assets/photos/5.jpg'}
%img.small{src: './assets/photos/2.jpg'}
%img.large{src: './assets/photos/8.jpg'}
%img.small{src: './assets/photos/6.jpg'}
%img.small{src: './assets/photos/1.jpg'}
.clearfix
.border-line