Skip to content

Commit

Permalink
Organized folder structure (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
inakijv authored and SylvainGuittard committed Jun 1, 2017
1 parent cafe875 commit d649053
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 15 additions & 15 deletions ui-guidelines/index.html
Expand Up @@ -14,30 +14,30 @@
<link rel="Shortcut icon" type="image/x-icon" href="img/favicon.ico">

<!-- jQuery -->
<script type="text/javascript" src="js/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/vendors/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="js/vendors/bootstrap.min.js"></script>
<script type="text/javascript" src="js/guidelines.js"></script>

<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/vendors/normalize.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/bootstrap-theme.css">
<link rel="stylesheet" href="css/vendors/bootstrap.css">
<link rel="stylesheet" href="css/vendors/bootstrap-theme.css">

<!-- Custom css & js-->
<link rel="stylesheet" href="css/guidelines.css">
<link rel="stylesheet" href="css/components-buttons.css">
<link rel="stylesheet" href="css/components-form.css">
<link rel="stylesheet" href="css/components-modals.css">
<link rel="stylesheet" href="css/components-tabs.css">
<link rel="stylesheet" href="css/components-tables.css">
<link rel="stylesheet" href="css/resources-typography.css">
<link rel="stylesheet" href="css/resources-colors.css">
<link rel="stylesheet" href="css/resources-icons.css">
<link rel="stylesheet" href="css/components/_buttons.css">
<link rel="stylesheet" href="css/components/_form.css">
<link rel="stylesheet" href="css/components/_modals.css">
<link rel="stylesheet" href="css/components/_tabs.css">
<link rel="stylesheet" href="css/components/_tables.css">
<link rel="stylesheet" href="css/resources/_typography.css">
<link rel="stylesheet" href="css/resources/_colors.css">
<link rel="stylesheet" href="css/resources/_icons.css">

<!-- Prism - Code snippets -->
<link href="css/prism.css" rel="stylesheet">
<link href="css/vendors/prism.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/clipboard.js/1.6.0/clipboard.min.js"></script>
<script src="js/prism.js"></script>
<script src="js/vendors/prism.js"></script>

<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d649053

Please sign in to comment.