Skip to content

Commit

Permalink
Merge pull request tailwindtoolbox#2 from Leon0824/master
Browse files Browse the repository at this point in the history
Update Font Awesome and Chart.js version
  • Loading branch information
tailwindtoolbox authored Aug 16, 2019
2 parents 8619ca8 + 0df75d6 commit cd8436e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions admin-template_v0.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<meta name="description" content="description here">
<meta name="keywords" content="keywords,here">

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.10.1/css/all.css">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss/dist/tailwind.min.css" rel="stylesheet"> <!--Replace with your tailwind.css once created-->
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet"> <!--Totally optional :) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.min.js" integrity="sha256-XF29CBwU1MWLaGEnsELogU6Y6rcc5nCkhhx89nFMIDQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.bundle.min.js" integrity="sha256-xKeoJ50pzbUGkpQxDYHD7o7hxe0LaOGeguUidbq6vis=" crossorigin="anonymous"></script>

</head>

Expand All @@ -39,7 +39,7 @@
</div>
</span>
</div>

<div class="flex w-full pt-2 content-center justify-between md:w-1/3 md:justify-end">
<ul class="list-reset flex justify-between flex-1 md:flex-none items-center">
<li class="flex-1 md:flex-none md:mr-3">
Expand Down Expand Up @@ -366,7 +366,7 @@ <h5 class="uppercase text-grey-dark">Table</h5>
<td>Darth Vader</td>
<td>Dark</td>
<td>Sith</td>
</tr>
</tr>
</tbody>
</table>

Expand All @@ -384,7 +384,7 @@ <h5 class="uppercase text-grey-dark">Table</h5>
<h5 class="uppercase text-grey-dark">Template</h5>
</div>
<div class="p-5">

</div>
</div>
<!--/Template Card-->
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<meta name="description" content="description here">
<meta name="keywords" content="keywords,here">

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
<link href="https://unpkg.com/tailwindcss/dist/tailwind.min.css" rel="stylesheet"> <!--Replace with your tailwind.css once created-->
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet"> <!--Totally optional :) -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.min.js" integrity="sha256-XF29CBwU1MWLaGEnsELogU6Y6rcc5nCkhhx89nFMIDQ=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.8.0/Chart.bundle.min.js" integrity="sha256-xKeoJ50pzbUGkpQxDYHD7o7hxe0LaOGeguUidbq6vis=" crossorigin="anonymous"></script>

</head>

Expand All @@ -39,7 +39,7 @@
</div>
</span>
</div>

<div class="flex w-full pt-2 content-center justify-between md:w-1/3 md:justify-end">
<ul class="list-reset flex justify-between flex-1 md:flex-none items-center">
<li class="flex-1 md:flex-none md:mr-3">
Expand Down Expand Up @@ -366,7 +366,7 @@ <h5 class="font-bold uppercase text-gray-600">Table</h5>
<td>Darth Vader</td>
<td>Dark</td>
<td>Sith</td>
</tr>
</tr>
</tbody>
</table>

Expand All @@ -384,7 +384,7 @@ <h5 class="font-bold uppercase text-gray-600">Table</h5>
<h5 class="font-bold uppercase text-gray-600">Template</h5>
</div>
<div class="p-5">

</div>
</div>
<!--/Template Card-->
Expand Down

0 comments on commit cd8436e

Please sign in to comment.