Skip to content

Commit 01b214f

Browse files
committed
Added Playground Under Construction Page
Signed-off-by: Steve Scargall <37674041+sscargal@users.noreply.github.com>
1 parent 3ca1b0d commit 01b214f

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

content/en/playground.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Discover the MemMachine Playground"
3+
date: 2024-08-21T12:00:00-07:00
4+
draft: false
5+
layout: "playground"
6+
---
7+
8+
Experience MemMachine in our playground for free.
9+
10+
Explore our tools, learn how they work, and see what's possible.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{{ define "main" }}
2+
<!--=======================================================
3+
HERO
4+
=========================================================-->
5+
<div class="hero-area">
6+
<div class="container">
7+
<div data-aos="fade-up" data-aos-duration="1000">
8+
<div class="row">
9+
<div class="col-md-12">
10+
<h1 class="title">
11+
{{ .Title }}
12+
</h1>
13+
<div class="mx-850 text-center">
14+
{{ .Content }}
15+
</div>
16+
</div>
17+
</div>
18+
</div>
19+
</div>
20+
</div>
21+
22+
<!--=======================================================
23+
PLAYGROUND
24+
=========================================================-->
25+
<div class="container">
26+
<div class="row">
27+
<div class="col-md-12" data-aos="fade-up" data-aos-duration="1000">
28+
<div class="ready-section" style="margin: 100px 0;">
29+
<h2 class="title-2">We're <span>Building</span> Something <span>Amazing</span></h2>
30+
<p>
31+
Our Playground is getting a major upgrade to give you an even better experience.
32+
</p>
33+
<p>
34+
We're working hard to make it worth the wait! While you're waiting, please explore these resources to start your journey.
35+
</p>
36+
37+
<div class="hero-btn">
38+
<div data-aos="fade-up" data-aos-duration="1000" class="aos-init aos-animate">
39+
<a href="https://docs.memmachine.ai/getting_started" class="btn btn-primary mx-2 aos-init aos-animate" data-aos="fade-up" data-aos-delay="200">Read the Docs
40+
</a>
41+
<a href="https://discord.gg/usydANvKqD" class="btn btn-primary mx-2 aos-init aos-animate" data-aos="fade-up" data-aos-delay="200">Let's Chat on Discord
42+
</a>
43+
</div>
44+
</div>
45+
46+
</div>
47+
</div>
48+
</div>
49+
</div>
50+
51+
{{ end }}

0 commit comments

Comments
 (0)