-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
118 lines (115 loc) · 5.03 KB
/
Copy pathindex.html
File metadata and controls
118 lines (115 loc) · 5.03 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<title>Flowify</title>
</head>
<body>
<br/>
<br/>
<br/>
<h1><p class="text-center">Flowify</p></h1>
<div class="wrapper container col-md-12">
<div class="row">
<div class="col-md-3">
</div>
<div class="col-md-6">
<div class="text-center">
Flowify is a way to visualize existing programs.
</div>
<br/>
<div class="container">
<div class="col-md-12 mx-auto">
<a href="/web/flowify_latest_design.html"><img src="web/img/flowify-fibEarly.png" class="img-fluid"></a>
</div>
</div>
<div class="text-center">
<a href="/web/flowify_latest_design.html">Click here for mockups of the latest design</a>
</div>
<br/>
<br/>
<br/>
<div class="container">
<div class="col-md-6 mx-auto">
<a href="web/flowify.html"><img src="web/img/preview_flowify.jpg" class="img-fluid"></a>
</div>
</div>
<div class="text-center">
<a href="web/flowify.html">Click here for an online (aplha) demo</a>
</div>
<br/>
<br/>
<br/>
<div class="text-center">
<h4>Older versions of Flowify<h4>
</div>
<br/>
<div class="container">
<div class="col-md-6 mx-auto">
<a href="old/web/flowify_old.html"><img src="old/web/img/preview_flowify_shadow_clean.jpg" class="img-fluid"></a>
</div>
</div>
<br/>
<div class="text-center">
<a href="old/web/flowify_old.html">Click here for an (old) online (aplha) demo</a>
</div>
<div class="container">
<div class="col-md-6 mx-auto">
<a href="web/img/flowify_algoritm_and_data_structures-Old algorithm.png"><img src="web/img/flowify_algoritm_and_data_structures-Old algorithm.png" class="img-fluid"></a>
</div>
</div>
<div class="text-center">
<a href="web/img/flowify_algoritm_and_data_structures-Old algorithm.png">Click here for the (old) algorithm</a>
</div>
<br/>
<!--
<br/>
<br/>
<div class="text-center">
If you tried the demo, <br>please fill in the <a href="old/web/survey_questions.php">survey questions</a>.
</div>
<br/>
<br/>
<br/>
<br/>
<br/>
-->
<div class="text-center">
<h4>Early concept<h4>
</div>
<br/>
<div class="container">
<div class="col-md-6 mx-auto">
<a href="/web/img/flowify_early_concept.png"><img src="web/img/flowify_early_concept.png" class="img-fluid"></a>
</div>
</div>
<br/>
<div class="text-center">
<h4>Early prototypes<h4>
</div>
<br/>
<div class="container">
<div class="col-md-6 mx-auto">
<a href="/web/tests.html"><img src="web/img/flowify_old_prototypes.png" class="img-fluid"></a>
</div>
</div>
<div class="text-center">
<a href="/web/tests.html">Flowify test programs and (early) prototypes</a>
</div>
<br/>
<br/>
<br/>
<div class="text-center">
By Jeffrey Hullekes
</div>
<br>
<br>
</div>
<div class="col-md-3">
</div>
</div>
</div>
</body>
</html>