From 645a9031982eb8ca5b74cb6c3b9022611c60dc5c Mon Sep 17 00:00:00 2001 From: Aroy <39088602+Aroy-Art@users.noreply.github.com> Date: Sun, 17 Jan 2021 15:48:23 +0100 Subject: [PATCH] Added some 3d Models --- content/portfolio/items.md | 12 ++++++++++++ content/portfolio/items/column1.md | 21 +++++++++++++++++++++ content/portfolio/items/column2.md | 21 +++++++++++++++++++++ content/portfolio/items/column3.md | 21 +++++++++++++++++++++ 4 files changed, 75 insertions(+) create mode 100644 content/portfolio/items.md create mode 100644 content/portfolio/items/column1.md create mode 100644 content/portfolio/items/column2.md create mode 100644 content/portfolio/items/column3.md diff --git a/content/portfolio/items.md b/content/portfolio/items.md new file mode 100644 index 0000000..cd9d619 --- /dev/null +++ b/content/portfolio/items.md @@ -0,0 +1,12 @@ ++++ +fragment = "items" +disabled = false +date = "2020-12-16" + +weight = 110 +background = "light" + +title = "My 3D Models" +subtitle= "" +title_align = "center" # Default is center, can be left, right or center ++++ diff --git a/content/portfolio/items/column1.md b/content/portfolio/items/column1.md new file mode 100644 index 0000000..033861a --- /dev/null +++ b/content/portfolio/items/column1.md @@ -0,0 +1,21 @@ ++++ +#title = "Column 1" +weight = 10 + +#[asset] +# icon = "fas fa-random" +# url = "#" ++++ + +--- + +
+ +

+ Low Poly Female + by Aroy + on Sketchfab +

+
+ +--- diff --git a/content/portfolio/items/column2.md b/content/portfolio/items/column2.md new file mode 100644 index 0000000..309b569 --- /dev/null +++ b/content/portfolio/items/column2.md @@ -0,0 +1,21 @@ ++++ +#title = "Column 2" +weight = 20 + +#[asset] +# icon = "fas fa-random" +# url = "#" ++++ + +--- + +
+ +

+ Low Poly Battery 02 + by Aroy + on Sketchfab +

+
+ +--- diff --git a/content/portfolio/items/column3.md b/content/portfolio/items/column3.md new file mode 100644 index 0000000..e23ab08 --- /dev/null +++ b/content/portfolio/items/column3.md @@ -0,0 +1,21 @@ ++++ +#title = "Column 3" +weight = 30 + +#[asset] +# icon = "fas fa-random" +# url = "#" ++++ + +--- + +
+ +

+ Low Poly Oak Tree 01 + by Aroy + on Sketchfab +

+
+ +---