This repository was archived by the owner on Nov 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhistory.html
More file actions
182 lines (158 loc) · 4.25 KB
/
history.html
File metadata and controls
182 lines (158 loc) · 4.25 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<!DOCTYPE html>
<html>
<head>
<title>
CodingSheets History
</title>
<link type="text/css" rel="stylesheet" href="css/history.css"/>
<link type="text/css" rel="stylesheet" href="css/global.css"/>
<link type="text/css" rel="stylesheet" href="css/code-options.css"/>
</head>
<body>
<h1 class="title">
HISTORY
</h1>
<!--Start of Introduction-->
<div class="main">
<p>
Welcome to the <span classs="bold">history</span> page!
<br>
This page will show case the creation and progress of
<a >CodingSheets</a>. Everything from
why I made this to current progress of various
pages.
</p>
</div>
<!--End of Introduction-->
<!--Start of Update Log-->
<h1>
Version History
</h1>
<!--Start of Alpha Stage-->
<h2>
Alpha Stage
</h2>
<div class="main">
<p>
During this stage, the file changes won't be mentioned.
Only because it really doesn't matter yet. Beta and Full Release, will have
those changes listed.
</p>
</div>
<div class="sidenav">
<br> <!--Moves it down, makes the sidebar look better-->
<!--Start of Home-->
<h1 id="cs">
<a href="homepage.html" id="cs">
<span id="c">Coding</span><span id="s">Sheets</span>
</a>
</h1>
<!--End of Home-->
<h2>
<span class="bold">Sections</span>
</h2>
<!--Start Nagivation Table-->
<div class="table">
<ul>
<li>
</li>
</ul>
</div>
<!--End Navigation Table-->
</div>
<!--Start Update v0.0.0-a-->
<h3>
<span class="bold">Version 0.0.0a</span> Creation
</h3>
<div class="main">
<span class="date">June 26, 2022</span>
<div class="tables">
<!--Start June 6, 2022 Table-->
<ul>
<li>
Alpha Release Starts
</li>
<li>
CodingSheets was made in Notepad++
(<a href="notepad-plus-plus.org">Notepad++ website</a>)
</li>
<li>
<span class="html">homepage.html</span> was created.
</li>
<li>
<span class="html">html-cheatsheet.html</span> was created.
</li>
</ul>
<!--Start June 6, 2022 Table-->
</div>
<span class="date">July 3rd, 2022</span>
<div class="tables">
<!--Start v0.0.1a Table-->
<ul>
<li>
<span class="css">html-cheatsheet.css</span> was created.
</li>
</ul>
<!--End July 3rd, 2022 Table-->
</div>
<span class="date">July 10th, 2022</span>
<div class="tables">
<!--Start v0.0.2a Table-->
<ul>
<li>
<span class="css">homepage.css</span> was created.
</li>
</ul>
<!--End v0.0.2a Table-->
</div>
<!--End v0.0.2a-->
<!--Start v0.0.3a-->
<span class="date">July 11th, 2022</span>
<div class="tables">
<ul>
<li>
<span>css-cheatsheet.html</span> was created.
</li>
<li>
<span class="css">css-cheatsheet.css</span> was created.
</li>
<li>
<span class="html">about-creator.html</span> was created.
</li>
<li>
<span class="css">about-creator.css</span> was created.
</li>
</ul>
</div>
<span class="date">July 13th, 2022</span>
<div class="tables">
<ul>
<li>
<span class="html">js-cheatsheet.html</span> was created.
</li>
<li>
<span class="js">html-cheatsheet.js</span> was created.
</li>
</ul>
</div>
<span class="date">July 26th, 2022</span>
<div class="tables">
<ul>
<li>
<span class="css">js-cheatsheet.css</span> was created.
</li>
</ul>
</div>
<span class="date">October 9th, 2023</span>
<div class="tables">
<ul>
<li>
<span class="html">md-cheatsheet.html</span> was created.
</li>
</ul>
</div>
<!--End of Update History-->
</body>
</html>