Skip to content

Portal page for the Studentmediene i Trondheim AS and our interal services

License

Notifications You must be signed in to change notification settings

studentmediene/smint.no

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 

Repository files navigation

smint.no

Gives an overview of the services used internally at the Student Media in Trondheim (Studentmediene i Trondheim).

Installation

This is just a static web page. The contents of the webroot/ folder is the web root for www.smint.no.

To preview locally, just open the index.html file in your browser (hit CTRL + O). Or, if you'd like to make it available for other devices on the same network, run the following with Python3 installed, while inside the webroot/ folder:

python3 -m http.server

When you deploy the application, make sure you enable caching of the resources (with revalidation), as well as GZIP compression of the CSS and HTML files. This way, you reduce load times and network usage, making up for the fact that the CSS and HTML are not minified and packed together.

Dependencies

Skeleton is a dependency of this project; however, it is included as a part of the repository. For licensing information, see the copyright notices in the Skeleton files.