forked from hackohio/quill
-
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.
Use semantic-ui CDN to avoid headaches
- Loading branch information
Showing
6 changed files
with
689 additions
and
2,701 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 |
---|---|---|
|
@@ -6,16 +6,18 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<title> HackMIT 2015 </title> | ||
|
||
<!-- jQuery --> | ||
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> | ||
<link rel="stylesheet" href="./stylesheets/normalize.css"> | ||
|
||
<!-- Semantic-UI --> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/semantic.min.js"></script> | ||
|
||
<!-- Angular app --> | ||
<script src="./build/app.js"></script> | ||
|
||
<!-- Semantic-UI --> | ||
<link rel="stylesheet" href="./semantic/semantic.min.css" /> | ||
|
||
<!-- Custom styling --> | ||
<link rel="stylesheet" href="./stylesheets/normalize.css"> | ||
<link rel="stylesheet" href="./build/site.css"> | ||
<link href='//fonts.googleapis.com/css?family=Montserrat:700' rel='stylesheet' type='text/css'> | ||
<link href='//fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'> | ||
|
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
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
Oops, something went wrong.