forked from mainmatter/mainmatter.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Upcoming Events card with newer content (mainmatter#730)
* Remove EmberFest 2019 card from upcoming events * Replace upcoming events card * Fix Card image aspect ratio * Fix CardEmberSponsors test * Update src/ui/components/CardEmberSponsors/template.hbs * Update src/ui/components/CardEmberSponsors/template.hbs * Add EmberFest organizer info * Fix anchor display in figcaption elements * Update src/ui/components/PageWhySimplabs/template.hbs * Update src/ui/components/CardEmberSponsors/template.hbs * Code style fixes Co-Authored-By: Marco Otte-Witte <[email protected]>
- Loading branch information
Showing
13 changed files
with
35 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
} | ||
|
||
.image { | ||
height: 25rem; | ||
height: 75%; | ||
} | ||
|
||
.caption { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ponents/CardUpcomingEvents/stylesheet.css → ...mponents/CardEmberSponsors/stylesheet.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@block typography from "../../styles/blocks/typography.block.css"; | ||
|
||
:scope { | ||
block-name: CardUpcomingEvents; | ||
block-name: CardEmberSponsors; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<Card | ||
@label="Ember.js" | ||
@src="/assets/images/card/simplabs-sponsoring-ember.png" | ||
@title="Official Ember.js Sponsor" | ||
@alt="simplabs :heart: ember" | ||
> | ||
<p> | ||
We recently have been recognized as an official | ||
<a href="https://emberjs.com/sponsors"> | ||
sponsor | ||
</a> | ||
of the Ember.js project along with international brands like LinkedIn and Yahoo. | ||
</p> | ||
<ArrowLink @href="/expertise/ember/"> | ||
Learn why we care about Ember.js | ||
</ArrowLink> | ||
</Card> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters