File manager - Edit - /home/autoph/public_html/projects/Rating-AutoHub/public/css/users.zip
Back
PK H1�Z�{���! �! login.blade.phpnu �[��� @extends('layouts.master') @section('css') <link href="{{ asset('css/select2.min.css') }}" rel="stylesheet"> <link href="{{ asset('css/select2.modified.css') }}" rel="stylesheet"> <style> /* .data-privacy{ margin-right: 3rem !important; margin-left: 3rem !important; text-align: justify; } .inner-disclaimer{ margin-right: 3rem !important; margin-left: 3rem !important; } .label-disclaimer{ margin-top: 2rem !important; } /* .select2-container--default .select2-selection--single { */ /* height: 45px !important; Adjust this value as needed */ /* border-radius: .45rem !important; border-color: #e0e3e7 !important; display: flex; align-items: center; } */ /* .select2-container--default .select2-selection--single .select2-selection__rendered { display: flex; align-items: center; flex: 1; } */ /* // Medium devices (tablets, 768px and up) */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body{ background-color:#343a40;/*#f6f8fc*/ ; background-size:cover; background-position: center; background-repeat: no-repeat; height: 100% } .data-privacy{ padding: 3rem; /*height:600px;*/ line-height:2em; } .inner-disclaimer{ /* box-sizing:border-box; */ margin-right: 3rem !important; margin-left: 3rem !important; text-align: justify; box-sizing:unset; border:none; /* margin-top:-50px; */ /* border: 3px solid red; */ } .label-disclaimer{ margin-top: 2rem !important; } .select2-container--default .select2-selection--single { height: 45px !important; /* Adjust this value as needed */ border-radius: .45rem !important; /* border-color: #e0e3e7 !important; */ display: flex; align-items: center; } .select2-container--default .select2-selection--single .select2-selection__rendered { display: flex; align-items: center; flex: 1; } } /* Small devices (portrait tablets and large phones, 600px and up) */ @media only screen and (min-width: 992px){ html,body{ background-image: url('../files/img/bg/Screenshot\ 2023-08-17095037.png') !important; background-size: cover; background-position: center; background-repeat: no-repeat; height: 100%; } .data-privacy{ /* margin-right: 3rem !important; margin-left: 3rem !important; */ text-align: justify; /* border: 3px solid red; */ } .inner-disclaimer{ margin-right: 3rem !important; margin-left: 3rem !important; /* border:2px solid black; */ } .label-disclaimer{ margin-top: 2rem !important; } .select2-container--default .select2-selection--single { height: 45px !important; /* Adjust this value as needed */ border-radius: .45rem !important; border-color: #e0e3e7 !important; display: flex; align-items: center; } .select2-container--default .select2-selection--single .select2-selection__rendered { display: flex; align-items: center; flex: 1; } #employeeLoginCard{ align-self: center !important; border:1px solid black; /* margin-right: 15%; */ /* margin-right: auto !important; margin-left: auto !important; */ } } /* mobile portrait */ @media only screen and (min-device-width: 320px) and (max-device-width: 479px){ body{ background-image: none !important; /* width: 100vw; height: 100vh; */ background-color:#343a40; background-size:cover; background-position: center; background-repeat: no-repeat; height: 100% } .data-privacy{ /* border:3px solid red; */ font-size:0.1rem; /* font-style:Italic; */ text-align:justify; font-family: Bookman Old Style; /* text-align-last: auto; */ } .inner-disclaimer{ /* margin-right:0px !important; margin-left:0em !important; */ /* border:1px solid red; */ margin:10px 10px 10px 10px; } #employeeLoginCard{ align-self: center !important; /* border:2px solid red; */ /* position: absolute; */ text-align: center; } #txtdisclaimer{ text-align:justify; } } </style> @endsection @section('content') <div class="row"> <div class="col d-flex align-items-center justify-content-center" style="min-height: 100vh;"> {{-- <div style="display: flex; align-items: center; justify-content: center; align-content:center; min-height: 100%; /* Fallback for browsers do NOT support vh unit */min-height: 100vh; border:white 1px solid"> --}} <div class="col-sm-12 inner-disclaimer"> <div class="inner-disclaimer"> <div class="card data-privacy"> <div class="form-input p-4"> <p id="txt-disclaimer" class="text-justify" style="font-size: 20px;">{{$disclaimer->content}}</p> <input class="form-input" type="checkbox" name="data-privacy" id="data-privacy"> <label class="form-label label-disclaimer" for="data-privacy" style="font-size: 20px;">I accept the terms and agreements</label> </div> <div class="p-3"> <button class="btn btn-success m-2" style="float:right" id="proceed_rating">Proceed</button> </div> </div> </div> </div> <div id="employeeLoginCard" class="card p-4 justify-content-center" > {{-- <div class="card-header"> --}} <center> <h5 class="p-1">Please provide some information before proceeding</h5> </center> {{-- </div> --}} <div class="card-body"> <div class="input-group input-group-lg mb-3"> <input class="form-control" type="text" name="f_name" id="f_name" placeholder="First Name"> </div> <div class="input-group input-group-lg mb-3"> <input class="form-control" type="text" name="l_name" id="l_name" placeholder="Last Name"> </div> <div class="input-group input-group-lg mb-3"> <input class="form-control" type="email" name="" id="email" placeholder="Email (@autohubgroup.com )"> </div> <div class="input-group input-group-lg"> <select name="company" id="company" style="width: 100%;"> </select> </div> </div> <div class="card-footer"> <div class="row"> <div class="col"> </div> <div class="col align-content-end"> <button class="btn btn-success btn-xs" id="login-btn" style="float: right"> Proceed </button> </div> </div> </div> </div> </div> </div> @endsection @section('javascript') <script src="{{asset('js/select2.min.js')}}"></script> <script src="{{asset('js/swal.js')}}"></script> <script src="{{asset('js/auth/employeeLogin.js')}}"></script> @endsectionPK H1�Z�^&oE oE verify.blade.phpnu �[��� <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <meta name="csrf-token" content="{{ csrf_token() }}"> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Expires" content="0"> <title>{{env('APP_NAME')}}</title> <style> @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 400; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 500; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 600; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 700; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z11lFc-K.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 800; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDD4Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* devanagari */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 900; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z11lFc-K.woff2) format('woff2'); unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; } /* latin-ext */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 900; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1JlFc-K.woff2) format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Poppins'; font-style: normal; font-weight: 900; font-display: swap; src: url(/fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLBT5Z1xlFQ.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* hr.dashed { border-top: 3px dashed #bbb; } .rate-hover-layer{ color: orange; } .rate-select-layer{ color: orange; } #content{ padding: 5rem !important; } #card-1{ margin-top:-5rem !important; } */ @media only screen and (min-width: 992px){ hr.dashed { border-top: 3px dashed #bbb; } .rate-hover-layer{ color: orange; } .rate-select-layer{ color: orange; } #content{ padding: 5rem !important; } #card-1{ margin-top:-5rem !important; } .starsRating{ font-size: 4.5rem; } } @media (min-width: 600px) { #sidebar{ margin-left:0px; } hr.dashed { border-top: 3px dashed #bbb; } .rate-hover-layer{ color: orange; } .rate-select-layer{ color: orange; } #content{ padding: 5rem !important; } #card-1{ margin-top:-5rem !important; } .starsRating{ font-size: 4.5rem; /* border:1px solid blue; */ } .align-items-stretch{ /* border:1px solid red; */ width:70%; } } /* mobile portrait */ @media only screen and (max-device-width: 479px){ /* @media only screen and (min-device-width: 320px) and (max-device-width: 479px){ */ #content{ padding:0 !important; } #card-1{ padding:0; } #card-2{ font-size: 6px; text-align:center; padding:2px !important; } .rate-base-layer{ width:50%; height:100px; } .q-list{ padding:0px; } h1{ /* color:blue; padding:1px !important; */ font-size:25px !important; } /* .rating-0, .rating-1, .rating-2, .rating-3, .rating-4, .rating-5, .rating-6, .rating-7, .rating-8, .rating-9, .rating-10{ */ /* font-size:12px; */ /* color:yellow; */ /* font-size:1em; */ /* margin :auto !important; */ /* margin-left:-40px; */ /* } */ .rating-div{ font-size:8px; /* color:blue; border:1px solid red; */ overflow:hidden; } .starsRating{ font-size:12px; margin:auto !important; font-size:3.2rem; /* color:yellow; */ } #rating-21{ /* text-align:left; */ } .q-list{ text-align:left; font-size:10px; padding:0 !important; margin:auto !important; } /* .q-labele{ font-size:8px; } */ } </style> <script src="{{asset('js/jquery.js')}}"></script> <script src="{{asset('js/rater.min.js')}}"></script> <script src="{{asset('js/layout/bootstrap.min.js')}}"></script> <script src="{{ asset('js/verify.js') }}"></script> <script src="{{ asset('js/swal.js') }}"></script> <script src="{{ asset('js/toastRWithTime.js') }}"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.js" integrity="sha512-lbwH47l/tPXJYG9AcFNoJaTMhGvYWhVM9YI43CT+uteTRRaiLCui8snIgyAN8XWgNjNhCqlAUdzZptso6OCoFQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vaafb692b2aea4879b33c060e79fe94621666317369993" integrity="sha512-0ahDYl866UMhKuYcW078ScMalXqtFJggm7TmlUtp0UlD4eQk0Ixfnm5ykXKvGJNFjLMoortdseTfsRT8oCfgGA==" data-cf-beacon='{"rayId":"7a49857a2b43e550","token":"cd0b4b3a733644fc843ef0b185f98241","version":"2023.2.0","si":100}' crossorigin="anonymous"></script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="{{asset('css/main.css')}}"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.css" integrity="sha512-oe8OpYjBaDWPt2VmSFR+qYOdnTjeV9QPLJUeqZyprDEQvQLJ9C5PCFclxwNuvb/GQgQngdCXzKSFltuHD3eCxA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> </head> <body class="bg-dark"> <nav class="navbar navbar-expand-lg navbar-light bg-light"> <div class="container-fluid"> <img class="mx-auto" src="{{asset('files/img/AGC_TRANSPARENT.png')}}" alt="" style="width:15%; height:25%;"> <button class="btn btn-dark d-inline-block d-lg-none ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <i class="fa fa-sort-desc" aria-hidden="true"></i> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="nav navbar-nav ml-auto"> <li class="nav-item"> <div class="btn-group dropstart nav-link"> <button class="btn btn-outline-light btn-sm" type="button" style="color: black; margin-top: -3px"> {{Auth::user()->f_name . " " . Auth::user()->l_name}} </button> <button type="button" class="btn btn-sm btn-outline-light dropdown-toggle dropdown-toggle-split" style="color: black" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="sr-only">Toggle Dropdown</span> </button> <div class="dropdown-menu" style="position:absolute;right:0; left:auto;"> <div class="dropdown-divider"></div> <form method="POST" action="{{url('/customLogout')}}"> @csrf <button class="dropdown-item" style="text-align:left">Logout<i class="fa fa-sign-out mt-1" aria-hidden="true" style="float:right"></i></button> </form> </div> </div> </li> </ul> </div> </div> </nav> <div class="wrapper d-flex align-items-stretch bg-dark"> <div id="content" class="mr-lg-5 ml-lg-5 p-5 bg-dark"> <div id="card-1" class="card border-0 bg-dark p-3 ml-lg-5 mr-lg-5"> <div id="card-2" class="card border-0 bg-dark p-3 ml-lg-5 mr-lg-5 "> <div class="card q-list col-md-12 p-5"> <center> <h1 class="mb-3">YOU ARE EVALUATING {{$system_title[0]->system_name}}</h1> </center> <hr> <h6 style="font-weight: bolder; font-size: 20px; color: #000; text-align:justify"> {!! str_replace("\n", "<br>", $instruction) !!} </h6> <br> <div class="q-list2 py-3"> </div> <div class="form-group mb-n4"> <textarea class="mt-1" name="comment" id="comment" rows="5" placeholder="Comment Here ..." style="width: 100%"></textarea> <button class="btn btn-success btn-lg mt-5" style="float: right" id="submitReview">Save</button> </div> </div> </div> </div> </div> </div> <script> var questions = {!!json_encode($questionsArr)!!}; var t_id = {!!json_encode($t_id)!!}; var s_id = {!!json_encode($s_id)!!}; var qst_id = {!!json_encode($q_id)!!}; var user = {!! json_encode(Auth::user()) !!}; </script> <script src="{{asset('js/layout/main.js')}}"></script> </body> </html>PK H1�Z�{���! �! login.blade.phpnu �[��� PK H1�Z�^&oE oE #"