diff --git a/_data/socials.json b/_data/socials.json new file mode 100644 index 0000000..475c4ec --- /dev/null +++ b/_data/socials.json @@ -0,0 +1,42 @@ +[ + { + "name": "website", + "username": "retrylife.ca", + "icon": "fas fa-book-open", + "url": "https://retrylife.ca" + }, + { + "name": "GitHub", + "username": "ewpratten", + "icon": "fab fa-github", + "url": "https://github.com/ewpratten" + }, + { + "name": "Instagram", + "username": "evanpratten", + "icon": "fab fa-instagram", + "url": "https://www.instagram.com/evanpratten/" + }, + { + "name": "Twitter", + "username": "ewpratten", + "icon": "fab fa-twitter", + "url": "https://twitter.com/ewpratten" + }, + { + "name": "DeviantArt", + "username": "evanpratten", + "icon": "fab fa-deviantart", + "url": "https://www.deviantart.com/evanpratten" + },{ + "name": "Snapchat", + "username": "slabs5225", + "icon": "fab fa-snapchat-ghost", + "url": "https://www.snapchat.com/add/slabs5225" + },{ + "name": "QRZ", + "username": "va3zza", + "icon": "fas fa-broadcast-tower", + "url": "https://www.qrz.com/db/VA3ZZA" + } +] \ No newline at end of file diff --git a/_sass/site/page.scss b/_sass/site/page.scss index 9bae76f..19b4306 100644 --- a/_sass/site/page.scss +++ b/_sass/site/page.scss @@ -169,4 +169,8 @@ blockquote p { // box-shadow: 0 4px 2px rgba(0, 0, 0, 0.19); transition: background 0s; +} + +.social_front{ + width:25px; } \ No newline at end of file diff --git a/me.html b/me.html new file mode 100644 index 0000000..bbeb9cf --- /dev/null +++ b/me.html @@ -0,0 +1,23 @@ +--- +title: Social Links +description: This page contains links to places I can be found around the web +layout: page +backing_img: /assets/images/pr_monochromatic.svg +backing_scalar: "height:90%;" +--- + +
+ +{% for social in site.data.socials %} + + +
+
   {{social.username}}
+
+
+ +{% endfor %} + + + +
\ No newline at end of file