diff --git a/app-template/bitcoincom/css/bitcoin.com.css b/app-template/bitcoincom/css/bitcoin.com.css new file mode 100644 index 000000000..c973d978b --- /dev/null +++ b/app-template/bitcoincom/css/bitcoin.com.css @@ -0,0 +1,135 @@ +@font-face { + font-family:"Montserrat"; + src:url('../fonts/Montserrat-Regular.ttf'); + font-style:normal;font-weight:400; +} + +@font-face { + font-family:"Montserrat"; + src:url('../fonts/Montserrat-Bold.ttf'); + font-style:normal;font-weight:700; +} + +@font-face{ + font-family:'ProximaNova'; + src:url('../fonts/ProximaNova-Regular.otf'); + font-weight:normal; + font-style:normal; +} + +@font-face{ + font-family:'ProximaNova'; + src:url('../fonts/ProximaNova-Semibold.otf'); + font-weight:bold; + font-style:bold; +} + +body { + font-family:'ProximaNova' !important; +} + +.textlogo { + color: #FFF; + font-size: 22px; + font-weight: 400; + font-family: 'Montserrat'; + line-height: 50px; + margin-left: 20px; + letter-spacing: -0.02em; + position: relative; + top: -2px; +} + +.textlogo .moon-symbol { + color: #fab915; + margin-right: 1px; + position: relative; + top: 1px; +} + +.bg.icon-bitcoincom:before { + content: "\e904"; +} + +.bg.icon-bitcoincom { + font-family: 'icomoon' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + padding-top: 8px; + padding-left: 11px; + background-color: #000; + color: #fab915; +} + +.bg.icon-buy-bitcoin2:before { + content: "\e906"; +} + +.bg.icon-buy-bitcoin2 { + font-family: 'icomoon' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + padding-top: 0px; + padding-left: 2px; + background-color: #000; + color: #fab915; + font-size: 36px; +} + +ion-header-bar.bar-royal { + background-color: #000 !important; + border-bottom-style: solid; + border-bottom-width: 4px; +} +.bitcoin-com-page-header .textlogo { + font-size: 42px; + color: #8b8b8b; +} +.bitcoin-com-page-header { + text-align: center; + margin-top: 20px; +} + +#get-started { + background-color: #191919 !important; +} + +#restore { + color: #191919 !important; +} + +div.onboarding-topic, div.onboarding-description, div.onboarding-tldr, #lead, .onboarding .bar.bar-header button { + color: #FFF !important; +} + +.onboarding .button.button-secondary { + color: #191919 !important; +} + +div.onboarding-topic { + font-weight: 600; +} + +#onboarding-collect-email { + background: #23d111 !important; +} + +#email-form button { + background: #fab915 !important; +} + +.big-icon-svg > .bg.green { + background: #fab915 !important; +} diff --git a/app-template/bitcoincom/css/icomoon.css b/app-template/bitcoincom/css/icomoon.css new file mode 100644 index 000000000..c838aef36 --- /dev/null +++ b/app-template/bitcoincom/css/icomoon.css @@ -0,0 +1,60 @@ +@font-face { + font-family: 'icomoon'; + src:url('../fonts/icomoon.eot'); + src:url('../fonts/icomoon.eot') format('embedded-opentype'), + url('../fonts/icomoon.ttf') format('truetype'), + url('../fonts/icomoon.woff') format('woff'), + url('../fonts/icomoon.svg') format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="moon-"], [class*=" moon-"] { + /* use !important to prevent issues with browser extensions that change fonts */ + font-family: 'icomoon' !important; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.moon-symbol:before { + content: "\e904"; +} +.moon-anon:before { + content: "\e905"; +} +.moon-bitcoin_exchange:before { + content: "\e906"; +} +.moon-bitcoin_price:before { + content: "\e907"; +} +.moon-central_command:before { + content: "\e908"; +} +.moon-secure_wallet:before { + content: "\e909"; +} +.moon-unconfirmed:before { + content: "\e90a"; +} +.moon-choose_wallet:before { + content: "\e900"; +} +.moon-get_bitcoins:before { + content: "\e901"; +} +.moon-inform:before { + content: "\e902"; +} +.moon-spend_bitcoins:before { + content: "\e903"; +} + diff --git a/app-template/bitcoincom/fonts/Montserrat-Bold.ttf b/app-template/bitcoincom/fonts/Montserrat-Bold.ttf new file mode 100644 index 000000000..ae33a4538 Binary files /dev/null and b/app-template/bitcoincom/fonts/Montserrat-Bold.ttf differ diff --git a/app-template/bitcoincom/fonts/Montserrat-Regular.ttf b/app-template/bitcoincom/fonts/Montserrat-Regular.ttf new file mode 100644 index 000000000..5b4b5afe6 Binary files /dev/null and b/app-template/bitcoincom/fonts/Montserrat-Regular.ttf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-Black.otf b/app-template/bitcoincom/fonts/ProximaNova-Black.otf new file mode 100644 index 000000000..ec4d45f17 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-Black.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-Bold.otf b/app-template/bitcoincom/fonts/ProximaNova-Bold.otf new file mode 100644 index 000000000..4df9e1714 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-Bold.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-BoldIt.otf b/app-template/bitcoincom/fonts/ProximaNova-BoldIt.otf new file mode 100644 index 000000000..60188efbf Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-BoldIt.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-Extrabold.otf b/app-template/bitcoincom/fonts/ProximaNova-Extrabold.otf new file mode 100644 index 000000000..bd8e650ff Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-Extrabold.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-Light.otf b/app-template/bitcoincom/fonts/ProximaNova-Light.otf new file mode 100644 index 000000000..d8f5338d2 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-Light.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-LightItalic.otf b/app-template/bitcoincom/fonts/ProximaNova-LightItalic.otf new file mode 100644 index 000000000..f779115b9 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-LightItalic.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-RegItalic.otf b/app-template/bitcoincom/fonts/ProximaNova-RegItalic.otf new file mode 100644 index 000000000..20ffc1fcd Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-RegItalic.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-Regular.otf b/app-template/bitcoincom/fonts/ProximaNova-Regular.otf new file mode 100644 index 000000000..27c8d8f7b Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-Regular.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-RegularItalic.otf b/app-template/bitcoincom/fonts/ProximaNova-RegularItalic.otf new file mode 100644 index 000000000..20ffc1fcd Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-RegularItalic.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-Semibold.otf b/app-template/bitcoincom/fonts/ProximaNova-Semibold.otf new file mode 100644 index 000000000..11a950a07 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-Semibold.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNova-SemiboldItalic.otf b/app-template/bitcoincom/fonts/ProximaNova-SemiboldItalic.otf new file mode 100644 index 000000000..91e7814f0 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNova-SemiboldItalic.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNovaCond-Light.otf b/app-template/bitcoincom/fonts/ProximaNovaCond-Light.otf new file mode 100644 index 000000000..0b27849cd Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNovaCond-Light.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNovaCond-LightIt.otf b/app-template/bitcoincom/fonts/ProximaNovaCond-LightIt.otf new file mode 100644 index 000000000..a7dd085cf Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNovaCond-LightIt.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNovaCond-Regular.otf b/app-template/bitcoincom/fonts/ProximaNovaCond-Regular.otf new file mode 100644 index 000000000..7356c3b88 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNovaCond-Regular.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNovaCond-RegularIt.otf b/app-template/bitcoincom/fonts/ProximaNovaCond-RegularIt.otf new file mode 100644 index 000000000..3402900c5 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNovaCond-RegularIt.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNovaCond-Semibold.otf b/app-template/bitcoincom/fonts/ProximaNovaCond-Semibold.otf new file mode 100644 index 000000000..595bad1c1 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNovaCond-Semibold.otf differ diff --git a/app-template/bitcoincom/fonts/ProximaNovaCond-SemiboldIt.otf b/app-template/bitcoincom/fonts/ProximaNovaCond-SemiboldIt.otf new file mode 100644 index 000000000..ad362bd79 Binary files /dev/null and b/app-template/bitcoincom/fonts/ProximaNovaCond-SemiboldIt.otf differ diff --git a/app-template/bitcoincom/fonts/icomoon.eot b/app-template/bitcoincom/fonts/icomoon.eot new file mode 100644 index 000000000..ea0020a86 Binary files /dev/null and b/app-template/bitcoincom/fonts/icomoon.eot differ diff --git a/app-template/bitcoincom/fonts/icomoon.svg b/app-template/bitcoincom/fonts/icomoon.svg new file mode 100644 index 000000000..faf8d90ff --- /dev/null +++ b/app-template/bitcoincom/fonts/icomoon.svg @@ -0,0 +1,21 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app-template/bitcoincom/fonts/icomoon.ttf b/app-template/bitcoincom/fonts/icomoon.ttf new file mode 100644 index 000000000..0844b725e Binary files /dev/null and b/app-template/bitcoincom/fonts/icomoon.ttf differ diff --git a/app-template/bitcoincom/fonts/icomoon.woff b/app-template/bitcoincom/fonts/icomoon.woff new file mode 100644 index 000000000..c9d3200f3 Binary files /dev/null and b/app-template/bitcoincom/fonts/icomoon.woff differ diff --git a/app-template/bitcoincom/fonts/ionicons.eot b/app-template/bitcoincom/fonts/ionicons.eot new file mode 100644 index 000000000..92a3f20a3 Binary files /dev/null and b/app-template/bitcoincom/fonts/ionicons.eot differ diff --git a/app-template/bitcoincom/fonts/ionicons.svg b/app-template/bitcoincom/fonts/ionicons.svg new file mode 100644 index 000000000..49fc8f367 --- /dev/null +++ b/app-template/bitcoincom/fonts/ionicons.svg @@ -0,0 +1,2230 @@ + + + + + +Created by FontForge 20120731 at Thu Dec 4 09:51:48 2014 + By Adam Bradley +Created by Adam Bradley with FontForge 2.0 (http://fontforge.sf.net) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app-template/bitcoincom/fonts/ionicons.ttf b/app-template/bitcoincom/fonts/ionicons.ttf new file mode 100644 index 000000000..c4e463248 Binary files /dev/null and b/app-template/bitcoincom/fonts/ionicons.ttf differ diff --git a/app-template/bitcoincom/fonts/ionicons.woff b/app-template/bitcoincom/fonts/ionicons.woff new file mode 100644 index 000000000..5f3a14e0a Binary files /dev/null and b/app-template/bitcoincom/fonts/ionicons.woff differ diff --git a/app-template/bitcoincom/img/onboarding/push-notifications.svg b/app-template/bitcoincom/img/onboarding/push-notifications.svg index 829ee9427..e370b2aaa 100644 --- a/app-template/bitcoincom/img/onboarding/push-notifications.svg +++ b/app-template/bitcoincom/img/onboarding/push-notifications.svg @@ -15,7 +15,7 @@ - + @@ -23,8 +23,8 @@ - - + + @@ -43,4 +43,4 @@ - \ No newline at end of file + diff --git a/app-template/bitcoincom/img/onboarding/tour-control.svg b/app-template/bitcoincom/img/onboarding/tour-control.svg index 7a49991b1..5069e48bf 100644 --- a/app-template/bitcoincom/img/onboarding/tour-control.svg +++ b/app-template/bitcoincom/img/onboarding/tour-control.svg @@ -14,7 +14,7 @@ - + @@ -34,7 +34,7 @@ - + @@ -44,4 +44,4 @@ - \ No newline at end of file + diff --git a/app-template/bitcoincom/img/onboarding/tour-currency.svg b/app-template/bitcoincom/img/onboarding/tour-currency.svg index 85854559f..ea129eafa 100644 --- a/app-template/bitcoincom/img/onboarding/tour-currency.svg +++ b/app-template/bitcoincom/img/onboarding/tour-currency.svg @@ -15,19 +15,19 @@ - + - + - + - \ No newline at end of file + diff --git a/app-template/bitcoincom/img/onboarding/tour-phone.svg b/app-template/bitcoincom/img/onboarding/tour-phone.svg index 9386356db..b2fd5738a 100644 --- a/app-template/bitcoincom/img/onboarding/tour-phone.svg +++ b/app-template/bitcoincom/img/onboarding/tour-phone.svg @@ -11,13 +11,13 @@ - + - + @@ -36,4 +36,4 @@ - \ No newline at end of file + diff --git a/app-template/bitcoincom/img/tab-icons/ico-home-selected.svg b/app-template/bitcoincom/img/tab-icons/ico-home-selected.svg index e82f00cfc..aac839b0a 100644 --- a/app-template/bitcoincom/img/tab-icons/ico-home-selected.svg +++ b/app-template/bitcoincom/img/tab-icons/ico-home-selected.svg @@ -2,8 +2,8 @@ diff --git a/app-template/bitcoincom/img/tab-icons/ico-receive-selected.svg b/app-template/bitcoincom/img/tab-icons/ico-receive-selected.svg index 9fe052f9e..e79ee026e 100644 --- a/app-template/bitcoincom/img/tab-icons/ico-receive-selected.svg +++ b/app-template/bitcoincom/img/tab-icons/ico-receive-selected.svg @@ -2,8 +2,8 @@ diff --git a/app-template/bitcoincom/img/tab-icons/ico-send-selected.svg b/app-template/bitcoincom/img/tab-icons/ico-send-selected.svg index 6a01b3335..4500e9859 100644 --- a/app-template/bitcoincom/img/tab-icons/ico-send-selected.svg +++ b/app-template/bitcoincom/img/tab-icons/ico-send-selected.svg @@ -2,8 +2,8 @@ diff --git a/app-template/bitcoincom/img/tab-icons/ico-settings-selected.svg b/app-template/bitcoincom/img/tab-icons/ico-settings-selected.svg index 01883277b..1419d97ee 100644 --- a/app-template/bitcoincom/img/tab-icons/ico-settings-selected.svg +++ b/app-template/bitcoincom/img/tab-icons/ico-settings-selected.svg @@ -3,8 +3,8 @@