Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Apr 19, 2017
1 parent da2dbb6 commit 67cfe96
Show file tree
Hide file tree
Showing 16 changed files with 80 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
Binary file added Design/icon.psd
Binary file not shown.
Binary file added Design/strip.psd
Binary file not shown.
Binary file added Example.pkpass
Binary file not shown.
Binary file added PassKit-Business-Card/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PassKit-Business-Card/icon@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PassKit-Business-Card/icon@3x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PassKit-Business-Card/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PassKit-Business-Card/logo@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PassKit-Business-Card/logo@3x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions PassKit-Business-Card/pass.json
@@ -0,0 +1,79 @@
{
"formatVersion" : 1,
"passTypeIdentifier" : "pass.au.com.timoliver.businesscard.dank",
"serialNumber" : "XD",
"teamIdentifier" : "**INSERT YOUR TEAM IDENTIFIER CODE HERE**",
"barcodes" : [
{
"message" : "https://downloads.timoliver.com.au/tim-businesscard.pkpass",
"format" : "PKBarcodeFormatQR",
"messageEncoding" : "iso-8859-1"
}
],
"organizationName" : "Tim Oliver",
"description" : "Tim Oliver",
"foregroundColor" : "rgb(255, 255, 255)",
"backgroundColor" : "rgb(20, 20, 20)",
"labelColor" : "rgb(190, 57, 57)",
"storeCard" : {
"headerFields" : [
{
"key" : "header-name",
"textAlignment" : "PKTextAlignmentRight",
"label" : "PROFESSION",
"value" : "Hanzo Main"
}
],
"auxiliaryFields" : [
{
"key" : "blog",
"label" : "BLOG",
"value" : "http://timoliver.blog",
"textAlignment" : "PKTextAlignmentLeft"
},
{
"key" : "twitter",
"label" : "TWITTER",
"value" : "@TimOliverAU",
"textAlignment" : "PKTextAlignmentRight"
}
],
"backFields" : [
{
"key" : "back-name",
"label" : "NAME",
"value" : "Tim Oliver"
},
{
"key" : "back-role",
"label" : "OCCUPATION",
"value" : "CMO - Chief Memes Officer"
},
{
"key" : "back-email",
"label" : "EMAIL",
"attributedValue" : "<a href='mailto:info@timoliver.com.au'>info@timoliver.com.au</a>"
},
{
"key" : "back-blog",
"label" : "BLOG",
"attributedValue" : "<a href='http://timoliver.blog'>http://timoliver.blog</a>"
},
{
"key" : "back-email",
"label" : "TWITTER",
"attributedValue" : "<a href='http://twitter.com/timoliverau'>@TimOliverAU</a>"
},
{
"key" : "back-instagram",
"label" : "INSTAGRAM",
"attributedValue" : "<a href='http://instagram.com/timoliver'>@TimOliver</a>"
},
{
"key" : "back-github",
"label" : "GITHUB",
"attributedValue" : "<a href='http://github.com/timoliver'>@TimOliver</a>"
}
]
}
}
Binary file added PassKit-Business-Card/strip.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PassKit-Business-Card/strip@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PassKit-Business-Card/strip@3x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added signpass
Binary file not shown.

0 comments on commit 67cfe96

Please sign in to comment.