diff --git a/_data/screenfox/data.yml b/_data/screenfox/data.yml new file mode 100644 index 00000000..6e131064 --- /dev/null +++ b/_data/screenfox/data.yml @@ -0,0 +1,30 @@ +--- +# name (required) +# may be your real name or your nick; not your company name. +# teams: feel free to add multiple entries for each of your members! +name: René Krauß + +# geo location (required) +# provide your favored level of detail by number of digits (like 50.107811 vs 50.11) +# you may use services like openstreetmap.org to find out your geo location +latitude: 51.2906 +longitude: 14.0975 + +# bio +# describe yourself, your involvement in the project and the community or whatever is relevant for you. +# should be 300 chars at maximum. no markup or line breaks! +bio: "" + +# image or gravatar +# provide image file from current folder (like 'johndoe.jpg') or gravatar url (generated via https://3v4l.org/OXG7H) +# should be square and about 200-300 px size! +image: screenfox.png + +# links +# one or more links to your website, your github profile, twitter, facebook et al. +# 4 links, tops! +links: +- https://www.screenfox.de +- https://twitter.com/screenfox + +--- diff --git a/_data/screenfox/screenfox.png b/_data/screenfox/screenfox.png new file mode 100644 index 00000000..52f1666c Binary files /dev/null and b/_data/screenfox/screenfox.png differ