-
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.
feat: added faq and press cards (#5)
* feat: added faq and press cards * feat: solved comments * feat: added reinforcement card * feat: fixed comments * feat: fixed more comments Co-authored-by: anshul-pinto0410 <[email protected]>
- Loading branch information
1 parent
5587364
commit e381b6c
Showing
11 changed files
with
207 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
id: faq-card | ||
title: FAQ Card | ||
sidebar_label: FAQ Card | ||
--- | ||
|
||
##### FAQ Card | ||
|
||
```html live | ||
<> | ||
<div class="lil-flex lil-flex-wrap"> | ||
<div class="lil-faqcard"> | ||
<div class="lil-faqcard-faq-wrapper"> | ||
<div class="lil-faqcard-faq"> | ||
<p> Write question here for upto two lines? </p> | ||
</div> | ||
</div> | ||
<div class="lil-faqcard-content"> | ||
<p>The Goods and Services Tax is a unified, | ||
multi-stage, and consumption-based tax | ||
levied on the supply of goods or services, | ||
combining all stages such as manufacture </p> | ||
</div> | ||
</div> | ||
|
||
<div class="lil-faqcard"> | ||
<div class="lil-faqcard-faq-wrapper"> | ||
<div class="lil-faqcard-faq"> | ||
<p> Write question here for upto two lines? </p> | ||
</div> | ||
</div> | ||
<div class="lil-faqcard-content"> | ||
<p>The Goods and Services Tax is a unified, | ||
multi-stage, and consumption-based tax | ||
levied on the supply of goods or services, | ||
combining all stages such as manufacture </p> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
id: presscard | ||
title: Press Card | ||
sidebar_label: Press Card | ||
--- | ||
|
||
##### Press Card | ||
|
||
```html live | ||
<> | ||
<div class="lil-flex lil-flex-wrap lil-bg-grey-150 lil-items-center"> | ||
<div class="lil-presscard"> | ||
<div class="lil-presscard-heading"> | ||
2019 | ||
</div> | ||
<div class = "lil-presscard-content"> | ||
BW Disrupt <br/> TechTors | ||
</div> | ||
<div class = "lil-presscard-image"> | ||
this is the image | ||
</div> | ||
</div> | ||
|
||
<div class="lil-presscard"> | ||
<div class="lil-presscard-heading"> | ||
2019 | ||
</div> | ||
<div class = "lil-presscard-content"> | ||
Tech leader of <br/>the year </div> | ||
<div class = "lil-presscard-image"> | ||
this is the image | ||
</div> | ||
</div> | ||
|
||
<div class="lil-presscard"> | ||
<div class="lil-presscard-heading"> | ||
2019 | ||
</div> | ||
<div class = "lil-presscard-content"> | ||
BW Disrupt <br/>TechTors | ||
</div> | ||
<div class = "lil-presscard-image"> | ||
this is the image | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
id: reinforcement | ||
title: Reinforcement | ||
sidebar_label: Reinforcement | ||
--- | ||
|
||
##### Reinforcement | ||
|
||
```html live | ||
<> | ||
<div class="lil-reinforcement"> | ||
<div class="lil-reinforcement-content-wrapper"> | ||
<div class="lil-reinforcement-title"> | ||
Ready to get started? | ||
</div> | ||
<div class="lil-reinforcement-button-wrapper"> | ||
<button class="lil-btn lil-btn-blue lil-mr-4 sm:lil-mb-4">Try for free</button> | ||
<button class="lil-btn lil-btn-white sm:lil-mb-4">Schedule a demo</button> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.lil-faqcard { | ||
/* | ||
background-color needs to be updated | ||
*/ | ||
height: 280px; | ||
width: 250px; | ||
background-color: #1c314f; | ||
@apply lil-rounded-xl lil-p-5 lil-cursor-pointer lil-text-center lil-m-2 lil-flex-col lil-justify-between; | ||
} | ||
|
||
.lil-faqcard > .lil-faqcard-faq-wrapper { | ||
@apply lil-mr-5 lil-w-full; | ||
} | ||
|
||
.lil-faqcard-faq-wrapper .lil-faqcard-faq { | ||
@apply lil-text-s-20 lil-text-left lil-text-white lil-font-semibold lil-mr-5 lil-whitespace-normal; | ||
} | ||
|
||
.lil-faqcard > .lil-faqcard-content { | ||
@apply lil-text-left lil-text-base lil-opacity-50 lil-text-white lil-mt-6 lil-whitespace-normal; | ||
} |
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,18 @@ | ||
.lil-presscard { | ||
height: 280px; | ||
width: 280px; | ||
@apply lil-rounded-xl lil-bg-white lil-align-middle lil-m-4; | ||
} | ||
|
||
/* | ||
Colors have to be modified for .lil-presscard-heading & .lil-presscard-content | ||
*/ | ||
.lil-presscard > .lil-presscard-heading { | ||
@apply lil-text-base lil-text-black lil-text-center lil-mx-2 lil-my-3 lil-h-12; | ||
} | ||
.lil-presscard > .lil-presscard-content { | ||
@apply lil-text-s-24 lil-text-blue-300 lil-text-center lil-font-bold lil-h-24 lil-whitespace-normal; | ||
} | ||
.lil-presscard > .lil-presscard-image { | ||
@apply lil-flex lil-justify-center lil-items-center lil-mx-2 lil-h-24; | ||
} |
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,33 @@ | ||
.lil-reinforcement { | ||
height: 408px; | ||
background-color: #ffd240; | ||
background-image: radial-gradient(at top right, #1778f9 30%, #ffd240 10%); | ||
@apply lil-w-full lil-flex lil-items-center lil-rounded-xl; | ||
} | ||
|
||
.lil-reinforcement > .lil-reinforcement-content-wrapper { | ||
@apply lil-px-12 lil-my-3 lil-justify-between; | ||
} | ||
|
||
.lil-reinforcement-content-wrapper > .lil-reinforcement-title { | ||
color: #4e3b00; | ||
@apply lil-text-s-48 lil-text-left lil-font-bold; | ||
} | ||
|
||
.lil-reinforcement-content-wrapper > .lil-reinforcement-button-wrapper { | ||
@apply lil-flex lil-mt-5; | ||
} | ||
|
||
@screen sm { | ||
.lil-reinforcement { | ||
background-image: none; | ||
@apply lil-w-full lil-h-48 lil-flex lil-items-center lil-rounded-lg; | ||
} | ||
.lil-reinforcement-content-wrapper > .lil-reinforcement-title { | ||
@apply lil-flex-wrap lil-text-s-28 lil-text-left lil-font-bold lil-whitespace-normal; | ||
} | ||
|
||
.lil-reinforcement-content-wrapper > .lil-reinforcement-button-wrapper { | ||
@apply lil-flex lil-flex-wrap lil-mt-2 lil-justify-between; | ||
} | ||
} |
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