diff --git a/_data/navigation.yml b/_data/navigation.yml index e0c93d8..a17da7c 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,7 +1,7 @@ # main links links main: - - title: "Projects" - url: /projects/ + - title: "Portfolio" + url: /portfolio/ - title: "CV" url: /cv/ diff --git a/_portfolio/portfolio-2.html b/_drafts/portfolio-2.html similarity index 83% rename from _portfolio/portfolio-2.html rename to _drafts/portfolio-2.html index 8a0c6eb..37f5f8c 100644 --- a/_portfolio/portfolio-2.html +++ b/_drafts/portfolio-2.html @@ -4,4 +4,4 @@ excerpt: "Short description of portfolio item number 2 <br/><img src='/images/50 collection: portfolio --- -This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML. +This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML. diff --git a/_portfolio/msc.html b/_portfolio/msc.html new file mode 100644 index 0000000..6c6b51c --- /dev/null +++ b/_portfolio/msc.html @@ -0,0 +1,9 @@ +--- +title: "Msc Project" +excerpt: "Built a 3D vector magnetometer in order to determine the axis of a defect in a nano-diamond. <br/><img src='/images/vector_magnet_angle_view.png' height='100'>" +collection: portfolio +--- + +I built a 3d vector magnetometer in order to determine the axis of a defect in a nano-diamond. + +<br><iframe src="https://myhub.autodesk360.com/ue2a56e59/shares/public/SH7f1edQT22b515c761efc56dd943429df14?mode=embed" width="640" height="480" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" frameborder="0"></iframe> diff --git a/_portfolio/portfolio-1.md b/_portfolio/portfolio-1.md deleted file mode 100644 index 847af9e..0000000 --- a/_portfolio/portfolio-1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Portfolio item number 1" -excerpt: "Short description of portfolio item number 1<br/><img src='/images/500x300.png'>" -collection: portfolio ---- - -This is an item in your portfolio. It can be have images or nice text. If you name the file .md, it will be parsed as markdown. If you name the file .html, it will be parsed as HTML. diff --git a/images/vector_magnet_angle_view.png b/images/vector_magnet_angle_view.png new file mode 100644 index 0000000..225cd5d Binary files /dev/null and b/images/vector_magnet_angle_view.png differ