-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
35 lines (30 loc) · 1.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
o-----------------------------o
| _____ ______ _ |
| / __ \| ___ \ | |
| | / \/| |_/ / | |
| | | | __/| | |
| | \__/\| | | |____ |
| \____/\_| \_____/ |
| |
| ASSIGNMENT 1: |
| JavaScript |
| |
| Glenn Croes |
| Philippe De Croock |
| Thomas Winant |
| |
o-----------------------------o
You can read our socratic discussion in index.html.
Directory structure:
.
├── doc | Contains the original text
├── generator | A JavaScript program that generates the HTML etc.
├── css | The source CSS and less files
├── js | The source JavaScript code
├── img | The images of the web page
├── bibliography.js | The source file of the bibliography
├── template.html | The template on which index.html is based
├── index.html | The actual page you should read
├── styles.css | The concatenated and minimised CSS
├── scripts.js | The concatenated and minimised JavaScript
└── README | This file