Skip to content

Commit

Permalink
Merge pull request #2 from dropways/development
Browse files Browse the repository at this point in the history
card 01 html
  • Loading branch information
dropways committed Jun 24, 2023
2 parents ef99276 + c7718d4 commit 85fd566
Show file tree
Hide file tree
Showing 14 changed files with 914 additions and 240 deletions.
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# card-ui
# [Card UI library](https://dropways.github.io/card-ui/)

Welcome to our Card UI website, where we bring you a stunning collection of beautifully designed cards for all your UI needs. Our website is dedicated to providing you with a seamless and visually appealing browsing experience as you explore our wide range of card designs.

Our Card UI website offers an intuitive and user-friendly interface, allowing you to effortlessly browse through various categories, such as e-commerce, social media, dashboard, or content display. With our smart search and filtering options, you can quickly find the perfect card for your project based on color schemes, themes, or specific functionalities.

As you explore each card, you'll find detailed descriptions and previews that showcase the card's layout, typography, color palette, and interactive elements. We believe in providing you with comprehensive information to make informed decisions and ensure a smooth integration into your UI designs.

At our Card UI website, we prioritize quality and consistency. Each card in our collection is crafted by our team of experienced designers who understand the importance of usability and aesthetics. Rest assured that every card you choose will meet the highest standards of design excellence.

To make your experience even more convenient, we offer various download options, including individual cards or entire sets, in multiple file formats compatible with popular design tools. We also provide regular updates, introducing new card designs and keeping up with the latest UI trends, so you can always stay ahead in your design projects.

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.

## Demo

| Card - 01 |
| --- |
| [![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/)

## 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">


## Image Credits

| Name | Link |
| ------ | ------ |
| unsplash | https://unsplash.com/ |
| pixabay | https://pixabay.com/ |
| pexels | https://www.pexels.com/ |
8 changes: 6 additions & 2 deletions assets/css/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@ pre[class*="language-"] {

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
background: rgba(255, 243, 247, .2);
color: #ffffff;
text-shadow: none;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
background: rgba(255, 243, 247, .2);
color: #ffffff;
text-shadow: none;
}

Expand Down Expand Up @@ -85,7 +89,7 @@ pre[class*="language-"] {
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
color: #ff3c78;
}

.token.selector,
Expand All @@ -110,7 +114,7 @@ pre[class*="language-"] {
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
color: #00b2ff;
}

.token.function,
Expand Down
Loading

0 comments on commit 85fd566

Please sign in to comment.