-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (55 loc) · 1.09 KB
/
index.html
File metadata and controls
87 lines (55 loc) · 1.09 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
<!DOCTYPE html>
<html>
<body bgcolor="#FF7F00">
<h1>6Grain Capstone Project: Contents</h1>
<a href="6grainblogpage.html">
About 6grain
</a>
<br>
<br>
<a href="chapter1.html">
CHAPTER 1: INTRODUCTION
</a>
<br>
<br>
<a href="flowchart.html">
PROJECT FLOWCHART
</a>
<br>
<br>
<a href="BlogPost1thissemester.html">
BLOG POST 1
</a>
<br>
<br>
<a href="BlogPost2.html">
BLOG POST 2
</a>
<br>
<br>
<a href="Blogpost3.html">
BLOG POST 3
</a>
<br>
<br>
<a href="BlogPost4.html">
BLOG POST 4
</a>
<br>
<br>
<a href="Blogpost5.html">
BLOG POST 5
</a>
<br>
<br>
<a href="https://www.youtube.com/watch?v=3Hgeb89cyLU">
Capstone Demo Video (How the Code Works)
</a>
<p>By Diogo Ribeiro.</p>
<br>
<br>
<div style="text-align:center;">
<p style="font-size:1.2em; color:#006400; font-style:italic;">"You can have data without information but you can not have information without data" - Daniel Keys Moran</p>
</div>
</body>
</html>