-
Notifications
You must be signed in to change notification settings - Fork 448
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Proposed design for badge design display (#1837)
The sample badge design and the features of the badge design have been displayed on home page Fixes #1814
- Loading branch information
1 parent
5e2e73b
commit f4a31ea
Showing
3 changed files
with
34 additions
and
0 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
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,28 @@ | ||
{{!-- | ||
<div class="ui grid"> | ||
<div class="six wide column"> | ||
</div> | ||
<div class="six wide column"> | ||
<h3>Features</h3> | ||
</div> | ||
</div> --}} | ||
<div class="wrapper"> | ||
<p class="heading-alpha">Features</p> | ||
<div class="ui stackable two column grid container center aligned"> | ||
<div class="column"> | ||
<div class="carousel-body"> | ||
<img class="ui large image" src="https://raw.githubusercontent.com/rajvaibhavdubey/rajvaibhavdubey.github.io/master/badge_design_red.png"> | ||
</div> | ||
</div> | ||
<div class="column features-list" > | ||
<div class="border-left"></div> | ||
<div class="ui left aligned bulleted list features-list"> | ||
<h3 class="item">Many badge backgrounds to choose from</h3> | ||
<h3 class="item">Different types of available badge sizes</h3> | ||
<h3 class="item">Custom font colours</h3> | ||
<h3 class="item">Custom background sources</h3> | ||
<h3 class="item">Different paper sizes</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |