|
3 | 3 | title: Hyperledger Composer - Create business networks and blockchain applications quickly for Hyperledger |
4 | 4 | --- |
5 | 5 | <div class="overlay"> |
6 | | -<div class="hero_container"> |
7 | | - <div class="leftcontent"> |
8 | | - <div class="textcontent"> |
9 | | - <h1>Build Blockchain applications and business networks your way</h1> |
10 | | - <div class="buttoncontainer"> |
11 | | - <button class="secondary" onclick="window.location.href='{{site.baseurl}}/installing/installing-index.html'" title="View the installation options">Install {{site.data.conrefs.composer_full}}</button> |
12 | | - <button class="primary" ga-on="click" ga-event-category="Outbound Link" ga-event-action="click" ga-event-label={{site.data.links.playground}} onclick="window.location.href='{{site.data.links.playground}}'" title="Try the Composer Web Playground">Try it online</button> |
| 6 | + <div class="hero_container"> |
| 7 | + <div class="leftcontent"> |
| 8 | + <div class="textcontent"> |
| 9 | + <h1>Build Blockchain applications and business networks your way</h1> |
| 10 | + <div class="buttoncontainer"> |
| 11 | + <button class="secondary" |
| 12 | + onclick="window.location.href='{{site.baseurl}}/installing/installing-index.html'" |
| 13 | + title="View the installation options">Install {{site.data.conrefs.composer_full}} |
| 14 | + </button> |
| 15 | + <button class="primary" ga-on="click" ga-event-category="Outbound Link" ga-event-action="click" |
| 16 | + ga-event-label={{site.data.links.playground}} |
| 17 | + onclick="window.location.href='{{site.data.links.playground}}'" |
| 18 | + title="Try the Composer Web Playground">Try it online |
| 19 | + </button> |
| 20 | + </div> |
| 21 | + <div class="readmore"> |
| 22 | + or learn more about a typical <a href='{{site.baseurl}}/introduction/introduction.html' |
| 23 | + title="Hyperledger Composer Introduction">{{site.data.conrefs.composer_short}} |
| 24 | + architecture...</a> |
| 25 | + </div> |
| 26 | + <div class="social-container"> |
| 27 | + <ul> |
| 28 | + <li><a href="https://twitter.com/hyperledger" class="icon2" title="Twitter"> |
| 29 | + <i class="fa fa-twitter icon" aria-hidden="true"></i></a></li> |
| 30 | + <li><a href="https://github.com/hyperledger/composer" class="icon2" title="GitHub"> |
| 31 | + <i class="fa fa-github icon" aria-hidden="true"></i></a></li> |
| 32 | + <li><a href="http://stackoverflow.com/questions/tagged/hyperledger-composer" class="icon2" |
| 33 | + title="Stack Overflow"> |
| 34 | + <i class="fa fa-stack-overflow icon" aria-hidden="true"></i></a></li> |
| 35 | + <li><a href="https://chat.hyperledger.org/channel/composer" class="icon2" title="Rocket.Chat"> |
| 36 | + <i class="fa fa-rocket icon" aria-hidden="true"></i></a></li> |
| 37 | + </ul> |
| 38 | + </div> |
| 39 | + </div> |
13 | 40 | </div> |
14 | | - <div class="readmore"> |
15 | | - or learn more about a typical <a href='{{site.baseurl}}/introduction/introduction.html' title="Hyperledger Composer Introduction">{{site.data.conrefs.composer_short}} architecture...</a> |
16 | | - </div> |
17 | | - <div class="social-container"> |
18 | | - <ul> |
19 | | - <li><a href="https://twitter.com/hyperledger" class="icon2" title="Twitter"> |
20 | | - <i class="fa fa-twitter icon" aria-hidden="true"></i></a></li> |
21 | | - <li><a href="https://github.com/hyperledger/composer" class="icon2" title="GitHub"> |
22 | | - <i class="fa fa-github icon" aria-hidden="true"></i></a></li> |
23 | | - <li><a href="http://stackoverflow.com/questions/tagged/hyperledger-composer" class="icon2" title="Stack Overflow"> |
24 | | - <i class="fa fa-stack-overflow icon" aria-hidden="true"></i></a></li> |
25 | | - <li><a href="https://chat.hyperledger.org/channel/composer" class="icon2" title="Rocket.Chat"> |
26 | | - <i class="fa fa-rocket icon" aria-hidden="true"></i></a></li> |
27 | | - </ul> |
28 | | - </div> |
29 | | - </div> |
30 | | - </div> |
31 | | - <div class="hero_illustration"> |
32 | | - <img src="assets/img/Homepage_Illustration_2.png"/> |
33 | | - </div> |
34 | | -</div> |
35 | | -</div> |
36 | | -<div class="homepage-callout"> |
37 | | - <div class="callout-copy"> |
38 | | - <p><strong>Update Feb 8th 2018: </strong>Version 0.17.4 has been released. Please see <a href="https://github.com/hyperledger/composer/releases">the release notes.</a></p> |
39 | | -</div> |
| 41 | + <div class="hero_illustration"> |
| 42 | + <img src="assets/img/Homepage_Illustration_2.png"/> |
| 43 | + </div> |
| 44 | + </div> |
40 | 45 | </div> |
41 | 46 | <div class="trio"> |
42 | | - <div class="trio-left"> |
43 | | - <img src="assets/img/Abstract.png"/> |
44 | | - <h2>Really simple models</h2> |
45 | | - <p>Define a business network in our purpose-built modelling language, and script transactions in JavaScript: the most popular language on the planet.</p> |
46 | | - </div> |
47 | | - <div class="trio-center"> |
48 | | - <img src="assets/img/Quick_POC_2.png"/> |
49 | | - <h2>Quick reusable POCs</h2> |
50 | | - <p>Rather than weeks, think hours to develop production-ready applications that go from the web-browser all the way back to the blockchain.</p> |
51 | | - </div> |
52 | | - <div class="trio-right"> |
53 | | - <img src="assets/img/Data_Integration.png"/> |
54 | | - <h2>Data integration</h2> |
55 | | - <p>From enterprise systems of record to best of breed dev ops: Composer uses LoopBack to connect your blockchain to your existing systems.</p> |
56 | | - </div> |
| 47 | + <div class="trio-left"> |
| 48 | + <img src="assets/img/Abstract.png"/> |
| 49 | + <h2>Really simple models</h2> |
| 50 | + <p>Define a business network in our purpose-built modelling language, and script transactions in JavaScript: the |
| 51 | + most popular language on the planet.</p> |
| 52 | + </div> |
| 53 | + <div class="trio-center"> |
| 54 | + <img src="assets/img/Quick_POC_2.png"/> |
| 55 | + <h2>Quick reusable POCs</h2> |
| 56 | + <p>Rather than weeks, think hours to develop production-ready applications that go from the web-browser all the |
| 57 | + way back to the blockchain.</p> |
| 58 | + </div> |
| 59 | + <div class="trio-right"> |
| 60 | + <img src="assets/img/Data_Integration.png"/> |
| 61 | + <h2>Data integration</h2> |
| 62 | + <p>From enterprise systems of record to best of breed dev ops: Composer uses LoopBack to connect your blockchain |
| 63 | + to your existing systems.</p> |
| 64 | + </div> |
57 | 65 | </div> |
58 | 66 | <div class="contact-bg"> |
59 | | -<div class="contact-us"> |
60 | | - <div class="contact-illustration"> |
61 | | - <img src="assets/img/Contact_us_3.png"/></div> |
62 | | - <div class="contact-content"> |
63 | | - <h1>We’re Open Source: Join in!</h1> |
64 | | - <h2>Calls happen every Thursday.</h2> |
65 | | - <button class="primary" ga-on="click" ga-event-category="Outbound Link" ga-event-action="click" ga-event-label="https://github.com/hyperledger/composer/wiki/" onclick="window.location.href='https://github.com/hyperledger/composer/wiki'">Learn how to join</button> |
66 | | - <p>In our open community meetings, we show new features, review designs for future work, and seek any areas to improve. Join the discussion or just listen in!</p> |
67 | | - <div class="social-icons"> |
68 | | - <div> |
69 | | - <div> |
70 | | - <a href="https://twitter.com/hyperledger" class="icon3"> |
71 | | - <i class="fa fa-twitter icon" aria-hidden="true"></i></a> |
72 | | - <p><a href="https://twitter.com/hyperledger">@hyperledger</a></p></div> |
73 | | - </div> |
74 | | - <div> |
75 | | - <div> |
76 | | - <a href="http://stackoverflow.com/questions/tagged/hyperledger-composer" class="icon3"> |
77 | | - <i class="fa fa-stack-overflow icon" aria-hidden="true"></i></a> |
78 | | - <p><a href="http://stackoverflow.com/questions/tagged/hyperledger-composer">#hyperledger-composer</a></p> |
79 | | - </div> |
80 | | - </div> |
81 | | - <div> |
82 | | - <div> |
83 | | - <a href="https://github.com/hyperledger/?q=composer" class="icon3"> |
84 | | - <i class="fa fa-github icon" aria-hidden="true"></i></a> |
85 | | - <p><a href="https://github.com/hyperledger/?q=composer">/hyperledger</a></p></div> |
86 | | - </div> |
87 | | - <div> |
88 | | - <div> |
89 | | - <a href="https://chat.hyperledger.org/channel/composer" class="icon3"> |
90 | | - <i class="fa fa-rocket icon" aria-hidden="true"></i></a> |
91 | | - <p><a href="https://chat.hyperledger.org/channel/composer">chat.hyperledger.org</a></p></div> |
92 | | - </div> |
93 | | - </div> |
94 | | - <p>Visit the <a href="{{site.baseurl}}/support/support-index.html" class="community">community</a> page for more information.</p> |
95 | | - </div> |
96 | | -</div> |
| 67 | + <div class="contact-us"> |
| 68 | + <div class="contact-illustration"> |
| 69 | + <img src="assets/img/Contact_us_3.png"/></div> |
| 70 | + <div class="contact-content"> |
| 71 | + <h1>We’re Open Source: Join in!</h1> |
| 72 | + <h2>Calls happen every Thursday.</h2> |
| 73 | + <button class="primary" ga-on="click" ga-event-category="Outbound Link" ga-event-action="click" |
| 74 | + ga-event-label="https://github.com/hyperledger/composer/wiki/" |
| 75 | + onclick="window.location.href='https://github.com/hyperledger/composer/wiki'">Learn how to join |
| 76 | + </button> |
| 77 | + <p>In our open community meetings, we show new features, review designs for future work, and seek any areas |
| 78 | + to improve. Join the discussion or just listen in!</p> |
| 79 | + <div class="social-icons"> |
| 80 | + <div> |
| 81 | + <div> |
| 82 | + <a href="https://twitter.com/hyperledger" class="icon3"> |
| 83 | + <i class="fa fa-twitter icon" aria-hidden="true"></i></a> |
| 84 | + <p><a href="https://twitter.com/hyperledger">@hyperledger</a></p></div> |
| 85 | + </div> |
| 86 | + <div> |
| 87 | + <div> |
| 88 | + <a href="http://stackoverflow.com/questions/tagged/hyperledger-composer" class="icon3"> |
| 89 | + <i class="fa fa-stack-overflow icon" aria-hidden="true"></i></a> |
| 90 | + <p><a href="http://stackoverflow.com/questions/tagged/hyperledger-composer">#hyperledger-composer</a> |
| 91 | + </p> |
| 92 | + </div> |
| 93 | + </div> |
| 94 | + <div> |
| 95 | + <div> |
| 96 | + <a href="https://github.com/hyperledger/?q=composer" class="icon3"> |
| 97 | + <i class="fa fa-github icon" aria-hidden="true"></i></a> |
| 98 | + <p><a href="https://github.com/hyperledger/?q=composer">/hyperledger</a></p></div> |
| 99 | + </div> |
| 100 | + <div> |
| 101 | + <div> |
| 102 | + <a href="https://chat.hyperledger.org/channel/composer" class="icon3"> |
| 103 | + <i class="fa fa-rocket icon" aria-hidden="true"></i></a> |
| 104 | + <p><a href="https://chat.hyperledger.org/channel/composer">chat.hyperledger.org</a></p></div> |
| 105 | + </div> |
| 106 | + </div> |
| 107 | + <p>Visit the <a href="{{site.baseurl}}/support/support-index.html" class="community">community</a> page for |
| 108 | + more information.</p> |
| 109 | + </div> |
| 110 | + </div> |
97 | 111 | </div> |
0 commit comments