From d1b340cd29c6b628387fe02961e6d2dc919d7983 Mon Sep 17 00:00:00 2001
From: omar chatin <66512898+omer-os@users.noreply.github.com>
Date: Mon, 21 Feb 2022 01:08:07 +0300
Subject: [PATCH 1/2] Update README.md
---
README.md | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 737e88d..f74bdd5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,2 @@
-# Portfolio-Site
-
-A summary of all my work, also my first proper web-design project.
-
-Check out the page for more info on me and my work/for my contact details. Its hosted at https://Wil-Ro.github.io/Portfolio
+## improving Portfolio-Site from https://github.com/Wil-Ro/Portfolio
+Note: this site is not mine im just making improvments to it
From 7b3f090fbaaf70fa24c97496fe2e9b5f41ea1a3e Mon Sep 17 00:00:00 2001
From: omar chatin <66512898+omer-os@users.noreply.github.com>
Date: Mon, 21 Feb 2022 19:36:30 +0300
Subject: [PATCH 2/2] merge from new-design branch
---
README.md | 9 +-
index.html | 275 +++++++++++++++++++++-----------------
main.css | 381 +++++++++++++++++++++++++++++++++++++++++++++++++++++
main.js | 16 +++
4 files changed, 557 insertions(+), 124 deletions(-)
create mode 100644 main.css
create mode 100644 main.js
diff --git a/README.md b/README.md
index f74bdd5..0bb1778 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,7 @@
-## improving Portfolio-Site from https://github.com/Wil-Ro/Portfolio
-Note: this site is not mine im just making improvments to it
+# Portfolio-Site
+
+s
+
+A summary of all my work, also my first proper web-design project.
+
+Check out the page for more info on me and my work/for my contact details. Its hosted at https://Wil-Ro.github.io/Portfolio
diff --git a/index.html b/index.html
index 3b15943..df4add4 100644
--- a/index.html
+++ b/index.html
@@ -1,122 +1,153 @@
-
-
-
VR physics engine
- -A project done for my EPQ, during post-16, where I aimed to create a virtual reality environment where the user could grab and interact with objects in a semi-physics based
- environment.
This system was my introduction to Unreal Engine and mainly used its "Blueprint" visual language, however I later used C++ to try and add my own physics
- to it.
-
Tower defence game
- -One of my first projects, this was created with a friend to help us gain a better understanding of python.
This was a basic tower defence game but featured a fully scalable
- level design system.
-
Work on Aardvark XR
- -Aardvark is a web-based virtual reality system which allows users to create and share web apps which are overlayed on top of the users VR experience.
- Over the course of its release I have attended its first hackathon and continued to support it long afterwards, having worked both on my own and with other developers to create apps
- for the system to help it gain traction.
-
Unity based Mind Map software
- -A project done as my final piece for my A-level computer science course.
This was a program designed to create mind maps, it could have nodes made, and linked, have images added and
- included a pen tool to allow the user to draw notes on top of the mind maps. It also had a fully functional undo and redo system and the ability to save and load files.
-