Giter VIP home page Giter VIP logo

conference-website-template's Introduction

Screenshot of the Website

An HTML/CSS website template perfect for a small academic or technology conference or seminar. The template is quick to deploy and straightforward to customize. You can explore it live here, and see some folks' use of the template here and here and here and here and here and here. I'd be happy to see the site you create from my template โ˜บ

Installation

If you have access to a server for web hosting, perhaps through your company/university or department, then using this template is as easy as cloning this repository directly into your public HTML directory. If not you can pretty easily host a website using this template with GitHub Pages. See that link for more details, but the basic procedure is this:

  1. Create a GitHub repository named username.github.io, where username is your username on GitHub.

  2. Click the Use this template button above, being sure to give your copy of this repository a more apt name, like awesome-conference.

  3. In your copy go to Settings and scroll down to GitHub Pages. Under Source choose the master branch of your forked copy. Then your copy of the website will be hosted at username.github.io/awesome-conference.

Editing the Template

If you have not edited HTML/CSS to design a webpage before, I encourage you to read How to Build a Personal Webpage from Scratch by Alex Rutar, particularly the Crash course in HTML and CSS section.

Beautiful Math with MathJax (optional)

It may be helpful to include mathematical notation on this website, especially in the abstracts of talks. This can be done using MathJax. For an example see the programs page of the template site. To include math in a page of this website, include the lines

<script type="text/javascript" async 
    src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=default"> 
</script>

in the <head> of the HTML file. Then math can by typeset by using LaTeX's math notation enclosed in \(...\) delimiters.

Sitemap (optional)

The file sitemap.xml helps search engines understand the structure of your site. In this file, each instance of "WEBSITE" should be replaced with the actual address where this website is being hosted. See the sitemaps protocol page for more details.

Alternatives

The simplicity of the HTML/CSS source for this template is its strongest feature. For something more slick or modern or sophisticated or complicated:

conference-website-template's People

Contributors

mikepierce avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.