diff --git a/dist/index.html b/dist/index.html index 5d6491d..b76bda7 100644 --- a/dist/index.html +++ b/dist/index.html @@ -6,8 +6,11 @@ content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> Mountain + + + diff --git a/package.json b/package.json index 880bd93..19ce1e5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Mountain", + "name": "mountain", "version": "1.0.0", "description": "Alpinejs project", "main": "index.js", @@ -25,7 +25,6 @@ "dependencies": { "@auth0/auth0-spa-js": "^1.16.1", "alpinejs": "^3.2.2", - "bulma": "^0.9.3", "lodash": "^4.17.21", "navigo": "^8.11.1", "style-loader": "^3.2.1" diff --git a/src/pages/home/index.html b/src/pages/home/index.html index 0342864..1cd90df 100644 --- a/src/pages/home/index.html +++ b/src/pages/home/index.html @@ -1,13 +1,26 @@ -
-
-

-

- - - - - -
-
+ + +
+ Logout + Login +
+ + + +
+

Welcome to mountain!

+

+ A javascript framework based on alpine.js with some extra features to make it a bit easier to use. +

+ +
+ +
+ Authenticated users can view the about page +
\ No newline at end of file diff --git a/src/styles/main.scss b/src/styles/main.scss index 62bca10..cc9f56c 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -1,24 +1,2 @@ @charset "utf-8"; -@import "./node_modules/bulma/bulma.sass"; - -@media(max-width: 500px) { - .reverse-columns { - flex-direction: column-reverse; - display: flex; - } -} - -.titled { - font-family: 'Merriweather', serif !important; - font-size: 58px !important; - font-weight: 400 !important; - line-height: 64px !important; -} - -.subtitled { - font-family: 'Merriweather', serif !important; - font-size: 22px !important; - font-weight: 400 !important; - line-height: 36px !important; -} \ No newline at end of file