-
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.
chore: tup-636 c-card--image w/ less templates
- Loading branch information
1 parent
f78eed2
commit 0ee90fc
Showing
13 changed files
with
61 additions
and
106 deletions.
There are no files selected for viewing
6 changes: 0 additions & 6 deletions
6
src/lib/_imports/components/c-card/_c-card--image-bottom-plain.hbs
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/lib/_imports/components/c-card/_c-card--image-bottom-transparent.hbs
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/lib/_imports/components/c-card/_c-card--image-left-plain.hbs
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/lib/_imports/components/c-card/_c-card--image-left-transparent.hbs
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/lib/_imports/components/c-card/_c-card--image-right-plain.hbs
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/lib/_imports/components/c-card/_c-card--image-right-transparent.hbs
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/lib/_imports/components/c-card/_c-card--image-top-plain.hbs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/lib/_imports/components/c-card/_c-card--image-top-staff-plain.hbs
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
src/lib/_imports/components/c-card/_c-card--image-top-staff-transparent.hbs
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
src/lib/_imports/components/c-card/_c-card--image-top-transparent.hbs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<article class="c-card c-card--{{variant}} c-card--image-{{position}}"> | ||
{{#if is-staff}} | ||
|
||
<h4><a href="#">Bender Rodríguez</a></h4> | ||
<p>Planet Express Worker</p> | ||
<p>Anti-hero in Futurama</p> | ||
<img class="img-fluid" width="234px" height="293px" | ||
src="https://cohro.ukzn.ac.za/wp-content/uploads/2019/02/profile-placeholder.png" | ||
title="University of Texas at Austin" class="img-fluid" | ||
/> | ||
|
||
{{else}} | ||
|
||
<h3>Card - Image {{position}}</h3> | ||
<p>{{> @text-of-one-paragraph-short }}</p> | ||
<img src="{{> @img-url wide=wide tall=tall medium=true }}" /> | ||
|
||
{{/if}} | ||
</article> |
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