-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1c77ab
commit a4dc52a
Showing
4 changed files
with
118 additions
and
45 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
docs/pages/Kratos/Workshops/2024_UNIPD/Event/card_organizer.html
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,16 @@ | ||
<div class="col s12 m6 l4"> | ||
<div class="card hoverable"> | ||
<div class="card-image"> | ||
<img class="activator portrait-img" src="{{include.image}}" style="aspect-ratio: 1 / 1;"> | ||
</div> | ||
<div class="card-content" id="secondary-title"> | ||
<div style="width: 100%; float: left;"> | ||
<span class="card-title activator" id="main-title-text"> | ||
{{include.name}}</span> | ||
<span class="card-title activator" id="secondary-title-text"> | ||
{{include.affiliation}}</span> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
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