File tree Expand file tree Collapse file tree 2 files changed +61
-0
lines changed
themes/memmachine/layouts Expand file tree Collapse file tree 2 files changed +61
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments