feat: factory creation and initial theme work
This commit is contained in:
177
site/resources/views/home/page.blade.php
Normal file
177
site/resources/views/home/page.blade.php
Normal file
@@ -0,0 +1,177 @@
|
||||
@extends('layouts.master')
|
||||
|
||||
@section('hero')
|
||||
<section class="hero-banner-style bg-5 bg-image top-section-gap hero-banner-style-4">
|
||||
<div class="hero-banner_inner">
|
||||
<div class="container-fluid">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-xl-7 col-lg-6 col-md-12">
|
||||
<div class="banner-content">
|
||||
<h1 class="mb-5 title" data-aos="fade-up">Producing Album Art<br>
|
||||
<span>Live Since 2010</span>
|
||||
</h1>
|
||||
<p data-aos="fade-up" data-aos-delay="100">A community collaboration producing the best
|
||||
<br> album art in the universe!
|
||||
</p>
|
||||
<div class="group-btn mt-8" data-aos="fade-up" data-aos-delay="200">
|
||||
<a href="explore-filter-sidebar.html" class="btn btn-gradient"><span><i class="ri-rocket-line"></i>
|
||||
Explore</span></a>
|
||||
<a href="create.html" class="btn btn-outline"><span><i class="ri-edit-line"></i> Create</span></a>
|
||||
</div>
|
||||
<div class="counter-wrapper counter-wrapper-style-two">
|
||||
<div class="counter-style-1" data-aos="fade-up" data-aos-delay="250">
|
||||
<div class="d-flex-center">
|
||||
<div class="number counter-item-active">28</div>
|
||||
<div class="count-kilo">K <span>+</span></div>
|
||||
</div>
|
||||
<div class="counter-title">Artworks</div>
|
||||
</div>
|
||||
<!-- End .single-counter -->
|
||||
|
||||
<div class="counter-style-1" data-aos="fade-up" data-aos-delay="300">
|
||||
<div class="d-flex-center">
|
||||
<div class="number counter-item-active">2.9</div>
|
||||
<div class="count-kilo">K <span>+</span></div>
|
||||
</div>
|
||||
<div class="counter-title">Artists</div>
|
||||
</div>
|
||||
<!-- End .single-counter -->
|
||||
|
||||
<div class="counter-style-1" data-aos="fade-up" data-aos-delay="350">
|
||||
<div class="d-flex-center">
|
||||
<div class="number counter-item-active">1.6</div>
|
||||
<div class="count-kilo">K <span>+</span></div>
|
||||
</div>
|
||||
<div class="counter-title">Episodes</div>
|
||||
</div>
|
||||
<!-- End .single-counter -->
|
||||
</div>
|
||||
<!-- End .counter-wrapper -->
|
||||
</div>
|
||||
<!-- End banner-content -->
|
||||
|
||||
</div>
|
||||
<!-- End .col -->
|
||||
<div class="col-xl-5 col-lg-6 col-md-12">
|
||||
<div class="slider slider-activation-banner-4 slick-gutter-15 slick-pagination-50">
|
||||
|
||||
<div class="explore-style-one">
|
||||
<div class="thumb">
|
||||
<a href="product-details.html"> <img src="https://noagendaartgenerator.com/assets/artwork/episode/1528/PDzxZp7SxR.png"
|
||||
alt="nft live auction thumbnail"></a>
|
||||
<button class="reaction-btn"><i class="ri-heart-fill"></i><span>49</span></button>
|
||||
<!-- End .reaction-count -->
|
||||
</div>
|
||||
<!-- End .thumb -->
|
||||
<div class="content">
|
||||
<div class="header d-flex-between pt-4 pb-3">
|
||||
<h3 class="title"><a href="product-details.html">No Agenda (1528)<br>"HABIDAT"</a></h3>
|
||||
<div class="more-dropdown "><i class="ri-more-fill" data-bs-toggle="dropdown"></i>
|
||||
<ul class="dropdown-menu dropdown-menu-dark">
|
||||
<li><a class="dropdown-item" href="#">New bid</a></li>
|
||||
<li>
|
||||
<hr class="dropdown-divider">
|
||||
</li>
|
||||
<li><a class="dropdown-item" href="#">Refresh Metadata</a></li>
|
||||
<li><a class="dropdown-item" href="#">Share</a></li>
|
||||
<li><a class="dropdown-item" href="#">Report</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- .header -->
|
||||
<div class="product-owner py-4 d-flex-between">
|
||||
<span class="bid-owner">Artwork By<br><strong><a
|
||||
href="author-profile.html">KorrectDaRekard</a></strong></span>
|
||||
<span class="profile-share d-flex-center"><a href="author-profile.html" class="avatar" data-bs-toggle="tooltip" data-bs-placement="top"
|
||||
title="Banuri Bari"><img src="{{ Vite::asset('resources/img/explore/avatar/1.png') }}" alt="Nft_Profile"></a></span>
|
||||
</div>
|
||||
<!-- End .product-owner -->
|
||||
</div>
|
||||
<!-- End .content -->
|
||||
</div>
|
||||
<!-- End explore-style-one -->
|
||||
|
||||
<div class="explore-style-one">
|
||||
<div class="thumb">
|
||||
<a href="product-details.html"> <img src="https://noagendaartgenerator.com/assets/artwork/episode/1527/obxPmNDIzeE.png"
|
||||
alt="nft live auction thumbnail"></a>
|
||||
<button class="reaction-btn"><i class="ri-heart-fill"></i><span>32</span></button>
|
||||
<!-- End .reaction-count -->
|
||||
</div>
|
||||
<!-- End .thumb -->
|
||||
<div class="content">
|
||||
<div class="header d-flex-between pt-4 pb-3">
|
||||
<h3 class="title"><a href="product-details.html">No Agenda (1527)<br>"Grip & Grin"</a></h3>
|
||||
<div class="more-dropdown "><i class="ri-more-fill" data-bs-toggle="dropdown"></i>
|
||||
<ul class="dropdown-menu dropdown-menu-dark">
|
||||
<li><a class="dropdown-item" href="#">New bid</a></li>
|
||||
<li>
|
||||
<hr class="dropdown-divider">
|
||||
</li>
|
||||
<li><a class="dropdown-item" href="#">Refresh Metadata</a></li>
|
||||
<li><a class="dropdown-item" href="#">Share</a></li>
|
||||
<li><a class="dropdown-item" href="#">Report</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- .header -->
|
||||
<div class="product-owner py-4 d-flex-between">
|
||||
<span class="bid-owner">Artwork By<br><strong><a
|
||||
href="author-profile.html">Capitalist Agenda</a></strong></span>
|
||||
<span class="profile-share d-flex-center"><a href="author-profile.html" class="avatar" data-bs-toggle="tooltip" data-bs-placement="top"
|
||||
title="Capitalist Agenda"><img src="{{ Vite::asset('resources/img/avatar/capitalistagenda.png') }}" style="width:100%;height:auto;" alt="Nft_Profile"></a></span>
|
||||
</div>
|
||||
<!-- End .product-owner -->
|
||||
</div>
|
||||
<!-- End .content -->
|
||||
</div>
|
||||
<!-- End explore-style-one -->
|
||||
|
||||
<div class="explore-style-one">
|
||||
<div class="thumb">
|
||||
<a href="product-details.html"> <img src="https://noagendaartgenerator.com/assets/artwork/episode/1528/PDzxZp7SxR.png"
|
||||
alt="nft live auction thumbnail"></a>
|
||||
<button class="reaction-btn"><i class="ri-heart-fill"></i><span>49</span></button>
|
||||
<!-- End .reaction-count -->
|
||||
</div>
|
||||
<!-- End .thumb -->
|
||||
<div class="content">
|
||||
<div class="header d-flex-between pt-4 pb-3">
|
||||
<h3 class="title"><a href="product-details.html">No Agenda<br>"HABIDAT"</a></h3>
|
||||
<div class="more-dropdown "><i class="ri-more-fill" data-bs-toggle="dropdown"></i>
|
||||
<ul class="dropdown-menu dropdown-menu-dark">
|
||||
<li><a class="dropdown-item" href="#">New bid</a></li>
|
||||
<li>
|
||||
<hr class="dropdown-divider">
|
||||
</li>
|
||||
<li><a class="dropdown-item" href="#">Refresh Metadata</a></li>
|
||||
<li><a class="dropdown-item" href="#">Share</a></li>
|
||||
<li><a class="dropdown-item" href="#">Report</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<!-- .header -->
|
||||
<div class="product-owner py-4 d-flex-between">
|
||||
<span class="bid-owner">Artwork By<br><strong><a
|
||||
href="author-profile.html">KorrectDaRekard</a></strong></span>
|
||||
<span class="profile-share d-flex-center"><a href="author-profile.html" class="avatar" data-bs-toggle="tooltip" data-bs-placement="top"
|
||||
title="Banuri Bari"><img src="{{ Vite::asset('resources/img/explore/avatar/1.png') }}" alt="Nft_Profile"></a></span>
|
||||
</div>
|
||||
<!-- End .product-owner -->
|
||||
</div>
|
||||
<!-- End .content -->
|
||||
</div>
|
||||
<!-- End explore-style-one -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- End .col -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- End .container -->
|
||||
</div>
|
||||
</section>
|
||||
@endsection
|
||||
1229
site/resources/views/layouts/master.blade.php
Normal file
1229
site/resources/views/layouts/master.blade.php
Normal file
File diff suppressed because it is too large
Load Diff
20
site/resources/views/partials/favicon.blade.php
Normal file
20
site/resources/views/partials/favicon.blade.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="//{{ config('app.static_asset_url') }}/dist/ico/apple-touch-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="//{{ config('app.static_asset_url') }}/dist/ico/apple-touch-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="//{{ config('app.static_asset_url') }}/dist/ico/apple-touch-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="//{{ config('app.static_asset_url') }}/dist/ico/apple-touch-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="//{{ config('app.static_asset_url') }}/dist/ico/apple-touch-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="//{{ config('app.static_asset_url') }}/dist/ico/apple-touch-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="//{{ config('app.static_asset_url') }}/dist/ico/apple-touch-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="//{{ config('app.static_asset_url') }}/dist/ico/apple-touch-icon-152x152.png" />
|
||||
<link rel="icon" type="image/png" href="//{{ config('app.static_asset_url') }}/dist/ico/favicon-196x196.png" sizes="196x196" />
|
||||
<link rel="icon" type="image/png" href="//{{ config('app.static_asset_url') }}/dist/ico/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/png" href="//{{ config('app.static_asset_url') }}/dist/ico/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="//{{ config('app.static_asset_url') }}/dist/ico/favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="icon" type="image/png" href="//{{ config('app.static_asset_url') }}/dist/ico/favicon-128.png" sizes="128x128" />
|
||||
<meta name="application-name" content="{{ config('app.name') }}"/>
|
||||
<meta name="msapplication-TileColor" content="#101010" />
|
||||
<meta name="msapplication-TileImage" content="//{{ config('app.static_asset_url') }}/dist/ico/mstile-144x144.png" />
|
||||
<meta name="msapplication-square70x70logo" content="//{{ config('app.static_asset_url') }}/dist/ico/mstile-70x70.png" />
|
||||
<meta name="msapplication-square150x150logo" content="//{{ config('app.static_asset_url') }}/dist/ico/mstile-150x150.png" />
|
||||
<meta name="msapplication-wide310x150logo" content="//{{ config('app.static_asset_url') }}/dist/ico/mstile-310x150.png" />
|
||||
<meta name="msapplication-square310x310logo" content="//{{ config('app.static_asset_url') }}/dist/ico/mstile-310x310.png" />
|
||||
93
site/resources/views/partials/nav/head.blade.php
Normal file
93
site/resources/views/partials/nav/head.blade.php
Normal file
@@ -0,0 +1,93 @@
|
||||
{{-- start header area --}}
|
||||
<header class="ib-header header-default header-fixed header--sticky fluid-header">
|
||||
<div class="header-inner d-flex align-items-center justify-content-between">
|
||||
<div class="header-left d-flex align-items-center">
|
||||
<div class="logo-wrapper">
|
||||
<a href="/" class="logo logo-light">
|
||||
<img src="{{ Vite::asset('resources/img/logo-dark-naag.png') }}" alt="No Agenda Art Generator"
|
||||
title="No Agenda Art Generator - Home">
|
||||
</a>
|
||||
<a href="/" class="logo logo-dark">
|
||||
<img src="{{ Vite::asset('resources/img/logo-white-naag.png') }}" alt="No Agenda Art Generator"
|
||||
title="No Agenda Art Generator - Home">
|
||||
</a>
|
||||
</div>
|
||||
<div class="mainmenu-wrapper">
|
||||
<nav id="sideNav" class="mainmenu-nav d-none d-xl-block">
|
||||
@include('partials/nav/main')
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<div class="header-right d-flex align-items-center">
|
||||
<ul class="header-right-inner">
|
||||
<li class=" d-none d-lg-block">
|
||||
<form action="#" class="search-bar">
|
||||
<input type="text" name="search" placeholder="Artist, Podcast or Episode" id="search">
|
||||
<button class="search-btn" type="submit"> <i class="ri-search-line"></i></button>
|
||||
</form>
|
||||
</li>
|
||||
<li class="setting-option d-block d-lg-none ">
|
||||
<div class="icon-box search-mobile-icon">
|
||||
<button><i class="ri-search-line"></i></button>
|
||||
</div>
|
||||
<form id="header-search-1" action="#" method="GET" class="large-mobile-blog-search search-bar">
|
||||
<input type="text" name="search" placeholder="Artist, Podcast or Episode" id="search_2">
|
||||
<button class="search-btn" type="submit"> <i class="ri-search-line"></i></button>
|
||||
</form>
|
||||
</li>
|
||||
<li class="wallet-button"> <a href="wallet.html" class="btn btn-gradient btn-small">
|
||||
<span><i class="ri-wallet-3-line"></i>Join In</span></a>
|
||||
</li>
|
||||
<li class="avatar-info"> <a href="#"><img src="{{ Vite::asset('resources/img/default_avatars/default_avatar_users_' . str_pad(rand(1, 50), 2, '0', STR_PAD_LEFT) . '.svg') }}" alt="user avatar"></a>
|
||||
<ul class="submenu">
|
||||
<li><a href="author-profile.html"><i class="ri-user-line"></i> Profile</a></li>
|
||||
<li><a href="create.html"><i class="ri-edit-line"></i> Create Item</a></li>
|
||||
<li><a href="authors.html"><i class="ri-layout-grid-line"></i>Authors</a></li>
|
||||
<li><a href="signin.html"><i class="ri-logout-box-r-line"></i>Sign in</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<label class="theme-switcher-label d-flex" for="theme-switcher">
|
||||
<input type="checkbox" class="theme-switcher" id="theme-switcher">
|
||||
<div class="switch-handle">
|
||||
<i class="ri-sun-line light-text"></i>
|
||||
<i class="ri-moon-line dark-text"></i>
|
||||
</div>
|
||||
</label>
|
||||
</li>
|
||||
<li class="setting-option mobile-menu-bar d-block d-xl-none">
|
||||
<button class="hamburger-button">
|
||||
<i class="ri-menu-2-fill"></i>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
{{-- end header area --}}
|
||||
{{-- start mobile pop-up menu --}}
|
||||
<div class="popup-mobile-menu">
|
||||
<div class="inner">
|
||||
<div class="header-top">
|
||||
<div class="logo logo-custom-css">
|
||||
<a href="/" class="logo logo-light">
|
||||
<img src="{{ Vite::asset('resources/img/logo-dark-naag-mob.png') }}" alt="No Agenda Art Generator"
|
||||
title="No Agenda Art Generator - Home">
|
||||
</a>
|
||||
<a href="/" class="logo logo-dark">
|
||||
<img src="{{ Vite::asset('resources/img/logo-white-naag-mob.png') }}" alt="No Agenda Art Generator"
|
||||
title="No Agenda Art Generator - Home">
|
||||
</a>
|
||||
</div>
|
||||
<div class="close-menu">
|
||||
<button class="close-button">
|
||||
<i class="ri-close-fill"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<nav>
|
||||
@include('partials/nav/main')
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
{{-- end mobile pop-up menu --}}
|
||||
34
site/resources/views/partials/nav/main.blade.php
Normal file
34
site/resources/views/partials/nav/main.blade.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<ul class="mainmenu">
|
||||
<li>
|
||||
<a class="active" href="/">Home</a>
|
||||
</li>
|
||||
<li class="has-dropdown has-menu-child-item">
|
||||
<a href="#">Podcasts</a>
|
||||
<ul class="submenu">
|
||||
<li>
|
||||
<a href="/explore-filter.html">Explore Filter</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/explore-isotop.html">Explore Isotop</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/explore-carousel.html">Explore Carousel</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/explore-filter-sidebar.html">Explore Filter Sidebar</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/artists">Artists</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/activity.html">Submitted</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/submitted.html">Chosen</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/contact.html">Leaderboards</a>
|
||||
</li>
|
||||
</ul>
|
||||
12
site/resources/views/partials/preloader.blade.php
Normal file
12
site/resources/views/partials/preloader.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<div id="preloader">
|
||||
<div id="ctn-preloader" class="ctn-preloader">
|
||||
<div class="animation-preloader">
|
||||
<div class="icon">
|
||||
<img src="{{ Vite::asset('resources/img/logo-preloader.png') }}"
|
||||
alt="Podcast Art Generator Logo"
|
||||
class="m-auto d-block">
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user