Skip to content

Commit 213402d

Browse files
committed
1.1.0
1 parent e5fc756 commit 213402d

5 files changed

Lines changed: 55 additions & 0 deletions

File tree

public/img/Realtor.jpg

129 KB
Loading

public/img/pro/1.png

816 KB
Loading

public/img/video.mp4

11.6 MB
Binary file not shown.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
@extends('Front.layouts.app')
2+
@section('title') @lang('app.app-description') @endsection
3+
@section('content')
4+
<div class="d-flex justify-content-center" style="margin-top: 150px;">
5+
<video
6+
id="my-video"
7+
class="video-js"
8+
controls
9+
width="1250"
10+
height="600"
11+
preload="auto"
12+
poster="{{asset('img/Realtor.jpg')}}"
13+
data-setup="{}"
14+
>
15+
<source src="{{asset('img/video.mp4')}}" type="video/mp4" />
16+
<p class="vjs-no-js">
17+
To view this video please enable JavaScript, and consider upgrading to a
18+
web browser that
19+
<a href="{{asset('video.mp4')}}" target="_blank"
20+
>supports HTML5 video</a
21+
>
22+
</p>
23+
</video>
24+
</div>
25+
<div class="container-xxl text-center">
26+
27+
<div class="h1 my-3">
28+
"Estate-agency PRO" Home page
29+
</div>
30+
<img class="img-fluid" src="{{asset('img/pro/1.png')}}" alt="">
31+
<img class="img-fluid" src="{{asset('img/pro/2.png')}}" alt="">
32+
<img class="img-fluid" src="{{asset('img/pro/3.png')}}" alt="">
33+
<img class="img-fluid" src="{{asset('img/pro/4.png')}}" alt="">
34+
35+
<div class="h1 my-3">
36+
"Estate-agency PRO" Dashboard page
37+
</div>
38+
<img class="img-fluid" src="{{asset('img/pro/5.png')}}" alt="">
39+
40+
<div class="h1 my-3">
41+
About Pro version of estate agency
42+
</div>
43+
<p class="fs-4">The Estate-agency PRO version name is Realtor and the website has own private logo that designed by Atamyrat in this website not only estates or estate agents also has service providers. The website can change background theme dark and light or auto choose your browsers or devices bacground theme and this website more responsive and dynamic. In PRO version website users after register can add estate and service. The users have statuses and there are "Start-up", "Professional" and "Enterprise". Start-up is free they can post only 5 posts. Professionals they can post 20 posts and professionals posts automatically adding to VIP post that ordering in first place and top-right automatically appears badge that Premium with yellow color and finally Enterprise users they can post infinity posts and they posts are ordered first all other posts and this also appears top-right automatically badge that Premium with yellow color and admin first checks and answers the enterprise users and after checks professional users and finally checks start-up users posts. *If you want know more about this PRO version site you can watch video in the website and can contact with me* @Atamyrat2005
44+
</p>
45+
46+
<img class="img-fluid" width="500" src="{{asset('img/Realtor.png')}}" alt="">
47+
<div class="h1">
48+
<i class="bi bi-github"></i> <a class="color-a" href="https://github.com/Atamyrat2005">Atamyrat2005</a><br>
49+
<i class="bi bi-envelope-fill"></i> <a class="color-a" href="mailto:shukurovatamyrat@gmail.com">shukurovatamyrat@gmail.com</a><br>
50+
<i class="bi bi-link"></i> <a class="color-a" href="https://atamyrat2005.github.io/">Atamyrat</a><br>
51+
</div>
52+
</div>
53+
@endsection

resources/views/Front/layouts/app.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,12 @@
1414
<link rel="stylesheet" href="{{ asset('css/aos.css') }}">
1515
<link rel="stylesheet" href="{{ asset('css/splide.min.css') }}">
1616
<link rel="stylesheet" href="{{ asset('css/style.css') }}">
17+
<link href="https://vjs.zencdn.net/8.3.0/video-js.css" rel="stylesheet" />
1718
<script src="{{ asset('js/Jquery.js') }}" charset="utf-8"></script>
1819
<script type="text/javascript" src="{{ asset('js/bootstrap.bundle.min.js') }}"></script>
1920
<script type="text/javascript" src="{{ asset('js/aos.js') }}"></script>
2021
<script type="text/javascript" src="{{ asset('js/splide.min.js') }}"></script>
22+
<script src="https://vjs.zencdn.net/8.3.0/video.min.js"></script>
2123
</head>
2224
@include('Front.app.alert')
2325
<body class="bg-light">

0 commit comments

Comments
 (0)