Commit 6d308e1b authored by Martin's avatar Martin
Browse files

Change ( Webpack solved Index styled )

parent 251be230
Loading
Loading
Loading
Loading
+10154 −4020

File changed.

Preview size limit exceeded, changes collapsed.

+19 −121
Original line number Original line Diff line number Diff line
{
{
  "name": "sage",
  "version": "9.0.9",
  "author": "Roots <team@roots.io>",
  "homepage": "https://roots.io/sage/",
    "private": true,
    "private": true,
  "repository": {
    "type": "git",
    "url": "git://github.com/roots/sage.git"
  },
  "bugs": {
    "url": "https://github.com/roots/sage/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "browserslist": [
    "last 2 versions",
    "android 4",
    "opera 12"
  ],
  "stylelint": {
    "extends": "stylelint-config-standard",
    "rules": {
      "no-empty-source": null,
      "block-closing-brace-empty-line-before": null,
      "no-eol-whitespace": null,
      "indentation": null,
      "number-leading-zero": null,
      "no-missing-end-of-source-newline": null,
      "rule-empty-line-before": null,
      "block-closing-brace-newline-after": null,
      "at-rule-empty-line-before": null,
      "selector-pseudo-element-colon-notation": null,
      "max-empty-lines": null,
      "no-descending-specificity": null,
      "color-hex-length": null,
      "declaration-empty-line-before": null,
      "at-rule-no-unknown": [
        true,
        {
          "ignoreAtRules": [
            "extend",
            "at-root",
            "debug",
            "warn",
            "error",
            "if",
            "else",
            "for",
            "each",
            "while",
            "mixin",
            "include",
            "content",
            "return",
            "function"
          ]
        }
      ]
    }
  },
    "scripts": {
    "scripts": {
    "build": "webpack --progress --config resources/assets/build/webpack.config.js",
        "dev": "npm run development",
    "build:production": "webpack --env.production --progress --config resources/assets/build/webpack.config.js",
        "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "build:profile": "webpack --progress --profile --json --config resources/assets/build/webpack.config.js",
        "watch": "npm run development -- --watch",
    "start": "webpack --hide-modules --watch --config resources/assets/build/webpack.config.js",
        "watch-poll": "npm run watch -- --watch-poll",
    "rmdist": "rimraf dist",
        "hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
    "lint": "npm run -s lint:scripts && npm run -s lint:styles",
        "prod": "npm run production",
    "lint:scripts": "eslint resources/assets/scripts resources/assets/build",
        "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
    "lint:styles": "stylelint \"resources/assets/styles/**/*.{css,sass,scss,sss,less}\"",
    "test": "npm run -s lint"
  },
  "engines": {
    "node": ">= 8.0.0"
    },
    },
    "devDependencies": {
    "devDependencies": {
    "autoprefixer": "~8.2.0",
        "axios": "^0.19",
    "browser-sync": "~2.24.7",
        "cross-env": "^7.0",
    "browsersync-webpack-plugin": "^0.6.0",
        "laravel-mix": "^5.0.1",
    "bs-html-injector": "~3.0",
        "lodash": "^4.17.13",
    "buble-loader": "^0.4.1",
        "resolve-url-loader": "^3.1.0",
    "cache-loader": "~1.2.5",
        "sass": "^1.15.2",
    "clean-webpack-plugin": "^0.1.18",
        "sass-loader": "^8.0.0",
    "copy-globs-webpack-plugin": "^0.2.0",
        "vue-template-compiler": "^2.6.11"
    "css-loader": "^0.28.9",
    "cssnano": "~4.0.5",
    "eslint": "~4.19.1",
    "eslint-loader": "~1.9",
    "eslint-plugin-import": "~2.14.0",
    "extract-text-webpack-plugin": "~3.0.2",
    "file-loader": "^1.1.6",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "imagemin-mozjpeg": "~7.0.0",
    "imagemin-webpack-plugin": "~2.2.0",
    "import-glob": "~1.5",
    "node-sass": "~4.9.4",
    "postcss-loader": "~2.1.0",
    "postcss-safe-parser": "~3.0",
    "resolve-url-loader": "~2.3.1",
    "rimraf": "~2.6",
    "sass-loader": "~6.0",
    "style-loader": "^0.22.1",
    "stylelint": "^8.4.0",
    "stylelint-config-standard": "~18.2.0",
    "stylelint-webpack-plugin": "^0.10.5",
    "uglifyjs-webpack-plugin": "^1.3.0",
    "url-loader": "^0.6.2",
    "webpack": "~3.10.0",
    "webpack-assets-manifest": "^1.0.0",
    "webpack-dev-middleware": "~2.0.4",
    "webpack-hot-middleware": "~2.22.3",
    "webpack-merge": "~4.1.4",
    "yargs": "~11.0.0"
  },
  "dependencies": {
    "jquery": "^3.3.1",
    "slick-carousel": "^1.8.1",
    "vanilla-lazyload": "^11.0.2"
    }
    }
}
}

public/css/app.css

0 → 100644
+153 −0
Original line number Original line Diff line number Diff line
@charset "UTF-8";
body {
  font-family: "Baloo 2", cursive;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Baloo 2", cursive;
}
body {
  margin: 0;
}
input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #1d1135;
  margin: 5px 0;
}
input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
input[type=checkbox]:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
input[type=checkbox]:checked:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 0px;
  left: 3px;
  color: #99a1a7;
}
.btn {
  padding: 10px 15px;
  background-color: #5643fd;
  color: #fcfbfe;
  border-radius: 5px;
  border: none;
  margin: 5px 0;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Baloo 2", cursive;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #0c164f;
}
.header__logo a {
  display: flex;
  align-items: center;
}
.header__logo__small {
  max-width: 80px;
}
.header__logo__full {
  max-width: 200px;
}
.header__menu ul {
  list-style: none;
}
.header__menu ul li {
  display: inline-block;
}
.header__menu ul li a {
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Baloo 2", cursive;
  color: #fcfbfe;
}
.index {
  height: 100vh;
  background-color: #1d1135;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index__box {
  max-width: 600px;
}
.index__box__logo {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.index__box__logo img {
  flex-basis: 100%;
}
.index__box__logo__small {
  max-width: 200px;
}
.index__box__logo__full {
  max-width: 100%;
}
.index__box__form {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  text-align: center;
  color: #fcfbfe;
}
.index__box__form input[type=email],
.index__box__form input[type=password] {
  min-width: 300px;
  margin: 5px 0;
}
.index__box__form .btn {
  width: 100%;
}
.index__box__form a {
  color: #fcfbfe;
}
+24 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg  version="1.0" xmlns="http://www.w3.org/2000/svg"
 width="341.000000pt" height="433.000000pt" viewBox="0 0 341.000000 433.000000"
 preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.15, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,433.000000) scale(0.100000,-0.100000)"
fill="#ba1e68" stroke="none">
<path d="M1521 4308 c-5 -13 -125 -304 -266 -648 -142 -344 -260 -633 -262
-642 -5 -17 13 -18 280 -18 l285 0 73 180 c66 163 74 178 85 158 6 -13 260
-628 564 -1368 303 -740 555 -1348 559 -1353 4 -4 134 -6 289 -5 l281 3 -762
1855 -762 1855 -178 3 c-176 2 -177 2 -186 -20z"/>
<path d="M290 2620 l0 -230 560 0 560 0 0 -1195 0 -1195 280 0 280 0 0 1166 0
1166 -106 259 -106 259 -734 0 -734 0 0 -230z"/>
<path d="M2716 2693 c36 -87 78 -189 94 -228 l28 -70 141 -3 141 -3 0 231 0
230 -234 0 -235 0 65 -157z"/>
<path d="M667 2228 c-42 -110 -632 -1535 -646 -1565 -12 -23 -21 -45 -21 -48
0 -3 129 -5 288 -5 l287 0 327 798 c180 438 330 805 334 815 6 16 -12 17 -279
17 -219 0 -286 -3 -290 -12z"/>
</g>
</svg>

public/images/logo.svg

0 → 100644
+48 −0
Original line number Original line Diff line number Diff line
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
 width="1810.000000pt" height="372.000000pt" viewBox="0 0 1810.000000 372.000000"
 preserveAspectRatio="xMidYMid meet">
<metadata>
Created by potrace 1.15, written by Peter Selinger 2001-2017
</metadata>
<g transform="translate(0.000000,372.000000) scale(0.100000,-0.100000)"
fill="#fcfbfe" stroke="none">
<path d="M0 3490 l0 -230 560 0 560 0 -2 -1630 -3 -1630 283 0 282 0 0 1630 0
1630 575 0 575 0 0 230 0 230 -1415 0 -1415 0 0 -230z"/>
<path d="M12391 3698 c-36 -95 -1484 -3612 -1500 -3645 -12 -23 -21 -45 -21
-48 0 -3 129 -5 288 -5 l287 0 565 1375 c498 1214 566 1372 576 1352 6 -12
260 -627 564 -1367 303 -740 555 -1348 559 -1353 4 -4 134 -6 289 -5 l281 3
-762 1855 -762 1855 -178 3 c-176 2 -177 2 -186 -20z"/>
<path d="M8155 2689 c-472 -47 -875 -332 -1074 -759 -83 -179 -121 -360 -122
-577 0 -392 131 -717 395 -978 191 -188 450 -319 716 -361 128 -20 424 -14
535 11 85 19 225 64 225 73 0 3 -23 77 -51 165 -33 105 -54 157 -62 153 -65
-27 -208 -67 -276 -76 -112 -17 -285 -8 -381 20 -372 105 -653 462 -700 889
-25 231 43 499 180 702 55 81 177 203 255 256 151 101 279 143 458 151 148 6
246 -7 362 -48 44 -16 80 -28 81 -27 56 99 153 301 147 307 -13 14 -152 57
-237 75 -157 32 -299 40 -451 24z"/>
<path d="M15195 2690 c-606 -66 -1080 -511 -1180 -1109 -21 -127 -16 -414 10
-528 91 -409 345 -737 713 -922 147 -74 378 -131 529 -131 l73 0 0 165 0 165
-50 0 c-70 0 -190 26 -280 61 -352 135 -609 538 -610 954 0 509 295 907 743
999 99 21 285 21 385 0 159 -33 311 -116 447 -245 l76 -73 132 133 132 132
-71 68 c-170 164 -391 271 -644 315 -111 19 -305 27 -405 16z"/>
<path d="M2730 2466 l0 -166 528 0 c573 0 595 -2 710 -57 87 -42 200 -159 246
-255 172 -360 -5 -800 -355 -883 -53 -12 -157 -15 -596 -15 l-533 0 0 -545 0
-545 195 0 195 0 0 380 0 380 303 0 302 0 255 -380 255 -380 394 3 394 2 395
963 c218 529 399 959 403 955 4 -5 184 -439 400 -966 l393 -957 203 0 c112 0
203 2 203 3 0 2 -242 593 -538 1313 l-537 1309 -126 3 -126 3 -522 -1273
c-288 -700 -526 -1276 -529 -1280 -7 -6 -505 722 -510 748 -2 8 2 14 8 14 26
0 177 99 241 158 91 84 153 168 206 278 61 129 84 224 90 379 6 150 -13 263
-66 400 -100 260 -337 467 -626 547 -78 22 -96 22 -667 26 l-588 3 0 -165z"/>
<path d="M9478 2034 l-698 -597 0 -234 c0 -185 3 -233 13 -227 6 5 92 75 190
157 155 131 179 148 190 134 7 -9 239 -298 517 -641 l505 -625 283 0 283 -1
-20 26 c-12 15 -21 33 -21 41 0 8 -4 12 -8 9 -5 -3 -106 111 -225 252 -798
948 -1014 1208 -1011 1214 2 3 284 241 627 529 342 287 631 530 642 540 19 19
12 19 -275 19 l-295 0 -697 -596z"/>
<path d="M16350 2465 l0 -165 875 0 875 0 0 165 0 165 -875 0 -875 0 0 -165z"/>
<path d="M15460 1357 l0 -157 1195 0 1195 0 0 150 0 150 -572 0 c-315 0 -853
3 -1195 7 l-623 6 0 -156z"/>
<path d="M16350 165 l0 -165 875 0 875 0 0 165 0 165 -875 0 -875 0 0 -165z"/>
</g>
</svg>
Loading