Initial project setup
This commit is contained in:
9
static/app.css
Normal file
9
static/app.css
Normal file
@@ -0,0 +1,9 @@
|
||||
#today-button {
|
||||
width: 100px;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
#today-button svg {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
}
|
||||
3
static/app.js
Normal file
3
static/app.js
Normal file
@@ -0,0 +1,3 @@
|
||||
$(document).on('ready turbolinks:load', function () {
|
||||
// This is called on the first page load *and* also when the page is changed by turbolinks
|
||||
});
|
||||
0
static/favicon.ico
Normal file
0
static/favicon.ico
Normal file
1
static/ihp-welcome-icon.svg
Normal file
1
static/ihp-welcome-icon.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.1 KiB |
1
static/time_on.svg
Normal file
1
static/time_on.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 5.2 KiB |
Reference in New Issue
Block a user