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 = "#" ++++ + +--- + +
+ +--- 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 = "#" ++++ + +--- + + + +--- 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 = "#" ++++ + +--- + + + +---