fix git problem
This commit is contained in:
@@ -0,0 +1,158 @@
|
||||
/*!
|
||||
* vue-router v3.3.2
|
||||
* (c) 2020 Evan You
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/*!
|
||||
* CSSPlugin 3.2.6
|
||||
* https://greensock.com
|
||||
*
|
||||
* Copyright 2008-2020, GreenSock. All rights reserved.
|
||||
* Subject to the terms at https://greensock.com/standard-license or for
|
||||
* Club GreenSock members, the agreement issued with that membership.
|
||||
* @author: Jack Doyle, jack@greensock.com
|
||||
*/
|
||||
|
||||
/*!
|
||||
* GSAP 3.2.6
|
||||
* https://greensock.com
|
||||
*
|
||||
* @license Copyright 2008-2020, GreenSock. All rights reserved.
|
||||
* Subject to the terms at https://greensock.com/standard-license or for
|
||||
* Club GreenSock members, the agreement issued with that membership.
|
||||
* @author: Jack Doyle, jack@greensock.com
|
||||
*/
|
||||
|
||||
/*!
|
||||
* ScrollMagic v2.0.7 (2019-05-07)
|
||||
* The javascript library for magical scroll interactions.
|
||||
* (c) 2019 Jan Paepke (@janpaepke)
|
||||
* Project Website: http://scrollmagic.io
|
||||
*
|
||||
* @version 2.0.7
|
||||
* @license Dual licensed under MIT license and GPL.
|
||||
* @author Jan Paepke - e-mail@janpaepke.de
|
||||
*
|
||||
* @file Debug Extension for ScrollMagic.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* ScrollMagic v2.0.7 (2019-05-07)
|
||||
* The javascript library for magical scroll interactions.
|
||||
* (c) 2019 Jan Paepke (@janpaepke)
|
||||
* Project Website: http://scrollmagic.io
|
||||
*
|
||||
* @version 2.0.7
|
||||
* @license Dual licensed under MIT license and GPL.
|
||||
* @author Jan Paepke - e-mail@janpaepke.de
|
||||
*
|
||||
* @file ScrollMagic GSAP Animation Plugin.
|
||||
*
|
||||
* requires: GSAP ~1.14
|
||||
* Powered by the Greensock Animation Platform (GSAP): http://www.greensock.com/js
|
||||
* Greensock License info at http://www.greensock.com/licensing/
|
||||
*/
|
||||
|
||||
/*!
|
||||
* ScrollMagic v2.0.7 (2019-05-07)
|
||||
* The javascript library for magical scroll interactions.
|
||||
* (c) 2019 Jan Paepke (@janpaepke)
|
||||
* Project Website: http://scrollmagic.io
|
||||
*
|
||||
* @version 2.0.7
|
||||
* @license Dual licensed under MIT license and GPL.
|
||||
* @author Jan Paepke - e-mail@janpaepke.de
|
||||
*
|
||||
* @file ScrollMagic main library.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* Sizzle CSS Selector Engine v2.3.5
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://js.foundation/
|
||||
*
|
||||
* Date: 2020-03-14
|
||||
*/
|
||||
|
||||
/*!
|
||||
* VERSION: 2.1.3
|
||||
* DATE: 2019-05-17
|
||||
* UPDATES AND DOCS AT: http://greensock.com
|
||||
*
|
||||
* @license Copyright (c) 2008-2019, GreenSock. All rights reserved.
|
||||
* This work is subject to the terms at http://greensock.com/standard-license or for
|
||||
* Club GreenSock members, the software agreement that was issued with your membership.
|
||||
*
|
||||
* @author: Jack Doyle, jack@greensock.com
|
||||
*/
|
||||
|
||||
/*!
|
||||
* VERSION: 2.1.3
|
||||
* DATE: 2019-05-17
|
||||
* UPDATES AND DOCS AT: http://greensock.com
|
||||
*
|
||||
* Includes all of the following: TweenLite, TweenMax, TimelineLite, TimelineMax, EasePack, CSSPlugin, RoundPropsPlugin, BezierPlugin, AttrPlugin, DirectionalRotationPlugin
|
||||
*
|
||||
* @license Copyright (c) 2008-2019, GreenSock. All rights reserved.
|
||||
* This work is subject to the terms at http://greensock.com/standard-license or for
|
||||
* Club GreenSock members, the software agreement that was issued with your membership.
|
||||
*
|
||||
* @author: Jack Doyle, jack@greensock.com
|
||||
**/
|
||||
|
||||
/*!
|
||||
* Vue.js v2.6.11
|
||||
* (c) 2014-2019 Evan You
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* jQuery JavaScript Library v3.5.1
|
||||
* https://jquery.com/
|
||||
*
|
||||
* Includes Sizzle.js
|
||||
* https://sizzlejs.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* Date: 2020-05-04T22:49Z
|
||||
*/
|
||||
|
||||
/*!
|
||||
* vue-client-only v2.0.0
|
||||
* (c) 2019-present egoist <0x142857@gmail.com>
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* vue-no-ssr v1.1.1
|
||||
* (c) 2018-present egoist <0x142857@gmail.com>
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* vuex v3.4.0
|
||||
* (c) 2020 Evan You
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/**
|
||||
* Checks if an event is supported in the current execution environment.
|
||||
*
|
||||
* NOTE: This will not work correctly for non-generic events such as `change`,
|
||||
* `reset`, `load`, `error`, and `select`.
|
||||
*
|
||||
* Borrows from Modernizr.
|
||||
*
|
||||
* @param {string} eventNameSuffix Event name, e.g. "click".
|
||||
* @param {?boolean} capture Check if the capture phase is supported.
|
||||
* @return {boolean} True if the event is supported.
|
||||
* @internal
|
||||
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
||||
*/
|
||||
Vendored
+1
File diff suppressed because one or more lines are too long
Vendored
+2
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Vendored
+1
@@ -0,0 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[2],{313:function(n,t,e){"use strict";e.r(t);var c={components:{}},l=e(46),component=Object(l.a)(c,(function(){var n=this.$createElement;return(this._self._c||n)("div",{staticClass:"container"},[this._v("\n salam\n")])}),[],!1,null,null,null);t.default=component.exports}}]);
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
!function(e){function r(data){for(var r,n,l=data[0],f=data[1],d=data[2],i=0,h=[];i<l.length;i++)n=l[i],Object.prototype.hasOwnProperty.call(o,n)&&o[n]&&h.push(o[n][0]),o[n]=0;for(r in f)Object.prototype.hasOwnProperty.call(f,r)&&(e[r]=f[r]);for(v&&v(data);h.length;)h.shift()();return c.push.apply(c,d||[]),t()}function t(){for(var e,i=0;i<c.length;i++){for(var r=c[i],t=!0,n=1;n<r.length;n++){var f=r[n];0!==o[f]&&(t=!1)}t&&(c.splice(i--,1),e=l(l.s=r[0]))}return e}var n={},o={3:0},c=[];function l(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,l),t.l=!0,t.exports}l.e=function(e){var r=[],t=o[e];if(0!==t)if(t)r.push(t[2]);else{var n=new Promise((function(r,n){t=o[e]=[r,n]}));r.push(t[2]=n);var c,script=document.createElement("script");script.charset="utf-8",script.timeout=120,l.nc&&script.setAttribute("nonce",l.nc),script.src=function(e){return l.p+""+({2:"pages__lang_index"}[e]||e)+".js"}(e);var f=new Error;c=function(r){script.onerror=script.onload=null,clearTimeout(d);var t=o[e];if(0!==t){if(t){var n=r&&("load"===r.type?"missing":r.type),c=r&&r.target&&r.target.src;f.message="Loading chunk "+e+" failed.\n("+n+": "+c+")",f.name="ChunkLoadError",f.type=n,f.request=c,t[1](f)}o[e]=void 0}};var d=setTimeout((function(){c({type:"timeout",target:script})}),12e4);script.onerror=script.onload=c,document.head.appendChild(script)}return Promise.all(r)},l.m=e,l.c=n,l.d=function(e,r,t){l.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},l.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,r){if(1&r&&(e=l(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(l.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)l.d(t,n,function(r){return e[r]}.bind(null,n));return t},l.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(r,"a",r),r},l.o=function(object,e){return Object.prototype.hasOwnProperty.call(object,e)},l.p="/_nuxt/",l.oe=function(e){throw console.error(e),e};var f=window.webpackJsonp=window.webpackJsonp||[],d=f.push.bind(f);f.push=r,f=f.slice();for(var i=0;i<f.length;i++)r(f[i]);var v=d;t()}([]);
|
||||
Vendored
+2
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
@extends('layouts.app')
|
||||
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>Document</title>
|
||||
<link rel="preload" href="{{asset('/_nuxt/runtime.js')}}" as="script">
|
||||
<link rel="preload" href="{{asset('/_nuxt/commons.app.js')}}" as="script">
|
||||
<link rel="preload" href="{{asset('/_nuxt/vendors.app.js')}}" as="script">
|
||||
<link rel="preload" href="{{asset('/_nuxt/app.js')}}" as="script">
|
||||
</head>
|
||||
<body>
|
||||
<div id="__nuxt"></div>
|
||||
<script type="text/javascript" src="{{asset('/_nuxt/runtime.js')}}"></script>
|
||||
<script type="text/javascript" src="{{asset('/_nuxt/commons.app.js')}}"></script>
|
||||
<script type="text/javascript" src="{{asset('/_nuxt/vendors.app.js')}}"></script>
|
||||
<script type="text/javascript" src="{{asset('/_nuxt/app.js')}}"></script>
|
||||
</body>
|
||||
</html>
|
||||
+6
-2
@@ -13,6 +13,10 @@ use Illuminate\Support\Facades\Route;
|
||||
|
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
Route::get('/en', function () {
|
||||
return view('client.index');
|
||||
});
|
||||
|
||||
Route::get('/fa', function () {
|
||||
return view('client.index');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user