-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25c69b9
commit ee1cacf
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,10 @@ | |
<link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" | ||
rel="stylesheet"> | ||
|
||
<link rel="stylesheet" href="/static/css/bulma.min.css"> | ||
<!-- <link rel="stylesheet" href="/static/css/bulma-carousel.min.css"> --> | ||
<!-- <link rel="stylesheet" href="/static/css/bulma-slider.min.css"> --> | ||
<link rel="stylesheet" href="/static/css/fontawesome.all.min.css"> | ||
<link rel="stylesheet" href="./static/css/bulma.min.css"> | ||
<!-- <link rel="stylesheet" href="./static/css/bulma-carousel.min.css"> --> | ||
<!-- <link rel="stylesheet" href="./static/css/bulma-slider.min.css"> --> | ||
<link rel="stylesheet" href="./static/css/fontawesome.all.min.css"> | ||
<link rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"> | ||
<link rel="icon" href=""> | ||
|
@@ -27,19 +27,19 @@ | |
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.min.js"></script> | ||
|
||
|
||
<script defer src="/static/js/fontawesome.all.min.js"></script> | ||
<!-- <script src="/static/js/bulma-carousel.min.js"></script> --> | ||
<!-- <script src="/static/js/bulma-slider.min.js"></script> --> | ||
<script defer src="./static/js/fontawesome.all.min.js"></script> | ||
<!-- <script src="./static/js/bulma-carousel.min.js"></script> --> | ||
<!-- <script src="./static/js/bulma-slider.min.js"></script> --> | ||
<!-- Add the slick-theme.css if you want default styling --> | ||
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick.css"/> | ||
<!-- Add the slick-theme.css if you want default styling --> | ||
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/[email protected]/slick/slick-theme.css"/> | ||
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script> | ||
<!-- <script src='https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js'></script> --> | ||
|
||
<link rel="stylesheet" href="/static/css/index.css"> | ||
<link rel="stylesheet" href="./static/css/index.css"> | ||
|
||
<script src="/static/js/index.js"></script> | ||
<script src="./static/js/index.js"></script> | ||
|
||
</head> | ||
<body> | ||
|