Skip to content

Commit

Permalink
add features and how it works section
Browse files Browse the repository at this point in the history
  • Loading branch information
kailashchoudhary11 committed Jul 6, 2024
1 parent 7b71f57 commit 8bd6f71
Show file tree
Hide file tree
Showing 10 changed files with 282 additions and 1 deletion.
144 changes: 144 additions & 0 deletions static/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -601,10 +601,18 @@ video {
margin-right: auto;
}

.mb-10{
margin-bottom: 2.5rem;
}

.mb-12{
margin-bottom: 3rem;
}

.mb-2{
margin-bottom: 0.5rem;
}

.mb-4{
margin-bottom: 1rem;
}
Expand All @@ -613,6 +621,10 @@ video {
margin-bottom: 1.5rem;
}

.mb-8{
margin-bottom: 2rem;
}

.flex{
display: flex;
}
Expand All @@ -621,18 +633,50 @@ video {
display: inline-flex;
}

.grid{
display: grid;
}

.hidden{
display: none;
}

.h-12{
height: 3rem;
}

.h-16{
height: 4rem;
}

.h-20{
height: 5rem;
}

.h-6{
height: 1.5rem;
}

.w-12{
width: 3rem;
}

.w-16{
width: 4rem;
}

.w-20{
width: 5rem;
}

.w-6{
width: 1.5rem;
}

.max-w-2xl{
max-width: 42rem;
}

.max-w-3xl{
max-width: 48rem;
}
Expand All @@ -641,6 +685,10 @@ video {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col{
flex-direction: column;
}
Expand All @@ -653,6 +701,10 @@ video {
justify-content: center;
}

.justify-between{
justify-content: space-between;
}

.gap-3{
gap: 0.75rem;
}
Expand All @@ -665,6 +717,22 @@ video {
gap: 1.5rem;
}

.gap-8{
gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.rounded-lg{
border-radius: 0.5rem;
}
Expand All @@ -683,15 +751,46 @@ video {
background-color: rgb(15 19 34 / var(--tw-bg-opacity));
}

.bg-\[\#1B2033\]{
--tw-bg-opacity: 1;
background-color: rgb(27 32 51 / var(--tw-bg-opacity));
}

.bg-\[\#5F6370\]{
--tw-bg-opacity: 1;
background-color: rgb(95 99 112 / var(--tw-bg-opacity));
}

.bg-\[\#90D3DF\]{
--tw-bg-opacity: 1;
background-color: rgb(144 211 223 / var(--tw-bg-opacity));
}

.bg-\[\#B026FF\]{
--tw-bg-opacity: 1;
background-color: rgb(176 38 255 / var(--tw-bg-opacity));
}

.bg-transparent{
background-color: transparent;
}

.bg-white\/10{
background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/30{
background-color: rgb(255 255 255 / 0.3);
}

.p-4{
padding: 1rem;
}

.p-6{
padding: 1.5rem;
}

.px-32{
padding-left: 8rem;
padding-right: 8rem;
Expand All @@ -707,6 +806,11 @@ video {
padding-right: 1.5rem;
}

.py-16{
padding-top: 4rem;
padding-bottom: 4rem;
}

.py-24{
padding-top: 6rem;
padding-bottom: 6rem;
Expand Down Expand Up @@ -734,6 +838,11 @@ video {
font-family: "Rubik, sans-serif;
}

.text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}

.text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
Expand Down Expand Up @@ -776,6 +885,11 @@ video {
color: rgb(99 220 118 / var(--tw-text-opacity));
}

.text-\[\#90D3DF\]{
--tw-text-opacity: 1;
color: rgb(144 211 223 / var(--tw-text-opacity));
}

.text-\[\#B026FF\]{
--tw-text-opacity: 1;
color: rgb(176 38 255 / var(--tw-text-opacity));
Expand Down Expand Up @@ -872,6 +986,10 @@ video {
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:transform:hover{
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[\#3AB057\]:hover{
--tw-border-opacity: 1;
border-color: rgb(58 176 87 / var(--tw-border-opacity));
Expand All @@ -886,6 +1004,11 @@ video {
background-color: rgb(123 186 197 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#9A20E0\]:hover{
--tw-bg-opacity: 1;
background-color: rgb(154 32 224 / var(--tw-bg-opacity));
}

.hover\:text-\[\#3AB057\]:hover{
--tw-text-opacity: 1;
color: rgb(58 176 87 / var(--tw-text-opacity));
Expand Down Expand Up @@ -925,15 +1048,36 @@ video {
}

@media (min-width: 768px){
.md\:mb-0{
margin-bottom: 0px;
}

.md\:inline{
display: inline;
}

.md\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}

.md\:flex-row{
flex-direction: row;
}

.md\:items-end{
align-items: flex-end;
}

.md\:text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}

.md\:text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}

.md\:text-7xl{
font-size: 4.5rem;
line-height: 1;
Expand Down
12 changes: 12 additions & 0 deletions static/images/detection.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/four.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions static/images/github_feature.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/images/instant_action.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/one.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/three.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/two.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8bd6f71

Please sign in to comment.