@extends('frontend.layouts.app')

@section('title', app_name() . ' | ' . __('navs.general.home'))

@section('content')
    <?php //echo "1234";exit ?>
    <!-- <div class="row mb-4">
        <div class="col">
            <div class="card">
                <div class="card-header">
                    <i class="fas fa-home"></i> @lang('navs.general.home')
        </div>
        <div class="card-body">
@lang('strings.frontend.welcome_to', ['place' => app_name()])
        </div>
    </div>
</div>
</div> -->

    {{--    <div class="row mb-4">--}}
    {{--        <div class="col">--}}
    {{--            <example-component></example-component>--}}
    {{--        </div><!--col-->--}}
    {{--    </div><!--row-->--}}

    {{--    <div class="row">--}}
    {{--        <div class="col">--}}
    {{--            <div class="card">--}}
    {{--                <div class="card-header">--}}
    {{--                    <i class="fab fa-font-awesome-flag"></i> Font Awesome @lang('strings.frontend.test')--}}
    {{--                </div>--}}
    {{--                <div class="card-body">--}}
    {{--                    <i class="fas fa-home"></i>--}}
    {{--                    <i class="fab fa-facebook"></i>--}}
    {{--                    <i class="fab fa-twitter"></i>--}}
    {{--                    <i class="fab fa-pinterest"></i>--}}
    {{--                </div><!--card-body-->--}}
    {{--            </div><!--card-->--}}
    {{--        </div><!--col-->--}}
    {{--    </div><!--row-->--}}

    <div class="aboutus-container">
        <div class="about-us-banner">
            <video
                src="https://video.wixstatic.com/video/01cb03_48f67d585fa74034926c3a0d8496810f/480p/mp4/file.mp4"></video>
        </div>
        <div class="row about-us-section">
            <div class="col-md-2">&nbsp;</div>
            <div class="col-md-8">
                <div class="about-us-content">
                    <h5 class="about-us-heading">About Us</h5>
                    <p class="about-us-para">At Graphic et al. we understand that one of the most difficult aspects of
                        working in S.T.E.M is accurately and effectively communicating your content. This is often due
                        to the fact that visual aids may be lacking, or difiicult and time consuming to create.</p>
                    <p class="about-us-para">So, we set out to provide a tool that would help S.T.E.M students,
                        educators, and professionals easily create their own visual aids for use in research papers,
                        funding proposals, educational forums, and essays</p>
                    <p class="about-us-para">Our studio of qualified scientists and artists work together to create
                        stunning and accurate visual resources for the S.T.E.M industries.</p>
                </div>
            </div>
            <div class="col-md-2">&nbsp;</div>
            {{--        <div class="col-md-6">--}}
            {{--            <div class="about-us-content">--}}
            {{--                <h5 class="about-us-heading">Contributing Experts</h5>--}}
            {{--                <p class="about-us-para">In order to ensure we are delivering relevant and up to date content, Graphics et al.continually seeks expertise from active researchers, academics, and industry professionals.<br>--}}
            {{--                To date, Graphics et al has sought guidance from (?) experts with over (?) years of experience across (?) fields and over (?) publications.</p>--}}
            {{--                <p class="about-us-para about-us-para_warning">-not sure if we should list collaborating professionals here or not? -Probably not, may cause conflicts?</p>--}}
            {{--            </div>--}}
            {{--        </div>--}}
        </div>
    </div>
    {{-- <div class="icons-container">
        <ul class="icons-lists">
            <li class="icons-list">
                <a href="">
                    <img src="https://static.wixstatic.com/media/e316f544f9094143b9eac01f1f19e697.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01/e316f544f9094143b9eac01f1f19e697.webp" alt="">
                </a>
            </li>
            <li class="icons-list">
                <a href="">
                    <img src="https://static.wixstatic.com/media/9c4b521dd2404cd5a05ed6115f3a0dc8.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01/9c4b521dd2404cd5a05ed6115f3a0dc8.webp" alt="">
                </a>
            </li>
            <li class="icons-list">
                <a href="">
                    <img src="https://static.wixstatic.com/media/a1b09fe8b7f04378a9fe076748ad4a6a.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01/a1b09fe8b7f04378a9fe076748ad4a6a.webp" alt="">
                </a>
            </li>
            <li class="icons-list">
                <a href="">
                    <img src="https://static.wixstatic.com/media/28e77d0b179d4121891d847ed43de6cc.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01/28e77d0b179d4121891d847ed43de6cc.webp" alt="">
                </a>
            </li>
            <li class="icons-list">
                <a href="">
                    <img src="https://static.wixstatic.com/media/960fa430622c4b41a07c2c86948f87fb.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01/960fa430622c4b41a07c2c86948f87fb.webp" alt="">
                </a>
            </li>
            <li class="icons-list">
                <a href="">
                    <img src="https://static.wixstatic.com/media/8d6893330740455c96d218258a458aa4.png/v1/fill/w_24,h_24,al_c,q_85,usm_0.66_1.00_0.01/8d6893330740455c96d218258a458aa4.webp" alt="">
                </a>
            </li>
        </ul>
    </div> --}}

@endsection
