Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated index.html #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h3 class="subtitle1"><strong class="subtitle1">Save time coding</strong></h3>
<img class="featureimages" data-ix="bounce-in-scroll-in" src="./images/awesome_code.png">
<h3 class="subtitle1">Reuse your code</h3>
<p class="bodyfeatures bodytext">
Write your code once and use it everywhere. Forget about duplicated style and validation code and enjoy Eureka's abstractions to power up you app!
Write your code once and use it everywhere. Forget about duplicated style and validation code and enjoy Eureka's abstractions to power up your app!
</p>
</div>
</div>
Expand All @@ -163,7 +163,7 @@ <h3 class="subtitle1">Community</h3>
<img class="featureimages" data-ix="bounce-in-scroll-in" src="./images/best_in_class.png">
<h3 class="subtitle1">Best in Class</h3>
<p class="bodyfeatures bodytext">
Comprehensive documentation, tens of custom rows and lighting fast support of new Swift/iOS versions made Eureka the preferred tool of 10 of the top 200 apps in the App Store.
Comprehensive documentation, tens of custom rows and lightning fast support of new Swift/iOS versions make Eureka the preferred tool of 10 of the top 200 apps in the App Store.
</p>
</div>
</div>
Expand Down Expand Up @@ -225,15 +225,15 @@ <h4 class="heading-2 section-heading">CocoaPods</h4>
<p class="bodytext codetext">source 'https://github.com/CocoaPods/Specs.git'
<br>platform :ios, '9.0'
<br>use_frameworks!
<br> pod 'Eureka', '~&gt; 3.0.0'
<br> pod 'Eureka', '~&gt; 4.0.0'
</p>
</div>
</div>
<div class="carthage" data-ix="fade-in-left-scroll-in">
<h4 class="heading-2 section-heading">Carthage</h4>
<p class="bodytext">Carthage is a simple, decentralized dependency manager for Cocoa. Just specify Eureka into your project’s Cartfile:</p>
<div class="codebox">
<p class="bodytext codetext">github "xmartlabs/Eureka" ~&gt; 3.0.0</p>
<p class="bodytext codetext">github "xmartlabs/Eureka" ~&gt; 4.0.0</p>
</div>
</div>
<div class="manually" data-ix="fade-in-left-scroll-in">
Expand Down