Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚧 New homepage #5785

Merged
merged 30 commits into from
May 10, 2021
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
767f736
:tada: Begin work on new home
lluerich Apr 26, 2021
4fe22c8
:bento: Add new logo
lluerich Apr 26, 2021
7bb712e
:construction: Add data
lluerich Apr 28, 2021
4f2f13c
:sparkles: Add new stage
lluerich Apr 28, 2021
c4f094d
:sparkles: Add new formats section
lluerich Apr 28, 2021
c773aa2
:sparkles: Add teaser carousel with intro
lluerich Apr 28, 2021
b49c855
:bug: Remove comment
lluerich Apr 28, 2021
8cfd493
:lipstick: Adjust box-shadow
lluerich Apr 30, 2021
33b217e
:recycle: Move teaser to component
lluerich Apr 30, 2021
fd598d4
:recycle: Remove variable
lluerich May 3, 2021
5bfec3b
:recycle: Rename classes
lluerich May 3, 2021
248e819
:lipstick: Add introduction component styling
lluerich May 3, 2021
d26f04a
:lipstick: Adjust section width
lluerich May 5, 2021
d19d720
:lipstick: Adjust stage sizing
lluerich May 5, 2021
619c51c
:lipstick: Add some margins
lluerich May 5, 2021
9617471
:lipstick: Enhance basic carousel arrow styles
lluerich May 5, 2021
4a92356
:lipstick: Add teaser carousel styles
lluerich May 5, 2021
ce2e092
:sparkles: Add pagination to teaser-carousel
lluerich May 6, 2021
08ed53c
:recycle: Calculate magic number with sass
lluerich May 6, 2021
eb9c119
:lipstick: Adjust breakpoints
lluerich May 6, 2021
815114f
:speech_balloon: Update copy according to localization docs
lluerich May 6, 2021
ec5b815
:truck: Move style files
lluerich May 6, 2021
432592c
:lipstick: Hide link
lluerich May 6, 2021
1fd5ba6
:lipstick: Remove duplicate class delcaration
lluerich May 7, 2021
aed43c2
:lipstick: Update stage styles
lluerich May 7, 2021
b2dd32c
:lipstick: Update carousel styles
lluerich May 7, 2021
15dad42
:lipstick: Update formats styles
lluerich May 7, 2021
40f5c5d
:dizzy: Add basic animation
lluerich May 7, 2021
7bb65f9
:lipstick: Increase specificity
lluerich May 7, 2021
0183508
Merge branch 'future' into feat/new-homepage
matthiasrohmer May 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
💄 Hide link
  • Loading branch information
lluerich committed May 6, 2021
commit 432592c945f3999c666a11fd6939243c47b7fa03
4 changes: 2 additions & 2 deletions frontend21/scss/components/home/formats.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $skew-angle: 4deg;
grid-gap: 10px;
padding: 0 10px;

.ap-button, .cta {
.ap-button, .cta, .ap-m-lnk {
opacity: 0;
visibility: hidden;
}
Expand Down Expand Up @@ -162,7 +162,7 @@ $skew-angle: 4deg;
flex: 2;
@include shadow-small;

.ap-button, .cta {
.ap-button, .cta, .ap-m-lnk {
opacity: 1;
visibility: visible;
}
Expand Down