Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

chore: update website for release #498

Merged
merged 1 commit into from
May 21, 2020
Merged
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
34 changes: 2 additions & 32 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ function Home() {
styles.heroBannerTitle,
'margin-bottom--lg',
)}>
Rome is an experimental <br />
JavaScript toolchain
Rome is a JavaScript toolchain
</h1>
<h2 className={styles.heroBannerSubtitle}>
A compiler, linter, formatter, bundler, testing framework and more
Linting, bundling, compiling, testing, and more
</h2>
</div>
<div className={styles.buttons}>
Expand All @@ -50,38 +49,9 @@ function Home() {
Get Started&nbsp;&nbsp;→
</Link>
</div>
<div className="margin-top--lg">
<iframe
src="https://ghbtns.com/github-btn.html?user=romejs&amp;repo=rome&amp;type=star&amp;count=true&amp;size=large"
frameBorder={0}
scrolling={0}
width={160}
height={30}
title="GitHub Stars"
/>
</div>
</div>
</header>
<main>
<div
className={classnames(
'margin-bottom--lg',
'padding-vert--lg',
styles.calloutPrimary,
bitpshr marked this conversation as resolved.
Show resolved Hide resolved
)}>
<div className="container">
<div className="row">
<div className="col col--8 col--offset-2">
<div className="margin-vert--md text--center">
<p className={styles.calloutTagline}>
Rome is experimental and in active development. It is open
for contributors and those interested in experimental tools.
</p>
</div>
</div>
</div>
</div>
</div>
<div>
<div className="container">
<div className="row">
Expand Down