-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (52 loc) · 2.53 KB
/
index.html
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<title>Menukaarten-docs</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="assets/css/stylesheet.css" media="screen,print">
<link rel="stylesheet" href="assets/css/print.css" media="print">
<link rel="stylesheet" type="text/css" href="assets/css/shCore.css" media="screen,print">
<link rel="stylesheet" type="text/css" href="assets/css/shThemeDefault.css" media="screen,print">
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/SyntaxHighlighter.js"></script>
<script type="text/javascript" src="assets/js/build_menu.js"></script>
</head>
<body>
<div id="header-wrapper">
<div id="header">
<h1>Documentation SexyFramework</h1>
<span>Created by Vincent Bremer & Douwe de Haan</span>
</div>
</div>
<div id="container">
<div id="menu-wrapper">
<div id="menu">
<h1>Table of contents</h1>
<ul></ul>
</div>
</div>
<div id="content-wrapper">
<div id="content">
<!-- START CONTENT -->
<h1>Introduction</h1>
<p>Welcome at our technical design and developer manual of this framework. For our school project we needed to build a menukaarten (menu cards) application. After doing some research on existing frameworks we decided to build our own, which is documented on these web pages. The section <a href="framework.html">Framework</a> contains information about the workings of this framework. The section <a href="menukaarten.html">Menukaarten.nl</a> contains information specific to the meukaarten application. And at the section <a href="decisions_research.html">Decisions & Research</a> you can find our justification of the design choices we have made.</p>
<p>For more information you can contact Vincent Bremer (vbremer89[at]gmail[dot]com or Douwe de Haan (douwedehaan[at]live[dot]nl)</p>
<div class="note">
<span class="bold">Todo</span><br>
<ul>
<li>Remove this todo list</li>
<li>Installation - Douwe</li>
<li>Helpers (include all helpers and fill the actual helper page) - Vincent</li>
<li>Design Patterns - Douwe</li>
<li>Structure - Vincent</li>
<li>Weblog example - Douwe</li>
</ul>
<p>Misschien nog een database tester inbouwen die probeert verbinding te maken met de database en de standaard SQL draait? Is wel handig qua installatie en alles...</p>
</div>
<!-- END CONTENT -->
</div>
</div>
</div>
<script type="text/javascript" src="assets/js/SyntaxHighlighter_settings.js"></script>
</body>
</html>