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

Commit

Permalink
removes wasm slice from the homepage (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiAshbery authored Mar 3, 2022
1 parent 658b8d2 commit 0f81cf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 62 deletions.
60 changes: 0 additions & 60 deletions site/pages/home/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -117,66 +117,6 @@ Array [
src="Homepage_2.jpg"
/>
</div>,
<div
class="WasmSliceWrapper"
id="genz"
>
<div
class="WasmSliceContent"
>
<div
class="WasmSlice"
>
<div
class="WasmSliceText"
>
<img
alt="text reading: We Love Tech"
class="WasmSliceTitleImage"
src="title.png"
/>
<div
class="WasmSliceTextContent"
>
<p>
<strong
class="WasmSliceStrong"
>
The next generation of cloud native distributed systems is here
</strong>
There’s a quiet revolution going on that’s starting to affect every corner of the software industry. It’s called WebAssembly. You’ve probably heard about it as the fourth language of the web, but its application outside the browser is about to change everything! Join us as we explore the power of this simple technology and what it means for the future of the platform.
</p>
<div
class="WasmSliceCTA"
>
<div>
<p>
Event - Wednesday, 2nd March - 18:30
<br />
At Red Badger HQ and Virtual
</p>
</div>
<a
class="WasmSliceLink"
href="https://bit.ly/3sH4sar"
>
Register for our event
</a>
</div>
</div>
</div>
<div
class="WasmSliceImageWrapper"
>
<img
alt="illustration, a smiling man looks at his phone as a jet flies away"
class="WasmSliceImage"
src="background.png"
/>
</div>
</div>
</div>
</div>,
<section
class="caseStudyContainer"
data-cy="case-study-slice"
Expand Down
2 changes: 0 additions & 2 deletions site/pages/home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import CaseStudyOverview from '../../components/case-study-overview';
import AwardsSlice from '../../slices/awards-slice';
import ChecklistContactUs from '../../slices/checklist-contact-us-slice';
import Social from '../../components/social';
import WasmSlice from '../../components/wasm-slice';
import HubspotSignup from './hubspot-signup';
import TechSlice from '../../slices/tech-slice';
import GoldCoinSlice from '../../slices/gc-slice';
Expand All @@ -32,7 +31,6 @@ export default function HomePage() {
<Social {...social} />
<TopSlice />
<GoldCoinSlice />
<WasmSlice />
<CaseStudyOverview />
<MBPSlice />
<TestimonialsSlice />
Expand Down

0 comments on commit 0f81cf3

Please sign in to comment.