Refresh materials in the Press center
Add Funke What is Bitcoin video Add tcatm and cberbeast pictures Add many new quotes Refresh design for pictures and materials
31
_less/ie.css
|
@ -438,35 +438,24 @@ body{
|
|||
overflow:hidden;
|
||||
text-align:justify;
|
||||
}
|
||||
.press-faq div span p{
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.press-materials div a{
|
||||
font-weight:bold;
|
||||
font-size:110%;
|
||||
}
|
||||
.press-materials div{
|
||||
.press-videos div{
|
||||
display:inline;
|
||||
zoom:1;
|
||||
width:278px;
|
||||
vertical-align:top;
|
||||
position:relative;
|
||||
}
|
||||
.press-materials div div{
|
||||
height:250px;
|
||||
overflow:hidden;
|
||||
}
|
||||
.press-materials p a{
|
||||
font-weight:normal;
|
||||
font-size:100%;
|
||||
margin-right:10px;
|
||||
margin-bottom:10px;
|
||||
.press-videos div a{
|
||||
display:inline;
|
||||
zoom:1;
|
||||
}
|
||||
.press-materials div div p span{
|
||||
|
||||
.press-quotes p{
|
||||
display:inline;
|
||||
zoom:1;
|
||||
}
|
||||
.press-quotes span{
|
||||
font-weight:expression((this.parentNode.getElementsByTagName('SPAN')[0]==this)?'bold':'');
|
||||
display:expression((this.parentNode.getElementsByTagName('SPAN')[0]==this)?'block':'');
|
||||
margin-bottom:expression((this.parentNode.getElementsByTagName('SPAN')[0]==this)?'4px':'');
|
||||
}
|
||||
|
||||
.press-news div{
|
||||
|
|
|
@ -1008,9 +1008,7 @@ h2 .rssicon{
|
|||
|
||||
.press-volunteer{
|
||||
text-align:left;
|
||||
-webkit-border-radius:8px;
|
||||
-moz-border-radius:8px;
|
||||
border-radius:8px;
|
||||
margin-bottom:40px;
|
||||
}
|
||||
.press-volunteer>div>div{
|
||||
width:400px;
|
||||
|
@ -1023,6 +1021,9 @@ h2 .rssicon{
|
|||
.press-volunteer>div>div>img{
|
||||
float:left;
|
||||
margin-right:30px;
|
||||
-webkit-border-radius:10px;
|
||||
-moz-border-radius:10px;
|
||||
border-radius:10px;
|
||||
}
|
||||
.press-volunteer>div>div>img:first-child+p{
|
||||
font-weight:bold;
|
||||
|
@ -1059,9 +1060,7 @@ h2 .rssicon{
|
|||
|
||||
.press-faq{
|
||||
text-align:left;
|
||||
-webkit-border-radius:8px;
|
||||
-moz-border-radius:8px;
|
||||
border-radius:8px;
|
||||
margin-bottom:40px;
|
||||
}
|
||||
.press-faq>div{
|
||||
width:380px;
|
||||
|
@ -1088,35 +1087,43 @@ h2 .rssicon{
|
|||
text-align:justify;
|
||||
line-height:1.5em;
|
||||
}
|
||||
.press-faq>div>span>p{
|
||||
.press-faq div span p{
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.press-materials{
|
||||
text-align:left;
|
||||
-webkit-border-radius:8px;
|
||||
-moz-border-radius:8px;
|
||||
border-radius:8px;
|
||||
.press-videos{
|
||||
margin-bottom:40px;
|
||||
}
|
||||
.press-videos div{
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
margin-right:10px;
|
||||
}
|
||||
.press-videos div a{
|
||||
display:inline-block;
|
||||
margin-right:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
.press-videos img{
|
||||
width:250px;
|
||||
height:136px;
|
||||
-webkit-border-radius:10px;
|
||||
-moz-border-radius:10px;
|
||||
border-radius:10px;
|
||||
}
|
||||
|
||||
.press-materials>div>a{
|
||||
font-weight:bold;
|
||||
font-size:110%;
|
||||
.press-pictures{
|
||||
text-align:left;
|
||||
margin-bottom:40px;
|
||||
}
|
||||
.press-materials>div{
|
||||
display:inline-block;
|
||||
width:278px;
|
||||
vertical-align:top;
|
||||
position:relative;
|
||||
}
|
||||
.press-materials>div>div{
|
||||
.press-pictures div{
|
||||
height:270px;
|
||||
overflow:hidden;
|
||||
-moz-transition:height 400ms ease-out;
|
||||
-webkit-transition:height 400ms ease-out;
|
||||
transition:height 400ms ease-out;
|
||||
}
|
||||
.press-materials>div:first-child+div>div img{
|
||||
.press-pictures img{
|
||||
margin-right:14px;
|
||||
margin-bottom:14px;
|
||||
height:120px;
|
||||
|
@ -1125,18 +1132,54 @@ h2 .rssicon{
|
|||
-moz-border-radius:10px;
|
||||
border-radius:10px;
|
||||
}
|
||||
.press-materials>div:first-child>div>p>a{
|
||||
margin-right:10px;
|
||||
margin-bottom:10px;
|
||||
.press-pictures>a{
|
||||
display:inline-block;
|
||||
padding-top:10px;
|
||||
font-weight:bold;
|
||||
}
|
||||
.press-materials>div:first-child+div+div>div>p{
|
||||
margin-bottom:25px;
|
||||
margin-top:0
|
||||
|
||||
.press-quotes{
|
||||
margin-bottom:40px;
|
||||
}
|
||||
.press-materials>div:first-child+div+div>div>p>span:first-child{
|
||||
.press-quotes div{
|
||||
position:relative;
|
||||
left:-20px;
|
||||
text-align:left;
|
||||
height:350px;
|
||||
overflow:hidden;
|
||||
-moz-transition:height 400ms ease-out;
|
||||
-webkit-transition:height 400ms ease-out;
|
||||
transition:height 400ms ease-out;
|
||||
}
|
||||
.press-quotes p{
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
width:400px;
|
||||
margin:0 0 20px 20px;
|
||||
}
|
||||
.press-quotes>a{
|
||||
display:inline-block;
|
||||
padding-top:10px;
|
||||
font-weight:bold;
|
||||
}
|
||||
.press-quotes span:first-child{
|
||||
font-weight:bold;
|
||||
display:block;
|
||||
margin-bottom:4px;
|
||||
}
|
||||
.press-quotes span:first-child:before{
|
||||
position:absolute;
|
||||
margin-left:-16px;
|
||||
font-weight:bold;
|
||||
font-size:180%;
|
||||
content:"“";
|
||||
}
|
||||
.press-quotes span:first-child:after{
|
||||
position:absolute;
|
||||
margin-right:-16px;
|
||||
font-weight:bold;
|
||||
font-size:180%;
|
||||
content:"”";
|
||||
}
|
||||
|
||||
.press-news{
|
||||
|
@ -1151,8 +1194,13 @@ h2 .rssicon{
|
|||
width:700px;
|
||||
}
|
||||
.press-news>div>a>img{
|
||||
width:185px;
|
||||
height:123px;
|
||||
float:left;
|
||||
margin-right:30px;
|
||||
-webkit-border-radius:10px;
|
||||
-moz-border-radius:10px;
|
||||
border-radius:10px;
|
||||
}
|
||||
.press-news>div>a:first-child+a{
|
||||
display:block;
|
||||
|
@ -1292,7 +1340,7 @@ h2 .rssicon{
|
|||
margin:auto;
|
||||
}
|
||||
.press-volunteer>div>div{
|
||||
width:200px;
|
||||
width:220px;
|
||||
height:auto;
|
||||
}
|
||||
.press-volunteer>div>div>img{
|
||||
|
@ -1314,6 +1362,9 @@ h2 .rssicon{
|
|||
.press-faq li{
|
||||
text-align:left;
|
||||
}
|
||||
.press-quotes p{
|
||||
width:auto;
|
||||
}
|
||||
.press-news>div{
|
||||
width:auto;
|
||||
height:auto;
|
||||
|
|
100
en/press.html
|
@ -18,17 +18,27 @@ dialogs:
|
|||
materialvideoyoutube: "Video on Youtube"
|
||||
materialvideomore: "More videos"
|
||||
materialpicture: "Pictures"
|
||||
materialpicturemore: "more pictures"
|
||||
materialpicturemore: "Show more pictures..."
|
||||
materialquote: "Quotes"
|
||||
materialquotemore: "More quotes"
|
||||
quotesatoshi: "<span>“With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless.”</span><span>Satoshi Nakamoto, Bitcoin developer</span>"
|
||||
quotetonygallippi: "<span>“Bitcoin is Money Over Internet Protocol.”</span><span>Tony Gallippi, BitInstant CEO</span>"
|
||||
quotedankaminsky: "<span>“Entire classes of bugs are missing.”</span><span>Dan Kaminsky, Security Researcher</span>"
|
||||
quotechrisdixon: "<span>“There are 3 eras of currency: Commodity based, politically based, and now, math based.”</span><span>Chris Dixon, Technology Investor</span>"
|
||||
quotejeremyliew: "<span>“The potential for disruption is enormous.”</span><span>Jeremy Liew, Lightspeed Venture Partners</span>"
|
||||
quotewencescasares: "<span>“Right now Bitcoin feels like the Internet before the browser.”</span><span>Wences Casares, Technology Entrepreneur</span>"
|
||||
quotetylerwinklevoss: "<span>“We have elected to put our money and faith in a mathematical framework that is free of politics and human error.”</span><span>Tyler Winklevoss, Entrepreneur</span>"
|
||||
quotemaxkeiser: "<span>“It's the cheapest way to <br>move money around.”</span><span>Max Keiser, Journalist & TV Host</span>"
|
||||
materialquotemore: "Show more quotes..."
|
||||
quotesatoshi: "With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless."
|
||||
quotetonygallippi: "Bitcoin is Money Over Internet Protocol."
|
||||
quotedankaminsky: "Entire classes of bugs are missing."
|
||||
quotechrisdixon: "There are 3 eras of currency: Commodity based, politically based, and now, math based."
|
||||
quotejeremyliew: "The potential for disruption is enormous."
|
||||
quotewencescasares: "Right now Bitcoin feels like the Internet before the browser."
|
||||
quotetylerwinklevoss: "We have elected to put our money and faith in a mathematical framework that is free of politics and human error."
|
||||
quotemaxkeiser: "It's the cheapest way to move money around."
|
||||
quotebillgates: "Bitcoin is a technological tour de force."
|
||||
quotegavinandresen: "You can basically put a bank in your pocket... That's pretty amazing."
|
||||
quotenavalravikant: "All the things that gold does, Bitcoin kind of does better."
|
||||
quotetimothylee: "Bitcoin allows wealth to be reduced to pure information and transmitted costlessly around the world—something nobody knew how to do before 2009. Its applications won’t be immediately obvious, especially to ordinary users."
|
||||
quoteandyskelton: "PayPal alone blocks access from over 60 countries ... Whatever the reason, we don’t think an individual blogger from Haiti, Ethiopia, or Kenya should have diminished access to the blogosphere because of payment issues they can’t control."
|
||||
quotetuurdemeester: "The Babyboomers gave us the personal computer, Generation X gave us the Internet, and now Generation Y is building a new financial paradigm."
|
||||
quoterichardbrown: "Had you asked me five years ago, I would just say it was impossible. Bitcoin and crypto currencies solved this problem of coming to a consensus globally where you don't trust anybody else."
|
||||
quotefredwilson: "We believe that Bitcoin represents something fundamental and powerful ... It reminds us of SMTP, HTTP, RSS, and BitTorrent in its architecture and openness."
|
||||
quotejohndonohoe: "Digital currency is going to be a very powerful thing."
|
||||
quotefrancoisrvelde: "It represents a remarkable conceptual and technical achievement, which may well be used by existing financial institutions (which could issue their own bitcoins) or even by governments themselves."
|
||||
presscoverage: "Press coverage"
|
||||
|
||||
---
|
||||
|
@ -318,50 +328,74 @@ dialogs:
|
|||
|
||||
</div>
|
||||
|
||||
<div class="press-materials">
|
||||
<div class="press-videos">
|
||||
|
||||
<h2>{{ page.dialogs.materialvideo }}</h2>
|
||||
|
||||
<div>
|
||||
<h2>{{ page.dialogs.materialvideo }}</h2>
|
||||
<a href="https://www.youtube.com/watch?v=LP4GSvQUtBw&feature=player_embedded" target="_blank"><img src="/img/press/video/funke.jpg" alt="what is Bitcoin"></a><br>
|
||||
<a>What is Bitcoin - Funke</a><br>
|
||||
<a href="https://www.youtube.com/watch?v=LP4GSvQUtBw&feature=player_embedded" target="_blank">{{ page.dialogs.materialvideoyoutube }}</a><br>
|
||||
<a href="https://drive.google.com/folderview?id=0Bw3qRtSO3Wwtb3dYLVNDTmNxSTQ&usp=sharing" target="_blank">{{ page.dialogs.materialvideoformat }}</a>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://www.youtube.com/watch?v=Um63OQz3bjo&feature=player_embedded" target="_blank"><img src="/img/press/video/whatisbitcoin.jpg" alt="what is Bitcoin"></a><br>
|
||||
<p>
|
||||
<a href="https://www.youtube.com/watch?v=Um63OQz3bjo&feature=player_embedded" target="_blank">{{ page.dialogs.materialvideoyoutube }}</a>
|
||||
<a>What is Bitcoin - Weusecoins</a><br>
|
||||
<a href="https://www.youtube.com/watch?v=Um63OQz3bjo&feature=player_embedded" target="_blank">{{ page.dialogs.materialvideoyoutube }}</a><br>
|
||||
<a href="https://www.weusecoins.com/en/materials" target="_blank">{{ page.dialogs.materialvideoformat }}</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
</div>
|
||||
|
||||
<div class="press-pictures">
|
||||
|
||||
<h2>{{ page.dialogs.materialpicture }}</h2>
|
||||
<div>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0B4t9VJLm_PWhckxzRm5vS2ZtOWM" target="_blank"><img src="/img/press/picture/bitcoin_kiez.jpg" alt="Bitcoin Kiez sign"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0BwnE6HIoU4a4bUswMm5UWS1XakU" target="_blank"><img src="/img/press/picture/bitcoin_logo_plain.png" alt="Bitcoin logo"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0BwnE6HIoU4a4Z2FaVTZ0NmRjSmc" target="_blank"><img src="/img/press/picture/bitcoin_logo_qt.png" alt="Bitcoin Qt logo"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0B4t9VJLm_PWhckxzRm5vS2ZtOWM" target="_blank"><img src="/img/press/picture/bitcoin_kiez.jpg" alt="Bitcoin Kiez sign"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bxtcokiuvb4fZjlvNjhTN2Q4aUE" target="_blank"><img src="/img/press/picture/bitcoin_logo_3d.png" alt="3D Bitcoin arwork by Eivind Nag" title="3D Bitcoin arwork by Eivind Nag"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bxtcokiuvb4fZjlvNjhTN2Q4aUE" target="_blank"><img src="/img/press/picture/bitcoin_logo_3d.png" alt="3D Bitcoin artwork by Eivind Nag" title="3D Bitcoin artwork by Eivind Nag"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0BwnE6HIoU4a4MG9oY1hTSTRBMHM" target="_blank"><img src="/img/press/picture/bitcoin_logo_euro.png" alt="Bitcoin euro"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0BwnE6HIoU4a4RUZwY1Bzd3ZMa1E" target="_blank"><img src="/img/press/picture/bitcoin_logo_gold.png" alt="Bitcoin gold"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bxtcokiuvb4fa3QweHlqTTE2U3c" target="_blank"><img src="/img/press/picture/bitcoin_logo_3d_light.png" alt="Bitcoin 3D" title="3D Bitcoin arwork by Eivind Nag"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bxtcokiuvb4fVTVhcDQzRVNBelk" target="_blank"><img src="/img/press/picture/bitcoin_logo_3d_perspective.png" alt="Bitcoin 3D" title="3D Bitcoin arwork by Eivind Nag"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bxtcokiuvb4fcVQzWkNHYm5jbE0" target="_blank"><img src="/img/press/picture/bitcoin_logo_3d_wood.png" alt="Bitcoin 3D" title="3D Bitcoin arwork by Eivind Nag"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0BwnE6HIoU4a4NjlNLVM2dzJXLUk" target="_blank"><img src="/img/press/picture/bitcoin_casascius_holograph.png" alt="Bitcoin holograph coin"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bxtcokiuvb4fa3QweHlqTTE2U3c" target="_blank"><img src="/img/press/picture/bitcoin_logo_3d_light.png" alt="Bitcoin 3D" title="3D Bitcoin artwork by Eivind Nag"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bxtcokiuvb4fVTVhcDQzRVNBelk" target="_blank"><img src="/img/press/picture/bitcoin_logo_3d_perspective.png" alt="Bitcoin 3D" title="3D Bitcoin artwork by Eivind Nag"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bxtcokiuvb4fcVQzWkNHYm5jbE0" target="_blank"><img src="/img/press/picture/bitcoin_logo_3d_wood.png" alt="Bitcoin 3D" title="3D Bitcoin artwork by Eivind Nag"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0BwnE6HIoU4a4NjlNLVM2dzJXLUk" target="_blank"><img src="/img/press/picture/bitcoin_casascius_holograph.png" alt="Bitcoin Casascius holograph coin"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bw3qRtSO3WwtMHByaTB1NmNSdTg" target="_blank"><img src="/img/press/picture/bitcoin_cybrbeast4.png" alt="Bitcoin Cybrbeast 3D artwork"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bw3qRtSO3WwtbFhyb0YybHdhWEU" target="_blank"><img src="/img/press/picture/bitcoin_cybrbeast1.png" alt="Bitcoin Cybrbeast 3D artwork"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bw3qRtSO3WwtV1BCLUQ1cHhOaDA" target="_blank"><img src="/img/press/picture/bitcoin_cybrbeast2.png" alt="Bitcoin Cybrbeast 3D artwork"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bw3qRtSO3WwtT2ZLUzZyYUlJaGs" target="_blank"><img src="/img/press/picture/bitcoin_cybrbeast3.png" alt="Bitcoin Cybrbeast 3D artwork"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bw3qRtSO3WwtVnV1X1ktLW83Uzg" target="_blank"><img src="/img/press/picture/bitcoin_wood.png" alt="Bitcoin wood artwork"></a>
|
||||
<a href="https://docs.google.com/uc?export=view&id=0Bw3qRtSO3WwtRkxSRDZtQXFTbWc" target="_blank"><img src="/img/press/picture/bitcoin_casascius_metal.png" alt="Bitcoin Casascius metal coin"></a>
|
||||
</div>
|
||||
<a href="#" onclick="materialShow(event);">{{ page.dialogs.materialpicturemore }}</a>
|
||||
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="press-quotes">
|
||||
|
||||
<h2>{{ page.dialogs.materialquote }}</h2>
|
||||
<div>
|
||||
<p>{{ page.dialogs.quotesatoshi }}</p>
|
||||
<p>{{ page.dialogs.quotetonygallippi }}</p>
|
||||
<p>{{ page.dialogs.quotedankaminsky }}</p>
|
||||
<p>{{ page.dialogs.quotechrisdixon }}</p>
|
||||
<p>{{ page.dialogs.quotejeremyliew }}</p>
|
||||
<p>{{ page.dialogs.quotewencescasares }}</p>
|
||||
<p>{{ page.dialogs.quotetylerwinklevoss }}</p>
|
||||
<p>{{ page.dialogs.quotemaxkeiser }}</p>
|
||||
<p><span>{{ page.dialogs.quotechrisdixon }}</span><span>Chris Dixon, Technology Investor</span></p>
|
||||
<p><span>{{ page.dialogs.quotewencescasares }}</span><span>Wences Casares, Technology Entrepreneur</span></p>
|
||||
<p><span>{{ page.dialogs.quotetonygallippi }}</span><span>Tony Gallippi, BitInstant CEO</span></p>
|
||||
<p><span>{{ page.dialogs.quotedankaminsky }}</span><span>Dan Kaminsky, Security Researcher</span></p>
|
||||
<p><span>{{ page.dialogs.quotejeremyliew }}</span><span>Jeremy Liew, Lightspeed Venture Partners</span></p>
|
||||
<p><span>{{ page.dialogs.quotejohndonohoe }}</span>John Donohoe, Ebay CEO<span></span></p>
|
||||
<p><span>{{ page.dialogs.quotetylerwinklevoss }}</span><span>Tyler Winklevoss, Entrepreneur</span></p>
|
||||
<p><span>{{ page.dialogs.quotesatoshi }}</span><span>Satoshi Nakamoto, Bitcoin Developer</span></p>
|
||||
<p><span>{{ page.dialogs.quotebillgates }}</span><span>Bill Gates, Executive Chairman, Microsoft<br>Eric Schmidt, Executive Chairman, Google</span></p>
|
||||
<p><span>{{ page.dialogs.quotegavinandresen }}</span><span>Gavin Andresen, Chief Scientist, The Bitcoin Foundation</span></p>
|
||||
<p><span>{{ page.dialogs.quotetimothylee }}</span><span>Timothy B. Lee, Reporter, The Washington Post</span></p>
|
||||
<p><span>{{ page.dialogs.quoteandyskelton }}</span><span>Andy Skelton, Developer, WordPress</span></p>
|
||||
<p><span>{{ page.dialogs.quotetuurdemeester }}</span><span>Tuur Demeester, Author, MacroTrends</span></p>
|
||||
<p><span>{{ page.dialogs.quoterichardbrown }}</span><span>Richard Brown, Executive architect, IBM</span></p>
|
||||
<p><span>{{ page.dialogs.quotefredwilson }}</span><span>Fred Wilson, Co-Founder of Union Square Ventures</span></p>
|
||||
<p><span>{{ page.dialogs.quotefrancoisrvelde }}</span><span>François R. Velde, Economist, Federal Reserve</span></p>
|
||||
<p><span>{{ page.dialogs.quotenavalravikant }}</span><span>Naval Ravikant, Founder of Angellist</span></p>
|
||||
<p><span>{{ page.dialogs.quotemaxkeiser }}</span><span>Max Keiser, Journalist & TV Host</span></p>
|
||||
</div>
|
||||
<a href="#" onclick="materialShow(event);">{{ page.dialogs.materialquotemore }}</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
BIN
img/press/picture/bitcoin_casascius_metal.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
img/press/picture/bitcoin_cybrbeast1.png
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
img/press/picture/bitcoin_cybrbeast2.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
img/press/picture/bitcoin_cybrbeast3.png
Normal file
After Width: | Height: | Size: 29 KiB |
BIN
img/press/picture/bitcoin_cybrbeast4.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
img/press/picture/bitcoin_wood.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
img/press/video/ebay.jpg
Normal file
After Width: | Height: | Size: 9.9 KiB |
BIN
img/press/video/funke.jpg
Normal file
After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 5.7 KiB |