Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 7acfcc8

Browse files
authored
Update README.md
1 parent fa35c66 commit 7acfcc8

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

README.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
1+
<div class="githubhyperloopheader">
2+
13
<p align="center">
2-
<a href="http://ruby-hyperloop.io/" alt="Hyperloop" title="Hyperloop">
3-
<img src="https://github.com/ruby-hyperloop/hyperloop/blob/master/hyperloop-logo-small-pink.png">
4-
</a>
5-
</p>
64

7-
<h1 align="center">
8-
Hyperloop
9-
</h1>
5+
<a href="http://ruby-hyperloop.io/" alt="Hyperloop" title="Hyperloop">
6+
<img width="350px" src="http://ruby-hyperloop.io/images/hyperloop-github-logo.png">
7+
</a>
8+
9+
</p>
1010

11-
<h3 align="center">The Complete Isomorphic Ruby Framework</h3>
11+
<h2 align="center">The Complete Isomorphic Ruby Framework</h2>
1212

13-
<p align="center">
14-
13+
<br>
1514

16-
### Simplicity
17-
Build interactive Web applications quickly. **Hyperloop** encourages rapid development with clean, pragmatic design. With developer productivity as our highest goal, **Hyperloop** takes care of much of the hassle of Web development, so you can focus on innovation and delivering end-user value.
15+
<a href="http://ruby-hyperloop.io/" alt="Hyperloop" title="Hyperloop">
16+
<img src="http://ruby-hyperloop.io/images/githubhyperloopbadge.png">
17+
</a>
1818

19-
### Isomorphic Ruby
20-
One language. One model. One set of tests. The same business logic and domain models running on the clients and the server. Hyperloop is fully integrated with Rails and also gives you unfettered access to the complete universe of JavaScript libraries (including React) from within your Ruby code. Hyperloop lets you build beautiful interactive user interfaces in Ruby.
19+
<a href="http://ruby-hyperloop.io/tutorials/hyperlooprails/webpacker/" alt="Tutorial page" title="Tutorial page">
20+
<img src="http://ruby-hyperloop.io/images/githubtutorialbadge.png">
21+
</a>
2122

22-
### Complete Architecture
23-
Everything has a place in our architecture. **C**omponents deliver interactive user experiences, **O**perations encapsulate business logic, **M**odels magically synchronize data between clients and servers, **P**olicies govern authorization and **S**tores hold local state.
23+
<a href="https://gitter.im/ruby-hyperloop/chat" alt="Gitter chat" title="Gitter chat">
24+
<img src="http://ruby-hyperloop.io/images/githubgitterbadge.png">
25+
</a>
2426

25-
</p>
27+
</div>
2628

2729
## Getting Started
2830

0 commit comments

Comments
 (0)