-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ZuliusRoolf:html-template
Html-template
- Loading branch information
Showing
7 changed files
with
295 additions
and
70 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
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,24 @@ | ||
{ | ||
"portrait": "URL_to_portrait_image", | ||
"name": "Zulius Roolf", | ||
"title": "Software Engineer Student", | ||
"workplace": "BTH", | ||
"links": [ | ||
{ | ||
"name": "LinkedIn", | ||
"link": "https://www.linkedin.com/in/johndoe", | ||
"icon": "linkedin" | ||
}, | ||
{ | ||
"name": "Twitter", | ||
"link": "https://twitter.com/johndoe", | ||
"icon": "twitter" | ||
}, | ||
{ | ||
"name": "GitHub", | ||
"link": "https://github.com/ZuliusRoolf", | ||
"icon": "content/icons/github.svg" | ||
} | ||
], | ||
"aboutMeText": "I am a Jack of all trades with strong proficency in the art of software development. This website has been created to track and showcase the different projects I have worked on over the years. I am always looking for new opportunities to learn and grow as a developer." | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Oops, something went wrong.