diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3175f56..244684f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,5 +57,5 @@ The big thing to look for will be that the persons name is spelled correctly in - **People** - This represents a PR or Issue that is specifically about a person in the memorial. - **Person Added** - This represents a person who's been added (a json created) to the memorial. Should be applied after the work is complete, and should replace the "Add Person" tag. - **Project** - Used to identify PRs or Issues that relate to the RiC project and not any of the people within it. -- **Task** - A basic task being requested. This could fall within project, code, bug, or other non people focussed work. +- **Task** - A basic task being requested. This could fall within project, code, bug, or other non people focused work. - **Work in Progress** - This will be applied if the PR or Issue should **NOT** be accepted in its current state. This is for work-in progress PR's that require more work from the contributor. diff --git a/images/benpreston00.jpg b/images/benpreston00.jpg new file mode 100644 index 0000000..d52eceb Binary files /dev/null and b/images/benpreston00.jpg differ diff --git a/images/benpreston01.jpg b/images/benpreston01.jpg new file mode 100644 index 0000000..900b619 Binary files /dev/null and b/images/benpreston01.jpg differ diff --git a/images/benpreston02.jpg b/images/benpreston02.jpg new file mode 100644 index 0000000..1407131 Binary files /dev/null and b/images/benpreston02.jpg differ diff --git a/images/benpreston03.jpg b/images/benpreston03.jpg new file mode 100644 index 0000000..58efae9 Binary files /dev/null and b/images/benpreston03.jpg differ diff --git a/images/benpreston04.jpg b/images/benpreston04.jpg new file mode 100644 index 0000000..8391775 Binary files /dev/null and b/images/benpreston04.jpg differ diff --git a/images/benpreston05.jpg b/images/benpreston05.jpg new file mode 100644 index 0000000..4e6bae1 Binary files /dev/null and b/images/benpreston05.jpg differ diff --git a/images/benpreston06.jpg b/images/benpreston06.jpg new file mode 100644 index 0000000..6a2e04c Binary files /dev/null and b/images/benpreston06.jpg differ diff --git a/images/benpreston07.jpg b/images/benpreston07.jpg new file mode 100644 index 0000000..543c2ec Binary files /dev/null and b/images/benpreston07.jpg differ diff --git a/people/benpreston.json b/people/benpreston.json new file mode 100644 index 0000000..78b546d --- /dev/null +++ b/people/benpreston.json @@ -0,0 +1,84 @@ +{ + "firstname": "Ben", + "lastname": "Preston", + "handle": "Veruus", + "birth": "1978-07-11", + "death": "2016-12-15", + "obituary": "", + "issue": "171", + "affiliations": "Black Hat, DEF CON, DEF CON Swag Goon", + "mainimage": "/images/benpreston00.jpg", + "maintext": "Lorem ipsum dolor sit amet.", + "socialmedialinks": [ + { + "sitename": "Twitter", + "siteurl": "https://twitter.com/veruus" + }, + { + "sitename": "Github", + "siteurl": "https://github.com/veruus" + }, + { + "sitename": "LinkedIn", + "siteurl": "https://www.linkedin.com/in/benpreston/" + }, + { + "sitename": "Facebook", + "siteurl": "https://www.facebook.com/benjamin.preston" + }, + { + "sitename": "Flickr", + "siteurl": "https://www.flickr.com/photos/veruus/" + }, + { + "sitename": "Blogger", + "siteurl": "https://www.blogger.com/profile/01773288736238203979" + }, + { + "sitename": "Quora", + "siteurl": "https://www.quora.com/profile/Ben-Preston-4" + }, + { + "sitename": "Personal Website", + "siteurl": "https://web.archive.org/web/20141218102133/http://veru.us/" + } + ], + "contributions": [], + "gallery": [ + { + "url": "/images/benpreston01.jpg", + "title": "Photo of Ben Preston in Las Vegas at Black Hat USA", + "caption": "Ben Preston posing for a group photo at Caesar's Palace on August 3rd 2009" + }, + { + "url": "/images/benpreston02.jpg", + "title": "Photo of Ben Preston in Las Vegas", + "caption": "Ben Preston posing for a photo With Ryan Clark on August 2nd 2009" + }, + { + "url": "/images/benpreston03.jpg", + "title": "Photo of Ben Preston at unknown location", + "caption": "Ben Preston posing for a photo with his Hack Naked t-shirt on May 3rd 2012" + }, + { + "url": "/images/benpreston04.jpg", + "title": "Photo of Ben Preston at unknown location", + "caption": "Ben Preston on his phone on June 4th 2012" + }, + { + "url": "/images/benpreston05.jpg", + "title": "Photo of Ben Preston at unknown location", + "caption": "Ben Preston taking a selfie on October 13th 2014" + }, + { + "url": "/images/benpreston06.jpg", + "title": "Photo of Ben Preston at unknown location", + "caption": "Ben Preston taking a selfie on April 13th 2016" + }, + { + "url": "/images/benpreston07.jpg", + "title": "Photo of Ben Preston at unknown location", + "caption": "Ben Preston taking a selfie on June 26th 2016" + } + ] +} diff --git a/peoplelist.json b/peoplelist.json index 6b2472b..7a5549f 100644 --- a/peoplelist.json +++ b/peoplelist.json @@ -219,6 +219,10 @@ { "displayname": "Jerrod Bates", "filename": "jerrodbates" + }, + { + "displayname": "Ben Preston (Veruus)", + "filename": "benpreston" } ] }