Skip to content

cutiehack-ucr/cutie-hack-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CutieHack2018

CutieHack 2018 Website

For the front end people: 
the main page html is located here:  CutieHack2018/cutie/landingapp/templates/index.html
and the static files are located here: CutieHack2018/cutie/landingapp/static/

To link css in html,
{% load static %}
<link rel="stylesheet" href="{% static 'css/example.css' %}">

To link image in html,
{% load static %}
<img src="{% static 'images/example.png' %}" alt="My image" />

To link js in html,
{% load static %}
<script type="text/javascript" src="{% static 'js/example.js' %}"></script>

for c9 users: https://community.c9.io/t/updating-django/15335

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors