File manager - Edit - /var/www/ratemypay_dev/resources/views/components/footer.blade.php
Back
{{-- resources/views/components/footer.blade.php --}} <footer class="bg-[#2F3D7E] text-white px-6 md:px-0 py-4 w-full z-50 "> <div class="w-full max-w-[1300px] mx-auto px-4 md:px-0 "> {{-- <div class=" grid grid-cols-1 md:grid-cols-12 gap-12"> <div class="md:col-span-4 flex flex-col gap-6"> <a href="{{ url('/') }}" class="inline-block"> <span class="text-2xl font-bold text-white">ratemypay</span> </a> <p class="text-white/70 text-sm leading-relaxed max-w-[300px]"> RateMyPay is a platform dedicated to pay transparency. Know Your Worth. Compare Your Pay. Share Anonymously with thousands of professionals worldwide. </p> <div class="flex gap-4 mt-2"> <a href="https://www.facebook.com/Payratyofficialpage" class="text-white/70 hover:text-white transition" aria-label="Facebook"> <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"> <path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z" /> </svg> </a> <a href="https://www.linkedin.com/company/111551078/admin/dashboard/" class="text-white/70 hover:text-white transition" aria-label="LinkedIn"> <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"> <path d="M20.447 20.452h-3.554v-5.569c0-1.328-.475-2.236-1.986-2.236-1.081 0-1.722.722-2.004 1.418-.103.249-.129.597-.129.946v5.441h-3.554s.047-8.842 0-9.769h3.554v1.383c.421-.649 1.175-1.574 2.857-1.574 2.085 0 3.653 1.36 3.653 4.286v5.674zM5.337 8.855c-1.144 0-1.915-.762-1.915-1.715 0-.955.77-1.715 1.914-1.715.944 0 1.914.76 1.914 1.715 0 .953-.97 1.715-1.914 1.715zm1.575 11.597H3.762V8.684h3.15v11.768zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z" /> </svg> </a> <a href="https://x.com/ratemypay" class="text-white/70 hover:text-white transition" aria-label="Twitter"> <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"> <path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z" /> </svg> </a> </div> </div> <div class="md:col-span-2"> <h4 class="font-bold mb-6">Services</h4> <ul class="flex flex-col gap-3 text-sm text-white/70"> <li><a href="#" class="hover:text-white transition">Our Business</a></li> <li><a href="#" class="hover:text-white transition">Compensation Management</a></li> <li><a href="#" class="hover:text-white transition">Compensation Planning</a></li> <li><a href="#" class="hover:text-white transition">Benchmarking</a></li> <li><a href="#" class="hover:text-white transition">Job Evaluation</a></li> <li><a href="#" class="hover:text-white transition">Job Architecture</a></li> <li><a href="#" class="hover:text-white transition">Performance Management</a></li> </ul> </div> <div class="md:col-span-2"> <h4 class="font-bold mb-6">About Us</h4> <ul class="flex flex-col gap-3 text-sm text-white/70"> <li><a href="#" class="hover:text-white transition">Our Story</a></li> <li><a href="#" class="hover:text-white transition">Benefits</a></li> <li><a href="#" class="hover:text-white transition">Team</a></li> <li><a href="#" class="hover:text-white transition">Careers</a></li> </ul> </div> <div class="md:col-span-4"> <h4 class="font-bold mb-6">Subscribe</h4> <p class="text-sm text-white/70 mb-4">Join our newsletter to follow our news</p> <form action="#" method="POST" class="flex gap-2"> @csrf <input type="email" name="email" placeholder="Email Address" class="bg-white text-gray-900 px-4 py-2 rounded-md flex-grow text-sm focus:outline-none focus:ring-2 focus:ring-white/20" required /> <button type="submit" class="bg-[#1E2858] hover:bg-[#151b3d] text-white px-6 py-2 rounded-md text-sm font-medium transition"> Subscribe </button> </form> </div> </div> --}} <div class="block justify-between md:flex align-middle"> <div class="text-xs text-white/50 mt-2 mr-2"> Copyright © {{ date('Y') }} {{ config('app.name', 'RateMyPay') }}. All rights reserved. </div> <div class="flex gap-4 mt-2 items-center md:mb-4 mb-0"> <a href="https://www.facebook.com/Payratyofficialpage" class="text-white/70 hover:text-white transition" aria-label="Facebook"> <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"> <path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z" /> </svg> </a> <a href="https://www.linkedin.com/company/111551078/admin/dashboard/" class="text-white/70 hover:text-white transition" aria-label="LinkedIn"> <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"> <path d="M20.447 20.452h-3.554v-5.569c0-1.328-.475-2.236-1.986-2.236-1.081 0-1.722.722-2.004 1.418-.103.249-.129.597-.129.946v5.441h-3.554s.047-8.842 0-9.769h3.554v1.383c.421-.649 1.175-1.574 2.857-1.574 2.085 0 3.653 1.36 3.653 4.286v5.674zM5.337 8.855c-1.144 0-1.915-.762-1.915-1.715 0-.955.77-1.715 1.914-1.715.944 0 1.914.76 1.914 1.715 0 .953-.97 1.715-1.914 1.715zm1.575 11.597H3.762V8.684h3.15v11.768zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z" /> </svg> </a> <a href="https://x.com/ratemypay" class="text-white/70 hover:text-white transition" aria-label="Twitter"> <svg class="w-5 h-5" fill="currentColor" viewBox="0 0 24 24"> <path d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z" /> </svg> </a> </div> <div class="flex gap-6 text-xs items-center md:mb-4 mb-0"> <a href="">Terms & Conditions</a> <a href="">Privacy Policy</a> </div> </div> </div> </footer>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.09 |
proxy
|
phpinfo
|
Settings