diff --git a/index.html b/index.html index a7618b5..e35616d 100644 --- a/index.html +++ b/index.html @@ -16,11 +16,7 @@ -
+
@@ -47,17 +43,91 @@ Front-End, soon to be Back-End developer from Perú 🇵🇪

-

+

What I've done over the years

↓ -

+

-
- a +
+ +
+ +
+

+ Horarios UNSA +

+ +

+ + + https://horarios-v1.araozu.dev/ + + · + + + Git repo + + +

+ + Image of Horarios UNSA + +
+ JS logo +
+
+
+ +
+

+ At my university, the schedule is a mess. We would be given images with the schedule + for all the courses, and we would have to manually search & match the courses we + wanted to take. +

+

+ So I made a website where you could see which courses overlap, their professors, + and the classrooms they were in, in a interactive table. +

+

+ I made the page completely in vanilla JS, all elements & animations were created dynamically + using DOM primitives. It was deployed on a free hosting service. +

+
+ +
+ +
+ +
+

+ PseudoSubs +

+
+ +
+

+ Between 2017 & 2019 I became interested in fansubbing anime. I made a website + where you could download the subtitles for the anime. +

+

+ The website was made in PHP, although most of the pages were static. + At the time I didn't know about databases, so I made my own file based database, + with a custom format in PHP. +

+

+ I also learned about domain names, A/AAAA/CNAME records, shared hosting & + integrating with external services like analytics & disqus. +

+
+
diff --git a/public/icons/js.png b/public/icons/js.png new file mode 100644 index 0000000..30a8402 Binary files /dev/null and b/public/icons/js.png differ diff --git a/public/img/horarios_1.png b/public/img/horarios_1.png new file mode 100644 index 0000000..60fcd60 Binary files /dev/null and b/public/img/horarios_1.png differ