diff --git a/web/content/contact/index.md b/web/content/contact/index.md new file mode 100644 index 0000000..6fd2299 --- /dev/null +++ b/web/content/contact/index.md @@ -0,0 +1,20 @@ +--- +title: "Contact Me" +date: 2020-01-04T23:58:33+09:00 +description: Lets Connect! +type: contact +--- + +Hi! Lets connect. + +{{< button href="https://youtube.com/WorldOfZeroDevelopment" width="100%" height="72px" color="primary" >}} ![](/svgs/contact/youtube-brands.svg)World of Zero - YouTube{{< /button >}} + +{{< button href="https://twitch.tv/worldofzerodev" width="100%" height="72px" color="primary" >}} ![](/svgs/contact/twitch-brands.svg)World of Zero - Twitch{{< /button >}} + +{{< button href="https://twitter.com/runewake2" width="100%" height="72px" color="primary" >}} ![](/svgs/contact/twitter-brands.svg)Twitter{{< /button >}} + +{{< button href="https://www.linkedin.com/in/sam-wronski-7235513b/" width="100%" height="72px" color="primary" >}} ![](/svgs/contact/linkedin-brands.svg)LinkedIn{{< /button >}} + +{{< button href="https://github.com/runewake2" width="100%" height="72px" color="primary" >}} ![](/svgs/contact/github-brands.svg)GitHub{{< /button >}} + +{{< button href="mailto:contact@worldofzero.com" width="100%" height="72px" color="primary" >}} ![](/svgs/contact/at-solid.svg)contact AT worldofzero.com{{< /button >}} diff --git a/web/static/svgs/contact/at-solid.svg b/web/static/svgs/contact/at-solid.svg new file mode 100644 index 0000000..f0e6542 --- /dev/null +++ b/web/static/svgs/contact/at-solid.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/static/svgs/contact/github-brands.svg b/web/static/svgs/contact/github-brands.svg new file mode 100644 index 0000000..afb9889 --- /dev/null +++ b/web/static/svgs/contact/github-brands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/static/svgs/contact/linkedin-brands.svg b/web/static/svgs/contact/linkedin-brands.svg new file mode 100644 index 0000000..4d13722 --- /dev/null +++ b/web/static/svgs/contact/linkedin-brands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/static/svgs/contact/twitch-brands.svg b/web/static/svgs/contact/twitch-brands.svg new file mode 100644 index 0000000..ca3347e --- /dev/null +++ b/web/static/svgs/contact/twitch-brands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/static/svgs/contact/twitter-brands.svg b/web/static/svgs/contact/twitter-brands.svg new file mode 100644 index 0000000..0009756 --- /dev/null +++ b/web/static/svgs/contact/twitter-brands.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/web/static/svgs/contact/youtube-brands.svg b/web/static/svgs/contact/youtube-brands.svg new file mode 100644 index 0000000..2059eab --- /dev/null +++ b/web/static/svgs/contact/youtube-brands.svg @@ -0,0 +1 @@ + \ No newline at end of file