areya-energy/content/pages/publish.blade.php

61 lines
1.6 KiB
PHP

@extends('template.'.config('settings.template').'.content.master')
@section('content')
<div class="container">
<section>
<div class="row">
<div class="col">
<h1 class="mt-5 mb-3">Publish your Lumino Theme</h1>
<p class="fs-4 mt-4">
Publishing you Lumino Theme is easy and straight forward.
<br>
<br>
<br>
</p>
<br>
<br>
<h2 class="fs-3">1. Create your theme</h2>
<p class="fs-4">
If you don't know how , visti our page <a href="{{url('create-theme')}}">Create a Lumino Theme</a>.
</p>
<br>
<br>
<h2 class="fs-3">2. Sign-up for a themes.getlumino.com Account</h2>
<p class="fs-4">
Create your account and set up your public author profile.
</p>
<br>
<br>
<h2 class="fs-3">3. Select your Licence and publish your work</h2>
<p class="fs-4">
You can decide how you want to publish your work. It can remain private, public or even paid.
</p>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
</section>
</div>
@stop