Giter Site home page Giter Site logo

uniexamnotes's Introduction

UniExamNotes

Revision notes from uni finals

index.html

The main page is just HTML in a file called index.html pointing at CSS in a file called BLUETIME.css

Sub pages

The rest of the site is generated from the markdown files. Notes are stored within their own markdown files within a folder of the same name.

e.g for Advanced Data Structures & Algorithms (ADSA): ADSA/ADSA.md

Makefile

Run the makefile with make to recompile the site.

This just calls makePage.sh for each of the folders.

makePage.sh

This just calls Gruber's markdown script (included) on each Markdown input, converting it into an HTML document with the same name and in the same location.

Each HTML file then has makeHTML.sh called on it.

makeHTML.sh

Pretty simple script, takes the input HTML file, uses sed to append a head (pretty horrible, should just use cat). This head points to the CSS REDTIME.css.

CSS

The HTML is pretty bare bones. All styling happens in the CSS.

The only interesting CSS part is

background-blend-mode: hard-light;

Played around with a bunch of different blend-modes generally an easy way to get good-contrast or interesting picture effects with minimal code.

uniexamnotes's People

Contributors

tawfiqh avatar

Watchers

James Cloos avatar  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.