Skip to content

Commit

Permalink
update card
Browse files Browse the repository at this point in the history
  • Loading branch information
undercode99 committed Oct 25, 2020
1 parent f2cdb32 commit 5e1f4f2
Show file tree
Hide file tree
Showing 7 changed files with 964 additions and 15 deletions.
Binary file added dist/images/1.jpg
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 dist/images/2.jpg
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 dist/images/3.jpg
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 dist/images/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 13 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Jakarta LTE - Free and Open Source Premium Admin Templates with rich UI Kit base on Tailwind CSS
Jakarta LTE - Free and Open Source Premium Admin Templates with rich UI
Kit base on Tailwind CSS
</title>

<!-- Tailwind css -->
Expand Down Expand Up @@ -113,7 +114,7 @@
>
<div class="py-1">
<a
href="#"
href="./pages/components/card.html"
class="block px-3 py-2 text-sm leading-5 text-gray-600 hover:bg-gray-200 hover:text-gray-700 focus:outline-none focus:bg-gray-100 focus:text-gray-700"
>Card</a
>
Expand All @@ -123,7 +124,7 @@
>Chart</a
>
<a
href="pages/ui/button.html"
href="./pages/components/button.html"
class="block px-3 py-2 text-sm leading-5 text-gray-600 hover:bg-gray-200 hover:text-gray-700 focus:outline-none focus:bg-gray-100 focus:text-gray-700"
>Button</a
>
Expand Down Expand Up @@ -260,13 +261,18 @@
data-dropdown="dropDownMenu"
>
<img
class="w-8 h-8 mx-2 rounded-full object-cover"
class="w-8 h-8 mr-3 rounded-full object-cover"
src="./dist/avatar/nis.png"
alt="Avatar"
/>
<p class="text-left text-sm text-gray-700 hidden md:block">
Zero Black Coder <i class="bx bx-chevron-down"></i>
</p>
<div class="mt-1 hidden md:block">
<div class="leading-3 text-sm text-gray-700 ">
Zero Black Coder
</div>
<small class="text-xs text-gray-500"
>Anggota DPR</small
>
</div>
</a>

<div
Expand Down
20 changes: 12 additions & 8 deletions pages/ui/button.html → pages/components/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Jakarta LTE - Free and Open Source Premium Admin Templates with rich UI Kit base on Tailwind CSS
Jakarta LTE - Free and Open Source Premium Admin Templates with rich UI
Kit base on Tailwind CSS
</title>

<!-- Tailwind css -->
Expand Down Expand Up @@ -119,7 +120,7 @@
>
<div class="py-1">
<a
href="#"
href="./../../pages/components/card.html"
class="block px-3 py-2 text-sm leading-5 text-gray-600 hover:bg-gray-200 hover:text-gray-700 focus:outline-none focus:bg-gray-100 focus:text-gray-700"
>Card</a
>
Expand All @@ -129,9 +130,9 @@
>Chart</a
>
<a
href="#"
href="./../../pages/components/button.html"
class="block px-3 py-2 text-sm leading-5 text-gray-600 hover:bg-gray-200 hover:text-gray-700 focus:outline-none focus:bg-gray-100 focus:text-gray-700"
>Button</a
>Buttons</a
>
<a
href="#"
Expand Down Expand Up @@ -266,13 +267,16 @@
data-dropdown="dropDownMenu"
>
<img
class="w-8 h-8 mx-2 rounded-full object-cover"
class="w-8 h-8 mr-3 rounded-full object-cover"
src="./../../dist/avatar/nis.png"
alt="Avatar"
/>
<p class="text-left text-sm text-gray-700 hidden md:block">
Zero Black Coder <i class="bx bx-chevron-down"></i>
</p>
<div class="mt-1 hidden md:block">
<div class="leading-3 text-sm text-gray-700">
Zero Black Coder
</div>
<small class="text-xs text-gray-500">Anggota DPR</small>
</div>
</a>

<div
Expand Down
Loading

0 comments on commit 5e1f4f2

Please sign in to comment.