ndarci / ndarci.github.io

Niko's personal website and gallery of creative projects!

Home Page:https://ndarci.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Niko's Website

This is a website for Niko Darci-Maher's personal gallery of creative projects.

Notes

  • Each folder represents an individual project. All media related to each project is stored inside that project's folder.

  • niko.css describes CSS styles for the entire site.

  • The index.html file in the home folder describes the website front page. Images on this page should be roughly 1MB in size.

  • To generate the detail page for a project, use gen_detail_index.py, with that project's folder name as a command line argument. This script writes a new index.html into the corresponding project folder.

  • gen_detail_index.py requires two files to be present inside the project folder to work correctly:

  1. A text file called blurb.html with the following format:
    Title
    Project medium
    Date [YYYY-MM-DD]
    Blurb to be placed alongside the art piece, in HTML formatting (e.g. <i>italics</i> and line breaks <br/>)

  2. A csv file called images.csv with the following format (no quotes):
    image1_filename,image1_alttext
    image2_filename,image2_alttext
    image3_filename,image3_alttext
    etc...

About

Niko's personal website and gallery of creative projects!

https://ndarci.github.io


Languages

Language:HTML 84.2%Language:CSS 9.9%Language:Python 5.8%