invitation_to_supervisor_email.blade.php 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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=Ubuntu:wght@700&display=swap" rel="stylesheet">
  41. <link rel="preconnect" href="https://fonts.googleapis.com">
  42. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  43. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
  44. <link rel="preconnect" href="https://fonts.googleapis.com">
  45. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  46. <link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates&display=swap" rel="stylesheet">
  47. <link rel="stylesheet" href="{{ asset('css/pnotify/pnotify.min.css') }}">
  48. <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
  49. </head>
  50. <style>
  51. body {
  52. font-family: 'Oswald', sans-serif;
  53. font-family: 'Quicksand', sans-serif;
  54. }
  55. h1, h2, h3, h4, h6 {
  56. font-family: 'Quicksand', sans-serif;
  57. }
  58. h5{
  59. font-family: 'Montserrat Alternates', sans-serif !important;
  60. }
  61. .bg-half-170 {
  62. padding:0px;
  63. }
  64. .tmail{
  65. color: #6d6d6d;
  66. text-align: center;
  67. margin: 0px;
  68. }
  69. .heading{
  70. font-weight: 400 !important;
  71. line-height: 1.2 !important;
  72. margin-bottom: 0px
  73. }
  74. </style>
  75. <section>
  76. <div class="container mt-5 mb-5">
  77. <div class="col-md-12">
  78. <div class="row">
  79. <div class="col-md-1"></div>
  80. <div class="col-md-9">
  81. <div class="card rounded border-0 shadow" style="background-color:white;">
  82. <div class="p-5">
  83. <h3 style="text-align: center; font-family:Ubuntu !important; color: #3c4858 !important; font-size: 30px !important;">Research Admission</h3>
  84. <p class="mt-5">Dear {{ $name }},</p>
  85. @php
  86. $hashids = new \Hashids\Hashids('teacher_invitation_signup', 25);
  87. @endphp
  88. <p class="mt-3"> We are reaching out to you regarding an exciting opportunity that we believe will interest you. As a teacher and supervisor, we understand that you must receive countless emails from doctoral applicants who are seeking to work with you on their research projects. Keeping track of all these emails can be a daunting task.</p>
  89. <p class="mt-2"> That's why we wanted to introduce you to a free tool that can make your life a lot easier. This tool is designed to help you manage all your doctoral applicants proposals in one place. With just three simple steps, applicants can submit their proposals to you, and you will receive email notifications each time a new proposal is submitted.</p>
  90. <p class="mt-2"> The tool also allows you to review, request further information or documents, reject, or express your interest in each proposal so they can submit a formal application, all while keeping the applicant notified in real-time.</p>
  91. <p class="mt-2"> The best part? Many faculties across the world are already using this tool, and it has been proven to be effective in streamlining the application process for doctoral applicants.</p>
  92. <p class="mt-2"> At this point, registration is by invitation only, and we would like to extend an invitation to you to explore the many features that this tool offers. Your data will be 100% secure and will not be accessible or shared with any third party.</p>
  93. <p class="mt-2" style="font-weight: bolder !important;"> To embark on a remarkable journey, we extend a personalized invitation for you to join our exclusive platform. Simply click the link provided below to create your account and embark on a journey of exploring our system's remarkable features.</p>
  94. @php
  95. $already_registared =\App\User::where('email',$email)->where('sign_up',1)->first();
  96. @endphp
  97. @if($already_registared)
  98. <a href="{{ url('/supervisor/login') }}" style="font-weight: bolder !important;"> click here</a>
  99. @else
  100. <a href="{{ url('/supervisor/register/'.$hashids->encode($teacher_id)) }}" style="font-weight: bolder !important;"> click here</a>
  101. @endif
  102. <p class="mt-2"> If you're eager to discover more about our platform, feel free to visit the following link for additional information: <a href="{{ url('/landing') }}">www.researchadmision.com/supervisor/welcome</a> </p>
  103. <p class="mt-2"> Thank you for your time, and we hope you find this tool as helpful as we have.</p>
  104. <p class="mt-2" style="margin: 0px;">Best regards,</p>
  105. <h4 class="heading mt-1"> H Rahman </h4>
  106. <h4 class="heading"> Founder & CEO </h4>
  107. <h4 class="heading"> Research Admission Platform </h4>
  108. </div>
  109. <div style="background-color: #eee; border-radius: 0px 0px 5px 5px;">
  110. <p class="mt-5 tmail">This email was sent to {{$receive_email}}</p>
  111. <p class="mt-3 tmail">Research Admission is a revolutionary platform that simplifies the application process for<br> both applicants and supervisors, thereby saving valuable time.</p>
  112. <p class="mt-3 tmail mb-5" style="font-style: italic;">Copyright © {{date('Y')}} Research Admission</p>
  113. </div>
  114. </div>
  115. </div>
  116. </div><!--end row-->
  117. </div>
  118. </div> <!--end container-->
  119. </section><!--end section-->
  120. <!-- Hero End -->
  121. <!-- javascript -->
  122. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  123. <!-- tobii js -->
  124. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  125. <!-- SLIDER -->
  126. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  127. <!-- Icons -->
  128. <script src="{{asset('web/js/feather.min.js')}}"></script>
  129. <!-- Main Js -->
  130. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  131. <script src="{{asset('web/js/app.js')}}"></script>
  132. <script src="{{ asset('css/pnotify/pnotify.js') }}"></script>
  133. <script src="{{ asset('css/noty/lib/noty.min.js') }}"></script>
  134. </body>
  135. </html>