Add libraries

Add bootstrap w/ slate theme, effect.css, w2ui, jquery
This commit is contained in:
Matt 2016-04-12 02:18:33 -04:00
parent 551f87a1fa
commit 64bf3174d8
7 changed files with 4372 additions and 5 deletions

0
app/css/app.css Normal file
View File

11
app/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

4330
app/css/effeckt.css Normal file

File diff suppressed because it is too large Load Diff

2
app/css/w2ui-1.4.3.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -3,13 +3,22 @@
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<link href="./css/bootstrap.min.css" rel="stylesheet">
<link href="./css/w2ui-1.4.3.min.css" rel="stylesheet">
<link href="./css/effeckt.css" rel="stylesheet">
<link href="./css/app.css" rel="stylesheet">
</head>
<body>
<h1>Hello World!</h1>
We are using node <script>document.write(process.versions.node)</script>,
Chromium <script>document.write(process.versions.chrome)</script>,
and Electron <script>document.write(process.versions.electron)</script>.
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button></button>
</div>
</div>
</nav>
<script src="./js/w2ui-1.4.3.min.js"></script>
<script src="./js/jquery-2.2.3.min.js"></script>
<script src="./js/chroma.min.js"></script>
<script src="./js/index.js"></script>
</body>
</html>

4
app/js/jquery-2.2.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long

11
app/js/w2ui-1.4.3.min.js vendored Normal file

File diff suppressed because one or more lines are too long