Introduction

Template Features:
  • Multipage Demos
  • Easy to customize
  • HTML5 & CSS3
  • Clean & Simple Design
  • Fully Responsive Layout
  • W3 Valid
  • Retina ready
  • BoxIcon Free icons
  • FlatIcon Free icons
  • Powered with Bootstrap (v5.2.3)
  • Powered with jQuery (v3.5.1)
  • Smooth animation
  • Well documented
  • Crossbrowser Compatible with Edge, IE10+, Firefox, Opera, Chrome

The template folder Canyon is available inside the downloaded zip file. Need to unzip the zip file to find the template also the documentation folder.

The files and folders structure is similar to the following:

  1. assets/css — folder with CSS files.
  2. assets/fonts — folder with fonts files.
  3. assets/img — folder with image files.
  4. assets/js — folder with Javascript files.

Upload the template files to the server with the help of one of the FTP-clients like FileZilla.

HTML Files:
  1. Home One Demo (index.html)
  2. Home Two Demo (index2.html)
  3. Home Three Demo (index3.html)
  4. About Us Page (about-us.html)
  5. News and Blog Page (news-and-blog.html)
  6. Blog Details Page (blog-details.html)
  7. Alumni Page (alumni.html)
  8. Academics Page (academics.html)
  9. Undergraduate Page (undergraduate.html)
  10. Graduate Page (graduate.html)
  11. Online Education Page (online-education.html)
  12. Admissions Page (admission.html)
  13. How to Apply Page (how-to-apply.html)
  14. Tuition & Fees Page (tuition-fees.html)
  15. Financial Aid Page (financial-aid.html)
  16. Faculty Page (faculty.html)
  17. Date & Deadlines Page (date-deadlines.html)
  18. Schedule a Tour Page (schedule-tour.html)
  19. Application Form Page (application-form.html)
  20. Courses Sidebar Page (courses.html)
  21. Course Details Page (courses-details.html)
  22. University Life Page (university-life.html.html)
  23. The Campus Experience Page (the-campus-experience.html)
  24. Fitness & Athletics Page (fitness-athletics.html)
  25. Support & Guidance Page (support-guidance.html)
  26. Student Activities Page (student-activities.html)
  27. Contact Page (contact-us.html)
Files Edit & Upload:

Individual pages can be customized by opening in a code editor such as VS Code. Once all the customization completed then to make the website live you need to upload the updated project files to the hosting server for your own domain. The files can be uploaded using FTP client such as FileZilla.

Followings are the css files which loaded inside the Head Section:


<!-- Links of CSS files -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/boxicon.min.css">
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/flaticon.css">
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/responsive.css">

Followings are the JS files which loaded before the end of HEAD or BODY Section:.


<!-- Links of JS files -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/magnific-popup.min.js"></script>
<script src="assets/js/owl.carousel.min.js"></script>
<script src="assets/js/main.js"></script>
The Canyon is a responsive template and is based on the Bootstrap Framework. For more information you can check the Bootstrap CSS.

The general template structure is the same throughout the template and each of the part is under a section with a section id name. Here is the general structure:


<!-- Start Section Banner Area -->
<div class="section-banner bg-10">
<div class="container">
<div class="banner-spacing">
<div class="section-info">
<h2>Graduate</h2>
<p>Canyon University is more than just a place of learning; it's a place where dreams take flight, where ideas flourish, and where you'll find the support and...<p>
</div>
</div>
</div>
</div>
<!-- End Section Banner Area-->

By default, the template loads Poppins Font.

Font code can be found in the "style.css" file path: assets/css/style.css

    
    @font-face {
        font-family: 'Poppins', sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    body {
        font-family: 'Poppins', sans-serif;
    }
    

Tou Use Google Fonts, You Need to Update the Code From "style.css" The font can be changed based on the website needs. Google Fonts

Font code need to add in "style.css" file path: assets/css/style.css


    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Satisfy&family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap');

body {
    fontFamily: 'Poppins', sans-serif;
}

File path: assets/css/style.css


:root {
--mainColor: #DD0733;
--secounderyColor: #F2EDEB;
--paragraphColor: #7A7A7A;
--paragraphColorSecond: #B9B9BA;
--whiteColor: #ffffff;
--blackColor: #16171A;
}

Note: After CSS file run then it will be work

Please go to the image file 'path: assets/img/...' replace the image which one you want following placeholder image size & name

After a certain time, we will update our project based on the latest technology but in your template, you need to update on your own if you want.

Note: All images are used for preview purpose only and not included in the final purchase files.

Images from:
https://freepik.com/
https://pixabay.com/
https://unsplash.com/

Google Fonts:
Poppins
Source Serif

IconFont:
BoxIcon

FlatIcon

For any query, please use the item's comment section on ThemeForest. Thanks!