Skip to content

PolyChord/Zenzic-Website

 
 

Repository files navigation

Zenzic-Website

This repository contains everything necessary for the Zenzic demonstration website. It is fully static and hosted directly on Github Pages here, which uses Jekyll internally. Please see the documentation for how to install Jekyll and serve the website locally on your machine when working on it to see changes take effect immediately without needing to push to the repository. The basic layout and design elements are forked from the Jekyll Freelancer theme. Interactive elements are coded in Javascript (folder js/) and all images/parameters are precalculated/produced. When new commits are pushed to this repository's master branch, changes are automatically deployed to the website.

The contact section uses Formspree for sending emails to maud.formanek@polychord.co.uk. To change this, setup a new email form on Formspree and modify the following line in the _includes/contact_static.html file:

<form action="//formspree.io/f/mvonlvgz" method="POST" name="sentMessage" id="contactForm" novalidate>

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.7%
  • HTML 26.9%
  • CSS 8.8%
  • Ruby 1.4%
  • PHP 1.2%