Skip to content

Commit

Permalink
No roles text, remove illustrations
Browse files Browse the repository at this point in the history
  • Loading branch information
MinThaMie committed Nov 15, 2023
1 parent 2157903 commit 20f76b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/styles/glossary.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
.definition {
font-size: 0.9em;
margin: 0;
line-height: 18px;
}

@media (width <= 840px) {
Expand Down
1 change: 1 addition & 0 deletions app/templates/bingo.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<h3 class="cards-title">My Roles</h3>
<div class="bingo-card">
{{#unless this.roles}}<p class="intro"><i>You have not added any roles, take a look below to see what you contribute</i></p>{{/unless}}
{{#each this.roles as |item|}}
<button type="button" style={{blobcolor item.title}} class="cell {{if item.completed 'completed'}}" {{on 'click' (fn this.selectSquare item)}}>
{{svg-jar item.icon class='illustration'}}
Expand Down
2 changes: 1 addition & 1 deletion app/templates/glossary.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
<div class="row"><div class="caps">{{item.caps}}</div><div><h3 class="glossary-title">{{item.title}}<a href="#{{item.title}}" id={{item.title}}>{{svg-jar 'link' class="link-icon"}}</a></h3><p class="definition">{{{item.definition}}}</p></div></div>
{{/each}}
</div>
{{svg-jar 'index-illustration' class="large-illustration"}}
{{!-- {{svg-jar 'index-illustration' class="large-illustration"}} --}}
2 changes: 1 addition & 1 deletion app/templates/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
<p class="intro">Diversity and Inclusion are essential for fostering a more equitable and harmonious workplace. This app is your ticket to becoming an active ally in the realm of diversity and inclusion!</p>
<LinkTo class="button button-index" @route="bingo">Start now!</LinkTo>
</div>
{{svg-jar 'landscape-illustration' class="large-illustration"}}
{{!-- {{svg-jar 'landscape-illustration' class="large-illustration"}} --}}

0 comments on commit 20f76b5

Please sign in to comment.