testing
This commit is contained in:
		
							parent
							
								
									7744360ea4
								
							
						
					
					
						commit
						9783705820
					
				| 
						 | 
				
			
			@ -1,4 +1,54 @@
 | 
			
		|||
@extends('layout')
 | 
			
		||||
@section('content')
 | 
			
		||||
Where the content is.
 | 
			
		||||
<main class="relative min-h-screen flex flex-col justify-center bg-white overflow-hidden">
 | 
			
		||||
    <div class="w-full max-w-6xl mx-auto px-4 md:px-6 py-24">
 | 
			
		||||
        <div class="flex justify-center">
 | 
			
		||||
 | 
			
		||||
            <article class="max-w-[40rem] mx-auto">
 | 
			
		||||
                <header class="mb-4">
 | 
			
		||||
                    <h1 class="text-4xl font-extrabold text-slate-900">How I Became Who I Am Today</h1>
 | 
			
		||||
                </header>
 | 
			
		||||
                <div class="text-slate-600 [&>p]:my-6 [&>p:first-child]:mt-0 [&>p:last-child]:mb-0 [&_strong]:font-medium [&_strong]:text-slate-900 [&_a]:font-medium [&_a]:text-indigo-500 [&_a]:underline [&_a:hover]:no-underline [&_img]:rounded-xl [&_blockquote]:italic [&_blockquote]:before:block [&_blockquote]:before:w-[18px] [&_blockquote]:before:h-[17px] [&_blockquote]:before:bg-[url('./quotes.svg')] [&_blockquote]:before:bg-no-repeat [&_blockquote]:before:mb-2 [&_figcaption]:text-center [&_figcaption]:text-xs [&_figcaption]:italic [&_figcaption]:mt-3">
 | 
			
		||||
                    <p>
 | 
			
		||||
                        Once upon a time, in a bustling city, Alex lived and breathed software development. The world of coding fascinated me, and I was <strong>determined to leave my mark on it</strong>. With a passion for <a href="#0">innovation</a> and a desire to create, I embarked on a journey that would forever change my life.
 | 
			
		||||
                    </p>
 | 
			
		||||
                    <div class="space-y-6 sm:flex sm:items-center sm:space-x-8 sm:space-y-0 md:-ml-12">
 | 
			
		||||
                        <figure class="shrink-0 sm:max-w-[270px]">
 | 
			
		||||
                            <img class="object-cover h-[180px] sm:h-auto" width="640" height="426" src="https://cruip-tutorials.vercel.app/negative-margins//article-01.jpg" alt="Article 01" />
 | 
			
		||||
                        </figure>
 | 
			
		||||
                        <blockquote>
 | 
			
		||||
                            <p>Looking back on my journey, I realized that becoming popular wasn't just about the numbers or the recognition—it was about the impact I had on others and the possibility of helping by sharing my personal and professional knowledge.</p>
 | 
			
		||||
                        </blockquote>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <p>
 | 
			
		||||
                        In the heart of a vibrant city, amidst the hustle and bustle, there I was, Alex, completely immersed in the world of software development. The realm of coding held an irresistible allure, captivating my every thought and action. Driven by a profound passion for innovation and an unwavering desire to make a lasting impact, I set forth on a transformative journey that would shape the course of my existence.
 | 
			
		||||
                    </p>
 | 
			
		||||
                    <div class="space-y-6 sm:flex sm:items-center sm:space-x-8 sm:space-y-0 md:-mr-12">
 | 
			
		||||
                        <p>
 | 
			
		||||
                            Today, as a successful software developer with two thriving startups under my belt, I continue to embrace new challenges and opportunities. But above all, I remain committed to <strong>sharing my knowledge</strong>, empowering others, and making a lasting impact on the world.
 | 
			
		||||
                        </p>
 | 
			
		||||
                        <figure class="shrink-0 sm:max-w-[270px]">
 | 
			
		||||
                            <img class="object-cover h-[180px] sm:h-auto" width="640" height="426" src="https://cruip-tutorials.vercel.app/negative-margins//article-02.jpg" alt="Article 02" />
 | 
			
		||||
                        </figure>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <p>
 | 
			
		||||
                        Driven by unwavering determination, I took a leap of faith and founded my first startup. Days turned into nights as I <a href="#0">poured my heart</a> and soul into transforming my idea into reality. Failure was not an option. With relentless effort, sleepless nights, and an unwavering belief in my vision, I launched my product into the world.
 | 
			
		||||
                    </p>
 | 
			
		||||
                    <p>
 | 
			
		||||
                        The sleepless nights spent debugging, the <strong>countless hours spent refining algorithms</strong> — all were stepping stones along my path of growth.
 | 
			
		||||
                    </p>
 | 
			
		||||
                    <figure class="md:-mx-12">
 | 
			
		||||
                        <img class="object-cover h-[180px] sm:h-auto" width="736" height="240" src="https://cruip-tutorials.vercel.app/negative-margins//article-03.jpg" alt="Article 03" />
 | 
			
		||||
                        <figcaption>Moments of tranquility amidst nature's beauty</figcaption>
 | 
			
		||||
                    </figure>
 | 
			
		||||
                    <p>
 | 
			
		||||
                        As I delved deeper into the intricacies of programming, a whole new universe of possibilities unfurled before me. Lines of code danced across my screen like a symphony, each keystroke resonating with the potential to bring my visions to life. From the early days of tinkering with simple programs to the <a href="#0">ambitious projects</a> that followed, my thirst for knowledge and creative expression grew insatiable.
 | 
			
		||||
                    </p>
 | 
			
		||||
                </div>
 | 
			
		||||
            </article>
 | 
			
		||||
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</main>
 | 
			
		||||
 | 
			
		||||
@endsection
 | 
			
		||||
| 
						 | 
				
			
			@ -10,14 +10,15 @@
 | 
			
		|||
    @include('partials.navbar')
 | 
			
		||||
 | 
			
		||||
    <!-- Main Content Wrapper -->
 | 
			
		||||
    <div class="flex flex-1">
 | 
			
		||||
    <!--<div class="flex flex-1 min-h-screen">-->
 | 
			
		||||
    <div class="grid grid-cols-6 min-h-screen">    
 | 
			
		||||
        <!-- Sidebar -->
 | 
			
		||||
        <aside class="sidebar bg-gray-200 w-1/5">
 | 
			
		||||
        <aside class="col-span-1">
 | 
			
		||||
            @include('partials.sidebar')
 | 
			
		||||
        </aside>
 | 
			
		||||
 | 
			
		||||
        <!-- Main content area -->
 | 
			
		||||
        <main class="content flex-1 bg-gray-100">
 | 
			
		||||
        <main class="col-span-5">
 | 
			
		||||
            @yield('content')
 | 
			
		||||
        </main>
 | 
			
		||||
    </div>   
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
<!--<ul class="space-y-1">-->
 | 
			
		||||
 | 
			
		||||
    <div class="flex h-screen flex-col justify-between border-e bg-white">
 | 
			
		||||
    <div class="flex h-full flex-col justify-between border-e bg-white">
 | 
			
		||||
        <div class="px-4 py-6">
 | 
			
		||||
          <span class="grid h-10 w-32 place-content-center rounded-lg bg-gray-100 text-xs text-gray-600">
 | 
			
		||||
            Logo
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue