瀏覽代碼

Merge branch 'master' of https://revinr.site/mostafij-revinr/student-admission
wq

Mostafijur Rahman 1 年之前
父節點
當前提交
f12929bdac
共有 2 個文件被更改,包括 104 次插入41 次删除
  1. 95 41
      resources/views/Q-apply.blade.php
  2. 9 0
      resources/views/application.blade.php

+ 95 - 41
resources/views/Q-apply.blade.php

@@ -54,14 +54,14 @@
        <style>
 
             body {
-                font-family: 'Oswald', sans-serif;
-                font-family: 'Quicksand', sans-serif;
+                font-family: "Montserrat",Arial,sans-serif;
+                font-family: "Montserrat",Arial,sans-serif;
             }
             h1, h2, h3, h4, h6 {
                 font-family:Ubuntu !important;
             }
             h5{
-                font-family: 'Montserrat Alternates', sans-serif !important;
+                font-family: "Montserrat",Arial,sans-serif !important;
             }
             .bg-half-170 {
             padding:0px;
@@ -100,73 +100,127 @@
                 font-size:14px;
                 color:#ffff;
             }
-            .d-flex{
-                display: grid !important;
+            .tmail{
+                color: #a7a7a7; 
+                text-align: center; 
+                margin: 0px;
             }
-            .tbl2{
-                color: white;
+            .form-control {
+                border: 1px solid #dee2e6;
+                font-size: 20px;
+                line-height: 45px;
+                background-color: #ffffff;
+                border-radius: 6px;
             }
-            .pt-5{
-                padding-top: 40rem !important;
+            #topnav{
+                position: relative;
             }
        </style>
+    <div class="container-fluid">
+        <div class="col-md-12">
+            <div class="row">
+                <div class="col md-12" style="text-align: center;">
+                        <h2 class="mt-2" style="font-family:Ubuntu !important; font-size: 37px !important;">Research Admission</h2>
+                        <div style="border-bottom: 1px solid #eee;"></div>
+                </div>
+            </div>
+        </div>
+    </div>
         <section class="cover-user">
-            <div class="container-fluid px-0">
+            <div class="container px-0">
                 <div class="row g-0 position-relative">
-                    <div class="col-lg-8 padding-less bg-left">
-                        <div class="single_glance_row mt-5 pt-5">
-                            <span class="tbl2 ms-4" style="font-size: 17px; font-weight:700; color: #ffff;">
-                                Mr Z
-                            </span>
-                        </div>
-                        <div class="single_glance_row mt-1">
-                            <span class="ms-4" style="font-size: 14px; color: #ffff;">z@mail.com</span>
-                        </div>
-                        <div class="single_glance_row mt-1" style="display: flex;">
-                            <span class="ms-4" style="font-size: 14px; color: #ffff;">ab university</span>
-                        </div>
-                        <div class="single_glance_row mt-1" style="display: flex;">
-                            <span class="ms-4" style="font-size: 14px; color: #ffff;">English</span>
-                        </div>        
-                    </div>   
-                    <div class="col-lg-4 cover-my-30 ">
-                        <div class="cover-user-img d-flex align-items-center p-5">
+                    <div class="col-lg-3"></div>
+                    <div class="col-lg-6 cover-my-30 ">
+                        <div class="d-flex align-items-center p-5">
                             <div class="row">
                                 <div class="col-12">
-                                    <div class="card login-page border-0" style="z-index: 1;">
+                                    <div class="card login-page border-0">
                                         <div class="card-body" style="padding: 0px;">
                                             <div class="row">
-                                                <div class="col-md-12">
+                                                <div class="col-md-12" style="text-align: center;">
+                                                        <h3 class="mb-3" style="font-size: 30px !important; line-height: 43px; font-weight: 700;">Not yet a member? You're in the right place</h3>
+                                                        <div class="single_glance_row">
+                                                            <span class="tbl2" style="font-size: 18px; font-weight:700;">
+                                                                Mr Z
+                                                            </span>
+                                                        </div>
+                                                        <div class="single_glance_row mt-1">
+                                                            <span style="font-size: 14px;">z@mail.com</span>
+                                                        </div>
+                                                        <div class="single_glance_row mt-1">
+                                                            <span style="font-size: 14px; ">ab university</span>
+                                                        </div>
+                                                        <div class="single_glance_row mt-1">
+                                                            <span style="font-size: 14px;">English</span>
+                                                        </div>        
+                                                    </div>    
+                                                <div class="col-lg-12 mt-4">
                                                     <div class="mb-3">
-                                                        <label class="form-label"></label>
+                                                        <label class="form-label" style="font-size: 21px; font-weight: 200;">Full Name<span style="color: red;">*</span></label>
                                                         <div class="form-icon position-relative">
-                                                            <input type="text" class="form-control" id="" placeholder="Full Name" name="name" required="">
+                                                            <input type="text" class="form-control" id="" placeholder="" name="name" required="">
                                                         </div>
-                                                    </div>
-                                                </div>    
-                                                <div class="col-lg-12" style="margin-top:-18px;">
+                                                    </div> 
                                                     <div class="mb-3">
-                                                        <label class="form-label"></label>
+                                                        <label class="form-label" style="font-size: 21px; font-weight: 200;">Email Address<span style="color: red;">*</span></label>
                                                         <div class="form-icon position-relative">
-                                                            <input type="email" class="form-control" id="" placeholder="Email Address" name="email" required="">
+                                                            <input type="email" class="form-control" id="" placeholder="" name="email" required="">
                                                         </div>
                                                     </div>
                                                 </div><!--end col-->
-
+                                                <h5 class="text-center mb-4" style="font-weight:100;">You will use this email address to log in to our sites. To check that it is correct, we will send you a verification link.</h5>
                                                 <div class="col-md-12">
                                                     <div class="mt-2 mb-4 text-center">
-                                                        <button type="submit" class="btn btn1 refer_btn" style="padding: 3px 18px;">
+                                                        <button type="submit" class="btn btn1" style="width: 100%; font-size: 23px;">
                                                             {{ __('Submit') }}
                                                         </button>
                                                     </div>
                                                 </div>
+                                                <h5>Benefits from your first booking :</h5>
+                                                    <div class="row">
+                                                        <div class="col-12">
+                                                            <div class="d-flex align-items-center">
+                                                                <h2><i data-feather="shield" class="fea icon-m-md text-primary"></i></h2>
+                                                                <div class="ms-3">
+                                                                    <p class="text-muted mb-0">The best prices guaranteed for your stays.</p>
+                                                                </div>
+                                                            </div>
+                                                        </div><!--end col-->
+                            
+                                                        <div class="col-12">
+                                                            <div class="d-flex align-items-center">
+                                                                <h2><i data-feather="cpu" class="fea icon-m-md text-primary"></i></h2>
+                                                                <div class="ms-3">
+                                                                    <p class="text-muted mb-0">Earn points for everything you do and use your points whenever you want.</p>
+                                                                </div>
+                                                            </div>
+                                                        </div><!--end col--> 
+                                                        <div class="col-12">
+                                                            <div class="d-flex align-items-center">
+                                                                <h2><i data-feather="cpu" class="fea icon-m-md text-primary"></i></h2>
+                                                                <div class="ms-3">
+                                                                    <p class="text-muted mb-0">Experiences tailored to your passions.</p>
+                                                                </div>
+                                                            </div>
+                                                        </div><!--end col-->
+                                                    </div>
+                                                <div style="border-bottom: 1px solid #eee;"></div>
+                                                <h5 class="text-center mb-4 mt-4" style="font-weight:100;">Already registered?</h5>
+                                                <div class="col-md-12">
+                                                    <div class="mt-2 mb-4 text-center">
+                                                        <button type="submit" class="btn btn1" style="width: 100%; font-size: 23px;">
+                                                            {{ __('Log in') }}
+                                                        </button>
+                                                    </div>
+                                                </div>
+                                                <p class="mb-2 tmail" style="font-size: 12px;">Copyright © 2023 Research Admission</p>
                                             </div>
                                         </div>
                                     </div>
                                 </div><!--end col-->
                             </div><!--end row-->
-                        </div> <!-- end about detail -->
-                    </div> <!-- end col -->       
+                        </div> <!-- end about detail --> 
+                        <div class="col-lg-3"></div>  
                 </div><!--end row-->
             </div><!--end container fluid-->
         </section><!--end section-->

+ 9 - 0
resources/views/application.blade.php

@@ -78,6 +78,15 @@
                                         <span class="label_badge_radius" style="background-color: #d8fdd8; color: green; border-radius: 5px; font-weight: bold;">Applied</span>
                                         
                                     </div>
+                                </div>
+                                 <div class="p-2" style="display:flex; border-top: 1px solid #eee;">
+                                    <div class="left">
+                                        <div class="uni_details" style="display:flex;">
+                                            <div class="inner_right ms-5">
+                                                <span style="font-size:11px; color: red;">Not yet a member? You're in the right place</span><br>
+                                            </div>
+                                        </div>
+                                    </div>
                                 </div> 
                             </div> 
                             @endforeach