11<!DOCTYPE html>
22< html lang ="en ">
33
4- <!-- ======= Head Section - DON'T CHANGE ======= -->
54< head >
6- < meta charset ="utf-8 ">
7- < meta content ="width=device-width, initial-scale=1.0 " name ="viewport ">
8- < title > Computer Vision</ title >
9- < link href ="assets/img/logo.png " rel ="icon ">
10- <!-- Google Fonts -->
11- < link href ="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i " rel ="stylesheet ">
12- <!-- Vendor CSS Files -->
13- < link href ="assets/vendor/aos/aos.css " rel ="stylesheet ">
14- < link href ="assets/vendor/bootstrap/css/bootstrap.min.css " rel ="stylesheet ">
15- < link href ="assets/vendor/bootstrap-icons/bootstrap-icons.css " rel ="stylesheet ">
16- < link href ="assets/vendor/boxicons/css/boxicons.min.css " rel ="stylesheet ">
17- < link href ="assets/vendor/glightbox/css/glightbox.min.css " rel ="stylesheet ">
18- < link href ="assets/vendor/remixicon/remixicon.css " rel ="stylesheet ">
19- < link href ="assets/vendor/swiper/swiper-bundle.min.css " rel ="stylesheet ">
20- <!-- Main CSS File -->
21- < link href ="assets/css/style.css " rel ="stylesheet ">
5+ < meta charset ="utf-8 ">
6+ < meta content ="width=device-width, initial-scale=1.0 " name ="viewport ">
7+ < title > Computer Vision</ title >
8+ < link href ="assets/img/logo.png " rel ="icon ">
9+ < link href ="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i " rel ="stylesheet ">
10+ < link href ="assets/vendor/aos/aos.css " rel ="stylesheet ">
11+ < link href ="assets/vendor/bootstrap/css/bootstrap.min.css " rel ="stylesheet ">
12+ < link href ="assets/vendor/bootstrap-icons/bootstrap-icons.css " rel ="stylesheet ">
13+ < link href ="assets/vendor/boxicons/css/boxicons.min.css " rel ="stylesheet ">
14+ < link href ="assets/vendor/glightbox/css/glightbox.min.css " rel ="stylesheet ">
15+ < link href ="assets/vendor/remixicon/remixicon.css " rel ="stylesheet ">
16+ < link href ="assets/vendor/swiper/swiper-bundle.min.css " rel ="stylesheet ">
17+ < link href ="assets/css/style.css " rel ="stylesheet ">
18+ < style >
19+ .btn-get-started-custom {
20+ padding : 15px 30px ;
21+ background-color : # 007bff ;
22+ color : white;
23+ border-radius : 10px ;
24+ text-decoration : none;
25+ margin-bottom : 20px ;
26+ font-size : 20px ;
27+ }
28+
29+ .project-img {
30+ max-width : 100% ;
31+ height : auto;
32+ display : block;
33+ margin : 0 auto;
34+ }
35+ </ style >
2236</ head >
2337
2438<!-- ======= Body Section ======= -->
3044 < nav id ="navbar " class ="navbar ">
3145 < ul >
3246 < li > < a class ="nav-link scrollto " href =""> Home</ a > </ li >
33- < li > < a class ="nav-link scrollto " href ="#projects "> Projects</ a > </ li >
34- < li > < a class ="nav-link scrollto " href ="#team "> People</ a > </ li >
35- < li > < a class ="nav-link scrollto " href ="#resources "> Resources</ a > </ li >
36- < li > < a class ="nav-link scrollto " href ="#funding "> Funding</ a > </ li >
37- < li > < a class ="nav-link scrollto " href ="#partners "> Partners</ a > </ li >
38- < li > < a class ="nav-link scrollto " href ="#workwithus "> Vacancies</ a > </ li >
3947 < li > < a class ="nav-link scrollto " href ="#footer "> Contact</ a > </ li >
4048 </ ul >
4149 < i class ="bi bi-list mobile-nav-toggle "> </ i >
@@ -825,52 +833,38 @@ <h3>
825833 <!-- ======= Footer - DONT CHANGE ======= -->
826834 < footer id ="footer ">
827835
828- < div class ="footer-top ">
829- < div class ="container ">
830- < div class ="row ">
831-
832- < div class ="col-lg-3 col-md-6 footer-contact ">
833- < h3 > IntSav Research Group</ h3 >
834- < p >
835- C/O Professor Massoud Zolgharni < br >
836- University of West London< br >
837- St Mary's Rd < br >
838- Ealing,< br >
839- London, England.< br >
840- W5 5RF< br > < br >
841- < strong > Phone:</ strong > 0800 036 8888< br >
842- < strong > Email:
</ strong > [email protected] < br > 843- </ p >
844- </ div >
845-
846- < div class ="col-lg-2 col-md-6 footer-links ">
847- < h4 > Useful Links</ h4 >
848- < ul >
849- < li > < i class ="bx bx-chevron-right "> </ i > < a href ="https://www.uwl.ac.uk/research/research-centres/intelligent-sensing "> UWL homepage</ a > </ li >
850- </ ul >
851- </ div >
852-
853-
836+ < div class ="footer-top ">
837+ < div class ="container ">
838+ < div class ="section-title ">
839+ < h2 > Contact Details</ h2 >
840+ </ div >
841+ < div class ="row ">
842+ < div class ="col-lg-3 col-md-6 footer-contact ">
843+ < p >
844+ Professor Massoud Zolgharni < br >
845+ 846+ </ p >
847+ </ div >
848+ < div class ="col-lg-2 col-md-6 footer-links ">
849+ < p >
850+ Dr Nasim Dadashi < br >
851+ 852+ </ p >
853+ </ div >
854+ </ div >
855+ </ div >
854856 </ div >
855- </ div >
856- </ div >
857-
858- < div class ="container d-md-flex py-4 ">
859-
860- < div class ="me-md-auto text-center text-md-start ">
861- < div class ="copyright ">
862- © Copyright < strong > < span > IntSaV</ span > </ strong > . All Rights Reserved
857+ < div class ="container d-md-flex py-4 ">
858+ < div class ="me-md-auto text-center text-md-start ">
859+ < div class ="copyright ">
860+ © Copyright < strong > < span > IntSaV</ span > </ strong > . All Rights Reserved
861+ </ div >
862+ </ div >
863+ < div class ="social-links text-center text-md-right pt-3 pt-md-0 ">
864+ < a href ="https://twitter.com/intsav_?lang=en-gb " target ="_blank " rel ="noopener noreferrer " class ="twitter "> < i class ="bx bxl-twitter "> </ i > </ a >
865+ < a href ="https://www.linkedin.com/company/intelligent-sensing-and-vision-research-group-intsav " target ="_blank " rel ="noopener noreferrer "> < i class ="bi bi-linkedin "> </ i > </ a >
866+ </ div >
863867 </ div >
864-
865- </ div >
866- < div class ="social-links text-center text-md-right pt-3 pt-md-0 ">
867- < a href ="# " class ="twitter "> < i class ="bx bxl-twitter "> </ i > </ a >
868- < a href ="# " class ="facebook "> < i class ="bx bxl-facebook "> </ i > </ a >
869- < a href ="# " class ="instagram "> < i class ="bx bxl-instagram "> </ i > </ a >
870- < a href ="# " class ="google-plus "> < i class ="bx bxl-skype "> </ i > </ a >
871- < a href ="# " class ="linkedin "> < i class ="bx bxl-linkedin "> </ i > </ a >
872- </ div >
873- </ div >
874868 </ footer > <!-- End Footer -->
875869
876870 < div id ="preloader "> </ div >
@@ -890,4 +884,4 @@ <h4>Useful Links</h4>
890884
891885</ body >
892886
893- </ html >
887+ </ html >
0 commit comments