Updated git ignore file

This commit is contained in:
magmahindenburg 2017-06-19 16:42:18 +09:00
commit 0a89a700b6
32 changed files with 17166 additions and 4 deletions

4
.gitignore vendored
View file

@ -86,10 +86,8 @@ src/sass/*.css
src/sass/app src/sass/app
# copay www # copay www
www/css/*
www/lib/* www/lib/*
www/js/* www/js/*
www/fonts
## templates ## templates
/config.xml /config.xml
@ -101,9 +99,7 @@ src/js/appConfig.js
src/js/externalServices.js src/js/externalServices.js
chrome-app/manifest.json chrome-app/manifest.json
www/img/app www/img/app
www/index.html
## Firebase ## Firebase
/GoogleService-Info.plist /GoogleService-Info.plist
/google-services.json /google-services.json

168
www/css/bitcoin.com.css Normal file
View file

@ -0,0 +1,168 @@
@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: 20px;
font-weight: 400;
font-family: 'Montserrat';
line-height: 50px;
margin-left: 20px;
letter-spacing: -0.02em;
position: relative;
top: -4px;
}
.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: #494949;
color: #fab915;
}
.bg.icon-buy-bitcoin2:before {
content: "\e906";
}
.icon-bitcoinlogoplain:before {
content: "\e904";
}
.icon-bitcoinlogoplain {
font-family: 'icomoon' !important;
}
.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: #494949;
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: #494949 !important;
}
#restore {
color: #494949 !important;
}
div.onboarding-topic, div.onboarding-description, div.onboarding-tldr, #lead, .onboarding .bar.bar-header button {
color: #FFF !important;
}
.onboarding .button.button-secondary {
color: #494949 !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;
}
button.button.button-secondary {
color: #494949 !important;
}
#wallet-backup-phrase-step-2 .select-word {
color: #FFF !important;
}
#pin .circle-Bitcoin\.com {
border-radius: 50%;
box-shadow: 0 0 3px 0px #5b5b5b;
transition: background-color .2s ease-in-out;
padding: 7%;
margin: 5%;
border: 1px solid #fab915;
}
#pin .filled-Bitcoin\.com {
background-color: #fab915;
}
div.slide-success__background.fill-screen {
background-color: #fab915 !important;
}

60
www/css/icomoon.css Normal file
View file

@ -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";
}

14650
www/css/main.css Normal file

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
www/fonts/icomoon.eot Normal file

Binary file not shown.

21
www/fonts/icomoon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 30 KiB

BIN
www/fonts/icomoon.ttf Normal file

Binary file not shown.

BIN
www/fonts/icomoon.woff Normal file

Binary file not shown.

BIN
www/fonts/ionicons.eot Normal file

Binary file not shown.

2230
www/fonts/ionicons.svg Normal file

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 326 KiB

BIN
www/fonts/ionicons.ttf Normal file

Binary file not shown.

BIN
www/fonts/ionicons.woff Normal file

Binary file not shown.

37
www/index.html Normal file
View file

@ -0,0 +1,37 @@
<!doctype html>
<html lang="en">
<head ng-controller="headController">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta name="msapplication-tap-highlight" content="no">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/bitcoin.com.css">
<link rel="stylesheet" type="text/css" href="css/icomoon.css">
<title>Bitcoin.com - Bitcoin.com Wallet</title>
<link rel="shortcut icon" href="img/app/favicon.ico">
</head>
<body>
<!-- Workaround to prevent autofill -->
<div style="display: none;">
<input type="text"
id="PreventChromeAutocomplete"
name="PreventChromeAutocomplete"
autocomplete="address-level4" />
</div>
<ion-nav-view>
<incoming-data-menu></incoming-data-menu>
</ion-nav-view>
<script src="lib/ionic.bundle.min.js"></script>
<script src="lib/angular-components.js"></script>
<script type="text/javascript" charset="utf-8" src="cordova.js"></script>
<script src="js/app.js"></script>
</body>
</html>