Skip to content

Commit 9180714

Browse files
committed
Adds Laracon ’16 promo section
1 parent 1fb66f4 commit 9180714

File tree

9 files changed

+155
-3
lines changed

9 files changed

+155
-3
lines changed

public/assets/css/laravel.css

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/css/laravel.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/assets/img/laracon-16.svg

+30
Loading

public/assets/img/laracon-bg.jpg

80 KB
Loading

public/build/assets/css/laravel-99568394.css renamed to public/build/assets/css/laravel-e756bd41.css

+35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/css/laravel.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/rev-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"assets/css/laravel.css": "assets/css/laravel-99568394.css",
2+
"assets/css/laravel.css": "assets/css/laravel-e756bd41.css",
33
"assets/js/laravel.js": "assets/js/laravel-74b5ac89.js"
44
}

resources/assets/sass/components/_panels.scss

+45
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
background-color: $color__faint;
1515
}
1616

17+
&.standout {
18+
background-color: $color__salmon;
19+
color: #fff;
20+
}
21+
1722
&.statement {
1823
display: table;
1924
table-layout: fixed;
@@ -55,6 +60,46 @@
5560
}
5661
}
5762

63+
&.laracon {
64+
background: $color__salmon url('/assets/img/laracon-bg.jpg') center center no-repeat;
65+
padding: 60px 0;
66+
text-align: center;
67+
box-shadow: 0 0 35px rgba(0,0,0,.3);
68+
position: relative;
69+
z-index: 5;
70+
> h1 {
71+
color: #fff;
72+
margin: 0 0 30px 0;
73+
text-align: center;
74+
}
75+
h2 {
76+
font-weight: 400;
77+
margin: 40px 0;
78+
}
79+
.date {
80+
font-size: 16px;
81+
letter-spacing: .2em;
82+
text-transform: uppercase;
83+
font-weight: 400;
84+
}
85+
.btn {
86+
background: rgba(255,255,255,.85);
87+
border-radius: 60px;
88+
color: $color__salmon;
89+
margin: 10px;
90+
width: 260px;
91+
font-size: 18px;
92+
&:hover {
93+
background: #fff;
94+
}
95+
em {
96+
font-size: 24px;
97+
display: block;
98+
font-style: normal;
99+
}
100+
}
101+
}
102+
58103
&.features {
59104
padding: 125px 0;
60105
> h1,

resources/views/marketing.blade.php

+7
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@ public function create()
6363
</a>
6464
</section>
6565

66+
<section class="panel laracon standout" id="laracon">
67+
<object type="image/svg+xml" data="/assets/img/laracon-16.svg" width="350"></object>
68+
<h2>This year Laracon goes <strong>bigger than ever</strong>. Early Bird tickets available for a limited time.</h2>
69+
<a href="http://laracon.us" class="btn"><em>Laracon US</em>Louisville, Kentucky</a>
70+
<a href="http://laracon.eu" class="btn"><em>Laracon EU</em>Amsterdam, Netherlands</a>
71+
</section>
72+
6673
<section class="panel features dark" id="features">
6774
<h1>Did someone say rapid?</h1>
6875
<p>Elegant applications delivered at warp speed.</p>

0 commit comments

Comments
 (0)