Skip to content

Commit 0734010

Browse files
committed
no button, minor rewording
1 parent 71363d6 commit 0734010

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,17 @@
2020

2121

2222
<!-- Banner -->
23-
<section class="banner style5 content-align-left image-position-right invert fullscreen onload-image-fade-in onload-content-fade-in">
23+
<section class="banner style5 content-align-left image-position-right fullscreen invert onload-image-fade-in onload-content-fade-in">
2424

2525
<div class="content">
2626
<h3>Rcpp: Seamless R and C++ Integration</h3>
2727
<!--<p class="major">Rcpp: Seamless R and C++ Integration</p>-->
28+
<p>Making it easy to extend and grow R via an easy-to-use, robust, and performant C++ interface.</p>
29+
<p>All key R data types map naturally into key C++ data structures, and simple interface make transfer back and forth very easy. And by composing more complex interfaces become possible.</p>
2830
<p>
29-
Making it easy to extend and grow R via an easy-to-use, robust, and performant C++ interface.
30-
<br>
31-
All key data structures map naturally into key C++ data structures and simple interface very easy. And by composing more complex interfaces become possible.
32-
</p>
33-
<ul class="actions stacked">
34-
<li><a href="#first" class="button large wide smooth-scroll-middle">Scroll Below for More</a></li>
35-
</ul>
31+
<!-- <ul class="actions stacked"> -->
32+
<!-- <li><a href="#first" class="button large wide smooth-scroll-middle">Scroll Below for More</a></li> -->
33+
<!-- </ul> -->
3634
</div>
3735
<div class="image">
3836
<!-- image source: https://pixabay.com/photos/rocket-launch-night-trajectory-693215/ -->

0 commit comments

Comments
 (0)