-
Notifications
You must be signed in to change notification settings - Fork 1
/
website-versions.yml
65 lines (65 loc) · 1.83 KB
/
website-versions.yml
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
---
- version: 6
tech-stack:
- Elm
url: https://www.joshuaji.com/
state:
status: online
started: '2024-01-27'
comments: Not a big visual change from v5, but the migration to Elm Pages warrants a new version number.
- version: 5
tech-stack:
- Elm
- Webpack
url: https://www.joshuaji.com/old-websites/v5/
state:
status: deprecated
started: '2020-09-20'
ended: '2024-01-27'
comments: A long overdue redesign of my website. I'm proud of the way it looks!
- version: 4
tech-stack:
- Elm
url: https://www.joshuaji.com/old-websites/v4/
state:
status: deprecated
started: '2019-07-01'
ended: '2020-09-20'
comments: After a long hiatus, I made this website during the summer between grades
11 and 12 to host my projects. Quite soon I realized I should change it if I wanted
to seem professional.
- version: 3
tech-stack:
- HCJ
- AngularJS
- Bootstrap
url: https://www.joshuaji.com/old-websites/v3/
state:
status: unreleased
started: '2015-12-21'
ended: '2016-03-01'
comments: One of my most complex and aesthetic web pages. However, it has virtually
no content since I spent so long making it look nice.
- version: 2
tech-stack:
- HCJ
- AngularJS
- Bootstrap
url: https://www.joshuaji.com/old-websites/v2/
state:
status: unreleased
started: '2015-07-17'
ended: '2015-08-05'
comments: Originally supposed to be a clone of my first website with improved UI,
I ended up making a lot more changes.
- version: 1
tech-stack:
- HCJ
- JQuery
url: https://www.joshuaji.com/old-websites/v1/
state:
status: unreleased
started: '2015-05-19'
ended: '2015-07-08'
comments: My first personal website built from the ground up, complete with a blog
and a javascript canvas page I learned from "Head First Javascript Programming"