You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/history.js
+10-22Lines changed: 10 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -8,50 +8,39 @@ const HistoryPage = () => {
8
8
<LayoutpageTitle="History">
9
9
<small>April 30, 2011</small>
10
10
<p>
11
-
In the beginning was my High School project fair.
11
+
In the beginning was a High School project fair.
12
12
13
13
<br></br><br></br>
14
-
15
-
<StaticImagealt="Clifford, a reddish-brown pitbull, dozing in a bean bag chair"src="../images/clifford.jpg"/>
14
+
<StaticImagealt="high school project"src="../images/hs1.png"/>
16
15
17
16
<br></br><br></br>
18
-
The original project was with Javascript, Java, AS3, Visual Basic, and Python.
19
-
20
-
<br></br><br></br>
21
-
17
+
The original project used ActionScript 3 (AS3), Java, JavaScript.
22
18
</p>
23
19
24
20
<br></br>
25
21
<hr></hr>
26
22
<br></br>
27
23
28
24
<small>February 19, 2015</small>
29
-
30
25
<p>
31
-
After some time, I had college hosting and put up a poor-man's version of this project.
26
+
After many years, this project was revisited and expanded with additional languages: Swift, Python, and Visual Basic.
32
27
33
28
<br></br><br></br>
34
29
35
-
The project expanded with a few additional languages. The website was coded in vanilla javascript using templates from programming classes -- it was functional and will remain archived.
36
-
30
+
A simple vanilla javascript website with handlebars.js templating was hosted via college hosting.
37
31
</p>
38
32
39
-
<p>When I put a version of that project online via my college website hosting.</p>
40
-
41
-
42
33
<br></br>
43
34
<hr></hr>
44
35
<br></br>
45
36
46
37
<small>February 19, 2021</small>
47
38
48
39
<p>
49
-
I revisit this project on its tenth anniversary.
40
+
After some time, the project was revisited on its tenth anniversary.
50
41
51
42
<br></br><br></br>
52
-
53
-
For DigitalOcean's <ahref="https://hacktoberfest.com/">hacktoberfest</a> I thought to expand, have a proper website, and make it a communtiy project where other's can submit a simple program in their language of choice.
54
-
43
+
The project is reopened for DigitalOcean's <ahref="https://hacktoberfest.com/">hacktoberfest</a> with the goal of expansion, a proper website, and open contribution.
55
44
<br></br><br></br>
56
45
57
46
Unfortunately it did not progress significantly during this time.
@@ -61,17 +50,16 @@ const HistoryPage = () => {
61
50
<hr></hr>
62
51
<br></br>
63
52
64
-
<small>December 29, 2023</small>
53
+
<small>February 21, 2023</small>
65
54
66
55
<p>
67
-
With the release of <ahref="https://chat.openai.com/">ChatGPT</a>, it became the perfect opportunity to generate tedious, low-IQ, grunt-work in an array of programming languages.
56
+
With the release of <ahref="https://chat.openai.com/">ChatGPT</a>, the generation of tedious, low-IQ, grunt-work in an array of programming languages became straightforward.
68
57
69
58
<br></br><br></br>
70
-
This project is considered completed and satisfactory. That said, any <ahref="https://github.com/spencermwoo/randomness-in-programming-languages">PRs</a> are welcome to improve the statistics, website design, or programming langauges.
59
+
This project is considered completed and satisfactorily concluded. That said, any <ahref="https://github.com/spencermwoo/randomness-in-programming-languages">PRs</a> are welcome as there is plenty to improve (statistics, website, programming languages, etc).
0 commit comments