Skip to content

Commit

Permalink
Merge pull request #8 from dropways/development
Browse files Browse the repository at this point in the history
Card UI 03
  • Loading branch information
dropways committed Jul 1, 2023
2 parents bc63bb8 + 76ba92c commit ba75c91
Show file tree
Hide file tree
Showing 8 changed files with 396 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,34 @@ To make your experience even more convenient, we offer various download options,

We value your feedback and suggestions, as they help us improve our offerings and better cater to your needs. Feel free to reach out to us through our contact page, and our dedicated support team will be delighted to assist you.

**Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".**

## Demo

| Card - 01 | Card - 02 |
| --- | --- |
| **Card - 01** | **Card - 02** |
| :--- | :--- |
| [![Card - 01](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/248484878-f72db189-3e98-454d-81bd-20ab3323a2e4.jpg)](https://dropways.github.io/card-ui/cards/card-01/) | [![Card - 02](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/248573168-d5c5fecd-3423-4b93-8e95-04b5cd517192.jpg)](https://dropways.github.io/card-ui/cards/card-02/)

| Card - 03 | |
| :--- | :--- |
| [![Card - 03](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/250275201-7e1139e4-7a3b-4a6b-a4ce-7833a1dd3983.jpg)](https://dropways.github.io/card-ui/cards/card-03/)

## Browser Support

At present, we officially aim to support the last two versions of the following browsers:

<img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/chrome.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/firefox.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/edge.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/safari.png" width="64" height="64"> <img src="https://s3.amazonaws.com/creativetim_bucket/github/browser/opera.png" width="64" height="64">

## Note
**For Dropdown and other JavaScript action we used**

[![alpinejs](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/250278992-60746a40-ffc9-48fc-a6bb-3a7e8e92903f.svg)](https://alpinejs.dev/)

## Image Credits

| Name | Link |
| ------ | ------ |
| unsplash | https://unsplash.com/ |
| pixabay | https://pixabay.com/ |
| pexels | https://www.pexels.com/ |
| pexels | https://www.pexels.com/ |
| Tabler icons | https://tabler-icons.io/ |
3 changes: 3 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ input:-ms-input-placeholder {
flex-direction: column;
height: 100vh;
}
.layout-card-frame.layout-card-frame--light .layout-card-body{
background: #ffffff;
}

.layout-card-header {
height: 80px;
Expand Down
15 changes: 15 additions & 0 deletions cards/card-01/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
**Card UI - 01**
=========

### [Demo](https://dropways.github.io/card-ui/cards/card-01)

[![Card - 02](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/248484878-f72db189-3e98-454d-81bd-20ab3323a2e4.jpg)](https://dropways.github.io/card-ui/cards/card-01/)

## Note
**For Dropdown and other javascript action we used**

[![alpinejs](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/250278992-60746a40-ffc9-48fc-a6bb-3a7e8e92903f.svg)](https://alpinejs.dev/)

**Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".**

##
15 changes: 15 additions & 0 deletions cards/card-02/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
**Card UI - 02**
=========

### [Demo](https://dropways.github.io/card-ui/cards/card-02)

[![Card - 02](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/250279355-760837dd-dfeb-44d9-9583-88ad256047c7.jpg)](https://dropways.github.io/card-ui/cards/card-02/)

## Note
**For Dropdown and other javascript action we used**

[![alpinejs](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/250278992-60746a40-ffc9-48fc-a6bb-3a7e8e92903f.svg)](https://alpinejs.dev/)

**Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".**

##
13 changes: 13 additions & 0 deletions cards/card-03/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
**Card UI - 03**
=========

### [Demo](https://dropways.github.io/card-ui/cards/card-03)

[![Card - 03](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/250277353-1e351320-ec66-4ec1-b45b-fa78683ab5e6.jpg)](https://dropways.github.io/card-ui/cards/card-03/)

## Note

For Dropdown and other javascript action we used
[![alpinejs](https://github-production-user-asset-6210df.s3.amazonaws.com/38377336/250278992-60746a40-ffc9-48fc-a6bb-3a7e8e92903f.svg)](https://alpinejs.dev/)

**Integrate or build upon it for free in your personal or commercial projects. Don't republish, redistribute or sell "as-is".**
147 changes: 147 additions & 0 deletions cards/card-03/card-3.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
.card{
background: #000000;
border-radius: 20px;
max-width: 360px;
width: 100%;
margin: 0 auto;
}
.card__header{
padding: 24px;
display: flex;
justify-content: space-between;
align-items: center;
}
.user-info{
display: flex;
align-items: center;
}
.user-info .avatar{
width: 60px;
flex-shrink: 0;
margin-right: 12px;
}
.user-info .avatar .img-box{
width: 64px;
height: 64px;
padding: 3px;
border-radius: 100%;
background: rgb(255,0,77);
background: linear-gradient(29deg, rgba(255,0,77,1) 0%, rgba(197,97,5,1) 20%, rgba(233,0,84,1) 40%, rgba(215,77,0,1) 65%, rgba(197,97,5,1) 83%, rgba(220,158,0,1) 100%);
}
.user-info .avatar img{
width: 100%;
height: 100%;
border-radius: 100%;
object-fit: cover;
border: 2px solid #000000;
}
.user-info .name{
width: 100%;
font-size: 15px;
color: #78858F;
font-weight: 500;
}
.user-info .name span{
display: block;
color: #ffffff;
font-size: 20px;
}
.user-info .user-dd{
flex-shrink: 0;
margin-left: 12px;
}
.card__body{
padding: 24px;
}
.card__footer{
padding: 24px;
font-size: 14px;
font-weight: 500;
color: #ffffff;
}

.title{
padding-top: 24px;
font-size: 28px;
font-weight: 700;
background: -webkit-linear-gradient(#E65C00, #F9D423);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* Dropdown Style Start */
.dd{
position: relative;
}
.dd__btn{
border: 0;
background: transparent;
width: 42px;
height: 42px;
font-size: 24px;
line-height: 1;
color: #ffffff;
cursor: pointer;
}
.dd__menu{
position: absolute;
top: 100%;
right: 0;
background: #ffffff;
border-radius: 8px;
}
.dd__item{
display: flex;
align-items: center;
font-size: 14px;
line-height: 24px;
font-weight: 500;
color: #000000;
padding: 8px 24px;
transition: all .3s ease-in-out;
}
.dd__item__icon{
flex-shrink: 0;
font-size: 24px;
line-height: 1;
margin-right: 16px;
}
.dd__item:hover{
color: #FF3C78;
}

/* Card Badges Style */
.card-badges{
display: flex;
}
.card-badges .badge + .badge{
margin-left: 8px;
}
.badge{
display: inline-block;
padding: 6px 15px;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
color: #ffffff;
border-radius: 12px;
}
.badge.badge--pink{
background: #CD23A8;
}
.badge.badge--blue{
background: #00D9F5;
color: #000000;
}

.like-btn{
border: 0;
background: transparent;
font-size: 24px;
color: #ffffff;
cursor: pointer;
transition: all .3s ease-in-out;
}
.like-btn.liked{
color: red;
}
Loading

0 comments on commit ba75c91

Please sign in to comment.