Skip to content

usydtechlab/usyd-law-events-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USYD Law Events Page Revamp

The objective is to make an easy to use and access events page for the faculty of Law at the University of Sydney.

How it works

A JSON array data file acts as a feeder source that is fetched and loaded asynchronously into the webpage.
The JSON's structure is:
{ "title": "title of the event", "description": "description of the event", "date": "date of the event", "time": "time of the event", "image64": An encoded data URI base64 string to load the image in. }

This data json object is loaded into main.js which extracts each entry and creates an event object for each event and displays them.

Made with 💙 at the TechLab.

About

a frontend mockup for the law faculty events page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published