dashboard.blade.php 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Research Admission</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many" />
  8. <meta name="keywords" content="" />
  9. <!-- facebook tags -->
  10. <meta property="og:url" content="http://www.facebook.com/researchadmission"/>
  11. <meta property="og:type" content="website"/>
  12. <meta property="og:title" content="Research Admission"/>
  13. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  14. <!-- Linkedin tags -->
  15. <meta property="og:url" content="https://www.linkedin.com/company/researchadmission"/>
  16. <meta property="og:type" content="website"/>
  17. <meta property="og:title" content="Research Admission"/>
  18. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  19. <!-- favicon -->
  20. <link rel="shortcut icon" href="{{asset('web/images/logo.png') }}">
  21. <!-- Bootstrap -->
  22. <link href="{{ asset('web/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
  23. <!-- tobii css -->
  24. <link href="{{asset('web/css/tobii.min.css')}}" rel="stylesheet" type="text/css" />
  25. <!-- Icons -->
  26. <link href="{{asset('web/css/materialdesignicons.min.css')}}" rel="stylesheet" type="text/css" />
  27. <link rel="stylesheet" type="text/css" href="{{ asset('web/stylesheets/font-awesome.min.css') }}" />
  28. <link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
  29. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
  30. <!-- Slider -->
  31. <link rel="stylesheet" href="{{asset('web/css/tiny-slider.css')}}"/>
  32. <!-- Main Css -->
  33. <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
  34. <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
  35. <link rel="preconnect" href="https://fonts.googleapis.com">
  36. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  37. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
  38. <link rel="preconnect" href="https://fonts.googleapis.com">
  39. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  40. <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Quicksand:wght@400;500;600;700&display=swap" rel="stylesheet">
  41. <link rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
  42. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
  43. </head>
  44. <style>
  45. #topnav {
  46. background-color: #550091;
  47. }
  48. #topnav .navigation-menu > li > a {
  49. color:white !important;
  50. }
  51. #topnav .navigation-menu {
  52. display: initial;
  53. }
  54. </style>
  55. <body>
  56. <header id="topnav" class="defaultscroll sticky">
  57. <div class="container">
  58. <!-- Logo container-->
  59. <div class="col-md-12">
  60. <div class="row">
  61. <div class="col md-6">
  62. <a class="logo" href="index.html">
  63. <img src="web/images/logo.png" height="100" class="logo-light-mode" alt="">
  64. <img src="web/images/logo.png" height="24" class="logo-dark-mode" alt="">
  65. </a>
  66. </div>
  67. <div class="col md-6">
  68. <div class="mt-4" style="display:flex; justify-content: end;">
  69. <i class="fa fa-user me-2" style="font-size: 13px; height: 25px; padding: 3.5px 5.9px; border: 2px solid #75A7FD; color: #75A7FD; border-radius: 100%;"></i>
  70. <p style="color:white;">My account</p>
  71. <i class="fa-sharp fa-solid fa-angle-down" style="margin-left:7px; margin-top:6px; color:#75A7FD;"></i>
  72. </div>
  73. <!-- End Logo container-->
  74. </div>
  75. </div>
  76. </div>
  77. </div>
  78. <div class="container">
  79. <div id="navigation">
  80. <!-- Navigation Menu-->
  81. <ul class="navigation-menu">
  82. <li><a href="{{ url('dashboard') }}" class="sub-menu-item" style="margin-top: -2rem;">Home</a></li>
  83. <li class="has-submenu parent-parent-menu-item">
  84. <a href="{{ url('application') }}" style="margin-top: -2rem;">My Application</a>
  85. </li>
  86. <li class="has-submenu parent-parent-menu-item">
  87. <a href="{{ url('profile') }}" style="margin-top: -2rem;">Profile</a>
  88. </li>
  89. <li class="has-submenu parent-parent-menu-item">
  90. <a href="{{ url('explore') }}" style="margin-top: -2rem;">Explore</a>
  91. </li>
  92. </ul><!--end navigation menu-->
  93. <div class="buy-menu-btn d-none">
  94. <a href="https://1.envato.market/4n73n" target="_blank" class="btn btn-primary">Buy Now</a>
  95. </div><!--end login button-->
  96. </div><!--end navigation-->
  97. </div><!--end container-->
  98. </header>
  99. <section class="bg-half-170 d-table w-100">
  100. <div class="container">
  101. <div class="row align-items-center">
  102. <div class="col-md-6">
  103. <div class="title-heading mt-4">
  104. <h1 class="display-4 fw-bold mb-3">Dashboard</h1>
  105. <p class="para-desc text-muted">Launch your campaign and benefit from our expertise on designing and managing conversion centered bootstrap v5 html page.</p>
  106. </div>
  107. <div class="form-check mt-3">
  108. <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
  109. <label class="form-check-label" for="flexCheckDefault">I Accept <a href="#" class="text-primary">Terms And Condition</a></label>
  110. </div>
  111. </div><!--end col-->
  112. <div class="col-md-6">
  113. <img src="images/illustrator/Creativity-bro.svg" alt="">
  114. </div><!--end col-->
  115. </div><!--end row-->
  116. </div><!--end container-->
  117. </section>
  118. <script src="https://kit.fontawesome.com/1f077551f6.js" crossorigin="anonymous"></script>
  119. </body>
  120. </html>