Academic Website Template

docs

  • What is this?
  • How do I download this?
  • How do I modify this?
  • How do I upload (publish) this?
  • How do I credit the author?

What is this?

This free website template is designed specifically for academics—everyone from graduate students entering the job market to established faculty. With some modification, it could easily serve professionals in many areas. The site is structured around four primary pages:

Because the site is built with Bootstrap v5.3, a ubiquitous and user-friendly front-end, the template can be extended to include any of the major web components on offer in Bootstrap, including Accordions, Modals, Carousels, Navbars, Popovers, Cards, and Offcanvas, to name only a few.

And with my free Bootstrapr.io app, you can create these components and pages in minutes to extend this template to meet your specific needs.

How do I download this?

You can download the website template in several ways. First, visit the GitHub Repo(sitory) for the template.

Steps

  1. Click on the 'Code' button
  2. Click 'Download ZIP'
  3. Save the ZIP file to your desired location (Desktop?)
  4. Unzip the file by double-clicking it
  5. Delete the ZIP file
  6. Rename the extracted folder to your liking
image of how to download

Alternatively...

If you're familiar with Git/GitHub you can clone the repo directly. Open your terminal application and change directory to your desired location. Then, simply copy this line and paste it into your terminal/command line interface (CLI):

git clone https://github.com/randal-sean-harrison/randal-sean-harrison-academic-website-template-bootstrap-5.git

How do I modify this?

Modifying the website is easy. Once you've downloaded the folder containing the website, open that folder in any code editor and make changes to individual files. Use my Bootstrapr.io tool to create any custom elements you require that are not present in the original template. I demonstrate this process in this video:

Modifying the Academic Template

TUTORIAL (28 min)

In this video tutorial, I cover editing the noteworthy features outlined below.

Noteworthy Features

How do I upload (publish) this?

There are many platforms for publishing simple static HTML webpages online. Happily, many are free. In the videos below, I will demonstrate two options for uploading your static site. I will demonstrate uploading to GitHub and Netlify, two of the most ubiquitous platforms.

Note also that these videos below illustrate only two of many possible ways to upload your static site. For example, you might commit and push your changes to the cloud from within a coding app such as VS Code. You might use a visual app, such as GitKraken. You'll want to experiment to find the workflow that suits your needs and skills.

Uploading with Drag-and-drop (Netlify)

TUTORIAL (10 min)

In this video tutorial, I explain how to upload your website to Netflify pages through their drag-and-drop interface.

Uploading with CLI (Github)

TUTORIAL (23 min)

In this video tutorial, I cover uploading your website to Github through the CLI.

Useful commands at a glance
Git status >git add . > git commit -m "message" > git push

How do I credit the author?

Thank you for choosing this free web template! You are welcome to use and modify this template according to the terms of the MIT License, which is included with this project.

Crediting the author (me) is not required on any audience-facing pages of this website once you've modified it. However, I kindly ask that you retain the included humans.txt file, unmodified. This file contains important, non-visible metadata about the original creator and the template's initial structure, which helps to maintain a record of its development.