edited some assets

pull/3/head
A1Gard 12 months ago
parent 22f5e39b85
commit f33600a24d

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 0 B

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 27 KiB

@ -1,79 +0,0 @@
<?xml version="1.0" encoding="windows-1252"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 427.1 427.1" style="enable-background:new 0 0 427.1 427.1;" xml:space="preserve">
<g>
<g>
<path d="M93.55,156.5c-31.5,0-57,25.5-57,57s25.5,57,57,57s57-25.5,57-57C150.45,182.1,124.95,156.6,93.55,156.5z M93.55,250.5 c-20.4,0-37-16.5-37-37c0-20.4,16.5-37,37-37c20.4,0,37,16.5,37,37C130.45,233.9,113.95,250.4,93.55,250.5z"/>
</g>
</g>
<g>
<g>
<path d="M380.55,172.5h-203.5c-5.5,0-10,4.5-10,10s4.5,10,10,10h203.5c5.5,0,10-4.5,10-10S386.05,172.5,380.55,172.5z"/>
</g>
</g>
<g>
<g>
<path d="M286.65,234.5h-109.6c-5.5,0-10,4.5-10,10s4.4,10,10,10h109.6c5.5,0,10-4.5,10-10S292.15,234.5,286.65,234.5z"/>
</g>
</g>
<g>
<g>
<path d="M93.55,0c-31.5,0-57,25.5-57,57s25.5,57,57,57s57-25.5,57-57C150.45,25.5,124.95,0,93.55,0z M93.55,93.9 c-20.4,0-37-16.5-37-37s16.5-37,37-37c20.4,0,37,16.5,37,37C130.45,77.4,113.95,93.9,93.55,93.9z"/>
</g>
</g>
<g>
<g>
<path d="M380.55,15.5h-203.5c-5.5,0-10,4.5-10,10s4.5,10,10,10h203.5c5.5,0,10-4.5,10-10S386.05,15.5,380.55,15.5z"/>
</g>
</g>
<g>
<g>
<path d="M286.65,78.5h-109.6c-5.5,0-10,4.5-10,10s4.4,10,10,10h109.6c5.5,0,10-4.5,10-10S292.15,78.5,286.65,78.5z"/>
</g>
</g>
<g>
<g>
<path d="M93.55,313.1c-31.5,0-57,25.5-57,57s25.5,57,57,57s57-25.5,57-57C150.45,338.6,124.95,313.1,93.55,313.1z M93.55,407 c-20.4,0-37-16.5-37-37c0-20.4,16.5-37,37-37c20.4,0,37,16.5,37,37C130.45,390.5,113.95,407,93.55,407z"/>
</g>
</g>
<g>
<g>
<path d="M380.55,328.5h-203.5c-5.5,0-10,4.5-10,10s4.5,10,10,10h203.5c5.5,0,10-4.5,10-10S386.05,328.5,380.55,328.5z"/>
</g>
</g>
<g>
<g>
<path d="M286.65,391.5h-109.6c-5.5,0-10,4.5-10,10s4.5,10,10,10h109.6c5.5,0,10-4.5,10-10S292.15,391.5,286.65,391.5z"/>
</g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

@ -1,64 +0,0 @@
@extends('website.layout')
@section('content')
<div id="main-conetent">
<section>
<div class="container overflow-hidden wow bounceInUp" data-wow-delay="1s"
data-wow-duration="2s" >
<div class="owl-single owl-carousel">
@foreach( $sliders as $sld )
<div class="item">
<img src="{{$sld->imgUrl()}}" alt="{{strip_tags($sld->body)}}">
</div>
@endforeach
</div>
</div>
</section>
<br>
<section>
<div class="container">
<div class="row wow bounceInRight" data-wow-delay="1.2s"
data-wow-duration="2s">
<div class="col-md-6 mb-3">
<img src="{{asset('images/left.jpg')}}" alt="">
</div>
<div class="col-md-6 mb-3">
<img src="{{asset('images/right.jpg')}}" alt="">
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="index-list">
<div class="row">
@foreach($cats as $cat)
<div class="col-md-4 wow fadeIn" data-wow-delay="1.1s">
<a href="{{route('cat',$cat->slug)}}" class="index-list-item" style="background-image: url('{{$cat->thumbUrl()}}')">
<div>
{{$cat->name}}
<br>
<div class="btn btn-sm btn-gold">
مشاهده
</div>
</div>
</a>
</div>
@endforeach
</div>
</div>
</div>
</section>
@if ($vid != null)
<section id="parallax" style="background-image:url('{{asset('client/img/para.jpg')}}')">
<div class="container text-center">
<h2>
{{$vid->name}}
</h2>
<video src="{{$vid->fileUrl()}}" poster="{{$vid->coverUrl()}}" controls style="width: 100%"></video>
</div>
</section>
@endif
@endsection

@ -1,162 +0,0 @@
<!doctype html>
<html lang="fa">
<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>
مه گالری
</title>
<meta name=description content="{{\App\Helpers\getSetting('desc')}}">
<meta name=keywords content="{{\App\Helpers\getSetting('keywords')}}">
<meta name="csrf-token" content="{{ csrf_token() }}">
<link rel="stylesheet" href="{{asset('css/theme.css')}}">
</head>
<body dir="rtl">
<header>
<div id="preloader">
<img src="{{asset('client/img/preloader.gif')}}" alt="">
</div>
<div id="top">
<div class="row">
<div class="col-md-4 ltr">
<i class="fa fa-phone"></i>
{{\App\Helpers\getSetting('tel')}}
</div>
<div class="col-md-4 ltr">
<a href="https://api.whatsapp.com/send/?phone= {{\App\Helpers\getSetting('whatsup')}}&text=%D8%B3%D9%84%D8%A7%D9%85%D8%8C%20%D9%88%D9%82%D8%AA%20%D8%A8%D8%AE%DB%8C%D8%B1%D8%8C%20%D9%85%D9%86%20%D9%82%D8%B5%D8%AF%20%D8%A8%D8%B1%D9%82%D8%B1%D8%A7%D8%B1%DB%8C%20%D8%A7%D8%B1%D8%AA%D8%A8%D8%A7%D8%B7%20%D8%A8%D8%A7%20%D9%85%D9%87%E2%80%8C%DA%AF%D8%A7%D9%84%D8%B1%DB%8C%20%D8%B1%D8%A7%20%D8%AF%D8%A7%D8%B1%D9%85&app_absent=0">
<i class="fab fa-whatsapp"></i>
{{\App\Helpers\getSetting('whatsup')}}
</a>
</div>
<div class="col-md-4">
<i class="fa fa-dollar-sign"></i>
طلای خام (گرم): {{number_format( (int) \App\Helpers\getSetting('price'))}} تومان
</div>
</div>
</div>
<div id="menu">
<div class="item">
<div class="toggle">
<div class="fa fa-bars"></div>
</div>
<a data-toggle="modal" data-target=".bd-example-modal-sm">
<i class="fa fa-search"></i>
</a>
</div>
<div class="item text-center">
<a href="{{route('welcome')}}">
<img src="{{asset('client/img/mahlogo.svg')}}" id="logo" alt="">
</a>
</div>
<div class="item text-right">
<a href="{{route('card.show')}}">
<span class="badge badge-success badge-pill" id="card-count">@if (count(unserialize(session('card',serialize([])))) > 0)
{{count(unserialize(session('card')))}}
@endif</span>
<i class="fa fa-shopping-bag"></i>
<span>
سبد خرید
</span>
</a>
@if (Auth::guard('customer')->check())
<a href="{{route('customer')}}">
<i class="fa fa-user"></i>
<span>
پروفایل
</span>
@else
<a href="{{route('sign')}}">
<i class="fa fa-user"></i>
<span>
ثبت نام یا ورود
</span>
@endif
</a>
</div>
</div>
<nav id="main-nav">
<ul>
<li><a href="/">{{config('app.name')}}</a></li>
{!! App\Helpers\showCats() !!}
{!! \App\Helpers\MenuShowByName('menu') !!}
</ul>
</nav>
<div class="modal fade bd-example-modal-sm" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel" aria-hidden="true">
<div class="modal-dialog modal-sm modal-dialog-centered">
<form action="{{route('search')}}" class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">جستجو در مه‌گالری</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-body">
<input type="search" name="q" placeholder="جستجو..." class="form-control" value="">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-sm btn-secondary" data-dismiss="modal">انصراف</button>
<button type="submit" class="btn btn-sm btn-warning"> جستجو </button>
</div>
</form>
</div>
</div>
</header>
@yield('content')
<footer class="wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-lg-4 col-6">
<h3>
مه گالری
</h3>
<ul class="border-right-0">
{{-- @foreach(\Xmen\StarterKit\Models\Category::whereId(\App\Helpers\getSetting('footer-sec1'))->first()->posts as $p)--}}
{{-- <li>--}}
{{-- <a href="{{route('n.show',$p->slug)}}">--}}
{{-- {{$p->title}}--}}
{{-- </a>--}}
{{-- </li>--}}
{{-- @endforeach--}}
</ul>
</div>
<div class="col-lg-4 col-6">
<h3>
{{-- {{\Xmen\StarterKit\Models\Category::whereId(\App\Helpers\getSetting('footer-sec2'))->first()->name}}--}}
</h3>
<ul>
{{-- @foreach(\Xmen\StarterKit\Models\Category::whereId(\App\Helpers\getSetting('footer-sec2'))->first()->posts as $p)--}}
{{-- <li>--}}
{{-- <a href="{{route('n.show',$p->slug)}}">--}}
{{-- {{$p->title}}--}}
{{-- </a>--}}
{{-- </li>--}}
{{-- @endforeach--}}
</ul>
</div>
<div class="col-lg-4 col-12 text-center">
<div class="p-3"></div>
{!! \App\Helpers\getSetting('footer-sec3') !!}
</div>
<div class="col-lg-12">
<hr>
<div class="p-4 text-center">
{{\App\Helpers\getSetting('footer-copyright')}}
</div>
</div>
</div>
</div>
</footer>
<a id="whatsapp" target="_blank"
href="https://api.whatsapp.com/send/?phone= {{\App\Helpers\getSetting('whatsup2')}}&text=%D8%B3%D9%84%D8%A7%D9%85%D8%8C%20%D9%88%D9%82%D8%AA%20%D8%A8%D8%AE%DB%8C%D8%B1%D8%8C%20%D9%85%D9%86%20%D9%85%DB%8C%E2%80%8C%D8%AE%D9%88%D8%A7%D9%87%D9%85%20%D9%82%D8%B5%D8%AF%20%D8%A8%D8%B1%D9%82%D8%B1%D8%A7%D8%B1%DB%8C%20%D8%A7%D8%B1%D8%AA%D8%A8%D8%A7%D8%B7%20%D8%A8%D8%A7%20%D9%85%D9%87%E2%80%8C%DA%AF%D8%A7%D9%84%D8%B1%DB%8C%20%D8%B1%D8%A7%20%D8%AF%D8%A7%D8%B1%D9%85&app_absent=0">
<i class="fab fa-whatsapp"></i>
</a>
<input type="hidden" id="card-url" value="{{route('card.add','')}}"/>
<script src="{{asset('client/js/wow.min.js')}}"></script>
<script src="{{asset('js/theme.js')}}" defer></script>
</body>
</html>
Loading…
Cancel
Save