Skip to content

Commit

Permalink
add input form
Browse files Browse the repository at this point in the history
  • Loading branch information
undercode99 committed Nov 22, 2020
1 parent 149a08e commit abf914e
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
aria-labelledby="options-menu"
>
<div class="py-1">
<a
href="./pages/components/form.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"
>Form</a
>
<a
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"
Expand Down Expand Up @@ -264,12 +269,10 @@
alt="Avatar"
/>
<div class="mt-1 hidden md:block">
<div class="leading-3 text-sm text-gray-700 ">
Zero Black Coder
<div class="leading-3 text-sm text-gray-700">
Zero Black Coder
</div>
<small class="text-xs text-gray-500"
>Anggota DPR</small
>
<small class="text-xs text-gray-500">Anggota DPR</small>
</div>
</a>

Expand Down
5 changes: 5 additions & 0 deletions pages/components/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@
aria-labelledby="options-menu"
>
<div class="py-1">
<a
href="./../../pages/components/form.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"
>Form</a
>
<a
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"
Expand Down
Loading

0 comments on commit abf914e

Please sign in to comment.