diff --git a/static/home.typ b/static/home.typ index 5cd0f89..10a69f4 100644 --- a/static/home.typ +++ b/static/home.typ @@ -1,6 +1,9 @@ #import "@preview/treet:1.0.0": * = About me +University of Toronto student in Computer Science interested in research and development. Fascinated by finding, understanding, and developing solutions to technical problems. Fields of interest include cybersecurity, robotics, software engineering, automation, data science, machine learning, and ethics. A constant learner always looking to build technical skills, and share what I learn. + + I enjoy competing in capture the flag competitions (cybersecurity and the backyard game), working with robotics, automating tasks and thinking through problems. I've competed in a few hackathons which are cool, but I prefer spending large time frames incrementally understand solutions to much larger problems, and attempting solutions to those. diff --git a/static/infinite-vision/assets/image.png b/static/infinite-vision/assets/image.png new file mode 100644 index 0000000..75d6c32 Binary files /dev/null and b/static/infinite-vision/assets/image.png differ diff --git a/static/infinite-vision/assets/image2.png b/static/infinite-vision/assets/image2.png new file mode 100644 index 0000000..6f6c5be Binary files /dev/null and b/static/infinite-vision/assets/image2.png differ diff --git a/static/infinite-vision/post.typ b/static/infinite-vision/post.typ new file mode 100644 index 0000000..5b51b15 --- /dev/null +++ b/static/infinite-vision/post.typ @@ -0,0 +1,7 @@ + + + + +#image("assets/image.png") + +#image("assets/image2.png") \ No newline at end of file