Skip to content

Commit

Permalink
Merge pull request #7 from fioprotocol/pawmmm-new-branding
Browse files Browse the repository at this point in the history
New branding
  • Loading branch information
ericbutz authored Jan 13, 2023
2 parents 008515b + cc22765 commit 9d7584a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 22 deletions.
8 changes: 4 additions & 4 deletions controller/api/fio.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { readFileSync } = require('fs')
let draw1 = '<rect id="Rectangle" fill="#083F67" opacity="0.35" x="15" y="160" width="220" height="37" rx="7"></rect><text id=".d" x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="ProximaNova-Medium, Proxima Nova" font-size="15" font-weight="400" line-spacing="19" fill="#FFFFFF"><tspan x="118" y="183"></tspan></text>';
let draw2 = '<rect id="Rectangle" fill="#083F67" opacity="0.35" x="15" y="160" width="220" height="54" rx="7"></rect><text id=".domainnamedomainnam" font-family="ProximaNova-Medium, Proxima Nova" font-size="15" font-weight="400" line-spacing="19" fill="#FFFFFF"><tspan x="31" y="182"></tspan><tspan x="31" y="201"></tspan></text>';
let draw3 = '<rect id="Rectangle" fill="#083F67" opacity="0.35" x="15" y="160" width="220" height="75" rx="7"></rect><text id=".domainnamedomainnam" font-family="ProximaNova-Medium, Proxima Nova" font-size="15" font-weight="400" line-spacing="19" fill="#FFFFFF"><tspan x="32" y="183"></tspan><tspan x="32" y="202"></tspan><tspan x="32" y="221"></tspan></text>';
let draw1 = '<rect id="Rectangle" fill="#FFFFFF" opacity="0.05" x="15" y="160" width="220" height="37" rx="7"></rect><text id=".d" x="50%" y="50%" dominant-baseline="middle" text-anchor="middle" font-family="ProximaNova-Medium, Proxima Nova" font-size="15" font-weight="400" line-spacing="19" fill="#FFFFFF"><tspan x="118" y="183"></tspan></text>';
let draw2 = '<rect id="Rectangle" fill="#FFFFFF" opacity="0.05" x="15" y="160" width="220" height="54" rx="7"></rect><text id=".domainnamedomainnam" font-family="ProximaNova-Medium, Proxima Nova" font-size="15" font-weight="400" line-spacing="19" fill="#FFFFFF"><tspan x="31" y="182"></tspan><tspan x="31" y="201"></tspan></text>';
let draw3 = '<rect id="Rectangle" fill="#FFFFFF" opacity="0.05" x="15" y="160" width="220" height="75" rx="7"></rect><text id=".domainnamedomainnam" font-family="ProximaNova-Medium, Proxima Nova" font-size="15" font-weight="400" line-spacing="19" fill="#FFFFFF"><tspan x="32" y="183"></tspan><tspan x="32" y="202"></tspan><tspan x="32" y="221"></tspan></text>';
class FIOCtrl {
constructor() {}

Expand Down Expand Up @@ -79,4 +79,4 @@ class FIOCtrl {
}
}

export default new FIOCtrl();
export default new FIOCtrl();
24 changes: 6 additions & 18 deletions fio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9d7584a

Please sign in to comment.