- new frontend style
- GetRecord also with metadata - no error during publishing - more home views (etc. help, introduction) - help image compressed (for web usage)
This commit is contained in:
parent
720aa57810
commit
d9e295f039
27 changed files with 956 additions and 343 deletions
32
resources/views/frontend/home/help.blade.php
Normal file
32
resources/views/frontend/home/help.blade.php
Normal file
|
@ -0,0 +1,32 @@
|
|||
@extends('layouts.app')
|
||||
|
||||
{{-- @section('title', Lang::get('resources.home_about_pagetitle')) --}}
|
||||
|
||||
@section('content')
|
||||
|
||||
<!-- Help -->
|
||||
<section data-sr id="help" class="help u-full-width">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="twelve columns">
|
||||
<h3 class="separator">HELP</h3>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<ul class="help-items">
|
||||
<li class="four columns">
|
||||
About RDR
|
||||
</li>
|
||||
<li class="four columns">
|
||||
Requirements for the Use of RDR
|
||||
</li>
|
||||
<li class="four columns">
|
||||
Upload Data
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@endsection
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue