-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create krisamer * Delete _directory/data/krisamer * Create data.yml * Update data.yml * Update data.yml * Update data.yml
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
# 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: Bruno Krisamer | ||
|
||
# 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: 48.93 | ||
longitude: 8.91 | ||
|
||
# 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: "Hey, I’m Bruno, living in Vaihingen/Enz running my own company. I use REDAXO for several client projects. Find me at slack." | ||
|
||
# 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: https://avatars.githubusercontent.com/u/24945200?s=200&v=4 | ||
|
||
# links | ||
# one or more links to your website, your github profile, twitter, facebook et al. | ||
# 4 links, tops! | ||
links: | ||
- https://www.krisamer.de | ||
- https://github.com/krisamer | ||
- https://twitter.com/krisamer | ||
|
||
--- |