Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Dec 31, 2023
1 parent 089a11f commit a4cbdd2
Show file tree
Hide file tree
Showing 13 changed files with 163 additions and 138 deletions.
2 changes: 1 addition & 1 deletion resources/views/components/comments.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$grouped_comments = $comments->sortBy([['likers_count', 'desc'], 'created_at'])->groupBy('parent_id');
@endphp

<div class="bg-body-tertiary shadow-sm p-4 p-xl-5 rounded">
<div class="bg-body-tertiary p-4 p-xl-5 rounded">
<div class="row">
<div class="col-12 col-xxl-8 mx-auto comments-wrapper">

Expand Down
2 changes: 1 addition & 1 deletion resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


<div class="container mt-md-3 mb-3">
<div class="row bg-body-tertiary py-2 px-3 py-lg-4 px-lg-5 rounded shadow">
<div class="row bg-body-tertiary py-2 px-3 py-lg-4 px-lg-5 rounded shadow-sm">
<header class="d-flex flex-wrap align-items-center justify-content-center justify-content-between">
<div class="col-md-auto d-lg-none me-3">
<x-icon path="bs.list" width="2em" height="2em" />
Expand Down
18 changes: 9 additions & 9 deletions resources/views/pages/feature.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
</x-slot>

<x-slot:actions>
<a href="{{route('docs')}}" class="btn btn-primary btn-lg px-4">Документация разработчика</a>
<a href="{{route('docs')}}" class="btn btn-primary btn-lg px-4">Для разработчика</a>

<a href="{{ route('courses') }}"
class="link-body-emphasis text-decoration-none link-icon-animation">Курсы
class="link-body-emphasis text-decoration-none link-icon-animation">Курсы для новичков
<x-icon path="bs.arrow-right" />
</a>
</x-slot>
Expand All @@ -23,7 +23,7 @@ class="link-body-emphasis text-decoration-none link-icon-animation">Курсы

<x-container data-controller="prism">
<section class="mb-5 pb-md-5">
<div class="bg-body-tertiary p-5 rounded shadow"
<div class="bg-body-tertiary p-5 rounded"
data-controller="tabs"
data-tabs-active-tab-class="bg-body-secondary"
data-tabs-index-value="1"
Expand Down Expand Up @@ -339,7 +339,7 @@ public function index()
</div>

</div>
<div class="bg-body-tertiary rounded shadow overflow-hidden">
<div class="bg-body-tertiary rounded overflow-hidden">
<div class="row align-items-center">
<div class="col-lg-5">
<div class="p-5 d-flex flex-column gap-4">
Expand Down Expand Up @@ -374,7 +374,7 @@ class="fill-gray-900"></path>
</div>
</div>
<div class="col-lg-7 overflow-hidden">
<img src="https://laravel.com/img/frontend/breeze-profile.png" class="mt-5 rounded-top-4"
<img src="https://laravel.com/img/frontend/breeze-profile.png" class="mt-5 rounded-top-4 border-top border-start"
height="600px"/>
</div>
</div>
Expand Down Expand Up @@ -549,7 +549,7 @@ class="link-body-emphasis fw-semibold text-decoration-none link-icon-animation">
Вот несколько ключевых возможностей для работы с базой данных в Laravel:
</p>

<div class="bg-body-tertiary p-5 rounded shadow d-flex flex-column gap-4">
<div class="bg-body-tertiary p-5 rounded d-flex flex-column gap-4">
<h4 class="fw-bold">Eloquent ORM</h4>
<p class="mb-0">Не бойтесь работать с базами данных! ORM (Object-Relational Mapping) в Laravel - Eloquent
ORM, позволяет легко взаимодействовать с данными вашего приложения. Создание моделей,
Expand Down Expand Up @@ -578,7 +578,7 @@ class="link-body-emphasis fw-semibold text-decoration-none link-icon-animation">
<div class="col-lg-6">
<img src="/img/ui/data.svg" class="img-fluid img-fluid d-block mx-auto">

<div class="bg-body-tertiary p-5 rounded shadow d-flex flex-column gap-4">
<div class="bg-body-tertiary p-5 rounded d-flex flex-column gap-4">
<h4 class="fw-bold mb-0">Миграции базы данных</h4>

<p class="mb-0">Миграции в Laravel - это аналог контроля версий для вашей базы данных. Они позволяют вашей
Expand Down Expand Up @@ -618,7 +618,7 @@ class="link-body-emphasis fw-semibold text-decoration-none link-icon-animation">
приложении.
</p>

<div class="bg-body-tertiary p-5 rounded shadow d-flex flex-column gap-4">
<div class="bg-body-tertiary p-5 rounded d-flex flex-column gap-4">
<h4 class="fw-bold">Job Queues</h4>
<p class="mb-0">Очереди работ (Job Queues) в Laravel позволяют вам перенести медленные задачи в фоновую
очередь, что помогает поддерживать отзывчивость веб-запросов. Пример использования:</p>
Expand All @@ -641,7 +641,7 @@ class="link-body-emphasis fw-semibold text-decoration-none link-icon-animation">
<div class="col-lg-6">
<img src="/img/ui/crane.svg" class="img-fluid img-fluid d-block mx-auto">

<div class="bg-body-tertiary shadow rounded">
<div class="bg-body-tertiary rounded">
<img src="https://laravel.com/img/docs/horizon-example.png" class="img-fluid">

<div class="d-flex flex-column gap-4 px-5 pb-5 pt-3">
Expand Down
64 changes: 5 additions & 59 deletions resources/views/pages/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,62 +545,8 @@ class="stretched-link link-light text-decoration-none">Railt</a></h3>
</div>
</div>

<div class="container mt-5 py-5">

<div class="row g-5 justify-content-center align-items-end mb-5">
<!-- Right side START -->
<div class="col-xl-6 text-center text-xl-start">
<span class="text-primary mb-3 d-block text-uppercase fw-semibold ls-xl">Спонсоры</span>
<!-- Title -->
<h2 class="display-5 fw-semibold mb-0">Помощь в разработки вашего проекта на Laravel</h2>
</div>
<!-- Right side END -->

<!-- Left side START -->
<div class="col-lg-6 position-relative">
<p>
Независимо от сложности вашего проекта эти кампании готовы помочь воплотить ваши идеи в элегантные приложения.
</p>

<a href="{{ route('advertising') }}"
class="link-body-emphasis fw-semibold text-decoration-none link-icon-animation">Присоединиться <x-icon
path="bs.arrow-right" /></a>
</div>
<!-- Left side END -->
</div>

<div class="row row-cols-md-3 g-5">
<div class="col">
<div class="p-5 bg-body-tertiary rounded-4 shadow d-flex flex-column h-100">
<img src="https://appfox.ru/local/templates/custom/images/elements/logo.svg" class="d-block mb-3 me-auto" height="48">
<p class="fw-normal m-0">
Входим в ТОП-3 рейтинга Рунета IT студий и самая большая команда в Москве (100+ человек) - штат
проверенных специалистов.
</p>
</div>
</div>
<div class="col">
<div class="p-5 bg-body-tertiary rounded-4 shadow d-flex flex-column h-100">
<img src="/img/agency/kirschbaum.svg" class="d-block mb-3 me-auto" height="48">
<p class="fw-normal m-0">
Дизайн и технологии —
лишь инструменты для решения бизнес-задач. Результат нашей работы — это продукт, сделанный
вовремя и в рамках ожиданий заказчика.
</p>
</div>
</div>
<div class="col">
<div class="p-5 bg-body-tertiary rounded-4 shadow d-flex flex-column h-100">
<img src="/img/agency/kirschbaum.svg" class="d-block mb-3 me-auto" height="48">
<p class="fw-normal m-0">
Независимо от сложности вашего проекта эти агентства обладают квалифицированными командами
разработчиков, готовыми воплотить ваши идеи в элегантные приложения.
</p>
</div>
</div>
</div>

</div>
@include('particles.sponsors')

<div class="container mt-5 py-5">
<div class="row g-4 g-lg-5 align-items-center justify-content-between">
Expand All @@ -613,7 +559,7 @@ class="link-body-emphasis fw-semibold text-decoration-none link-icon-animation">
<img src="/img/bird.svg" class="z-n1 user-select-none d-none d-xxl-block">
</figure>

<div class="bg-body-tertiary shadow text-center p-4 rounded-5 position-relative mb-5 mb-md-0">
<div class="bg-body-tertiary text-center p-4 rounded position-relative mb-5 mb-md-0">
<!-- Avatar -->
<div class="avatar avatar-xl mb-3">
<img class="avatar-img rounded-circle"
Expand All @@ -634,7 +580,7 @@ class="link-body-emphasis fw-semibold text-decoration-none link-icon-animation">

<!-- Mentor list -->
<div class="col-md-6 mt-5 mt-md-0 d-none d-md-block">
<div class="bg-body-tertiary shadow p-4 rounded-5 d-inline-block position-relative">
<div class="bg-body-tertiary p-4 rounded d-inline-block position-relative">
<!-- Icon -->
<div
class="icon-lg bg-warning rounded-circle position-absolute top-0 start-100 translate-middle">
Expand Down Expand Up @@ -695,7 +641,7 @@ class="icon-lg bg-warning rounded-circle position-absolute top-0 start-100 trans

<!-- Review -->
<div class="col-md-7 mt-n6 mb-0 mb-md-5">
<div class="bg-body-tertiary shadow text-center p-5 rounded-5">
<div class="bg-body-tertiary text-center p-5 rounded">
<!-- Avatar -->
<div class="avatar avatar-xl mb-3">
<img class="avatar-img rounded-circle"
Expand All @@ -715,7 +661,7 @@ class="icon-lg bg-warning rounded-circle position-absolute top-0 start-100 trans
</div>
</div> <!-- Row END -->
</div>
<div class="col-xl-5 order-1 text-center text-xl-start pe-xl-0">
<div class="col-xl-5 order-1 pe-xl-0">
<!-- Title -->

<span class="text-primary mb-3 d-block text-uppercase fw-semibold ls-xl">Не только знания и ресурсы</span>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/particles/meet.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="@domid($meet)" class="bg-body-tertiary p-4 p-lg-5 rounded shadow mb-4 hotwire-frame">
<div id="@domid($meet)" class="bg-body-tertiary p-4 p-lg-5 rounded mb-4 hotwire-frame">

<div class="d-flex align-items-center justify-content-between">
<p class="mb-0 text-primary">{{ $meet->start_date->isoFormat('DD MMMM', 'Do MMMM') }}</p>
Expand Down
4 changes: 2 additions & 2 deletions resources/views/particles/positions.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@forelse($positions as $position)
<div class="col-12 position-relative" id="@domid($position)">
<div
class="row bg-body-tertiary shadow rounded p-4 d-md-flex align-items-center justify-content-between position-relative">
class="row bg-body-tertiary rounded p-4 d-md-flex align-items-center justify-content-between position-relative">

{{--
<div class="d-flex align-items-center col-md-2">
Expand Down Expand Up @@ -55,7 +55,7 @@ class="opacity-50 d-flex align-items-center mt-md-2"
</div>
@empty
<div class="col-12">
<div class="bg-body-tertiary rounded shadow p-4 align-items-center justify-content-between
<div class="bg-body-tertiary rounded p-4 align-items-center justify-content-between
position-relative">

<div class="text-center">
Expand Down
54 changes: 54 additions & 0 deletions resources/views/particles/sponsors.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<x-container class="mt-5 py-5">
<div class="row g-5 justify-content-center align-items-end mb-5">
<!-- Right side START -->
<div class="col-xl-6 text-center text-xl-start">
<span class="text-primary mb-3 d-block text-uppercase fw-semibold ls-xl">Спонсоры</span>
<!-- Title -->
<h2 class="display-5 fw-semibold mb-0">Помощь в разработки вашего проекта на Laravel</h2>
</div>
<!-- Right side END -->

<!-- Left side START -->
<div class="col-lg-6 position-relative">
<p>
Независимо от сложности вашего проекта эти кампании готовы помочь воплотить ваши идеи в элегантные приложения.
</p>

<a href="{{ route('advertising') }}"
class="link-body-emphasis fw-semibold text-decoration-none link-icon-animation">Присоединиться <x-icon
path="bs.arrow-right" /></a>
</div>
<!-- Left side END -->
</div>

<div class="row row-cols-md-3 g-5">
<div class="col">
<div class="p-5 bg-body-tertiary rounded d-flex flex-column h-100">
<img src="https://appfox.ru/local/templates/custom/images/elements/logo.svg" class="d-block mb-3 me-auto" height="48">
<p class="fw-normal m-0">
Входим в ТОП-3 рейтинга Рунета IT студий и самая большая команда в Москве (100+ человек) - штат
проверенных специалистов.
</p>
</div>
</div>
<div class="col">
<div class="p-5 bg-body-tertiary rounded d-flex flex-column h-100">
<img src="/img/agency/kirschbaum.svg" class="d-block mb-3 me-auto" height="48">
<p class="fw-normal m-0">
Дизайн и технологии —
лишь инструменты для решения бизнес-задач. Результат нашей работы — это продукт, сделанный
вовремя и в рамках ожиданий заказчика.
</p>
</div>
</div>
<div class="col">
<div class="p-5 bg-body-tertiary rounded d-flex flex-column h-100">
<img src="/img/agency/kirschbaum.svg" class="d-block mb-3 me-auto" height="48">
<p class="fw-normal m-0">
Независимо от сложности вашего проекта эти агентства обладают квалифицированными командами
разработчиков, готовыми воплотить ваши идеи в элегантные приложения.
</p>
</div>
</div>
</div>
</x-container>
Loading

0 comments on commit a4cbdd2

Please sign in to comment.