Skip to content

Commit bcde77f

Browse files
committed
Added ambassador links on Community page
Signed-off-by: Steve Scargall <[email protected]>
1 parent 0fe889d commit bcde77f

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

themes/memmachine/layouts/community.html

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
=========================================================-->
55
<div class="hero-area">
66
<div class="container">
7-
<div data-aos="fade-up" data-aos-duration="1000">
7+
<div data-aos-duration="1000">
88
<div class="row">
99
<div class="col-md-12">
1010
<h1 class="title">
@@ -28,10 +28,10 @@ <h1 class="title">
2828
<!--=======================================================
2929
COMMUNITY
3030
=========================================================-->
31-
<div class="container mt-192">
31+
<div class="container" style="margin-top: 50px;">
3232
<!-- Culture Statement -->
3333
<div class="row mb-5">
34-
<div class="col-md-10 mx-auto text-center" data-aos="fade-up">
34+
<div class="col-md-10 mx-auto text-center" >
3535
<h2 class="title-2">Our <span class="highlight-text-gradient">Culture Statement</span></h2>
3636
<div class="mx-850 text-center">
3737
<p>
@@ -53,9 +53,23 @@ <h3 class="title-3"><span class="highlight-text-gradient">HIPPOS</span>: Humilit
5353
</div>
5454
</div>
5555

56+
<!-- Ambassador Programs -->
57+
<div class="row mb-5">
58+
<div class="col-md-10 mx-auto text-center" >
59+
<h2 class="title-2">Join our <span>Ambassador Programs</span></h2>
60+
<div class="mx-850 text-center">
61+
<p>
62+
Our <a href="/community-ambassador-program.html">Community Ambassador Program</a> empowers developers, researchers, creators, and professionals around the world to represent MemMachine – The Open-Source Memory Layer for AI Agents – in their local and online communities, sharing the message of memory, context, and collaboration in AI.
63+
</p>
64+
<p>
65+
Our <a href="/community-student-ambassador-program.html">Student Ambassador Program</a> empowers students around the world to become the voice of MemMachine – The Open-Source Memory Layer for AI Agents on their campuses and in their networks, spreading the message of memory, context, and collaboration in AI.
66+
</p>
67+
</div>
68+
</div>
69+
5670
<!-- Contributors -->
5771
<div class="row mb-5">
58-
<div class="col-md-10 mx-auto text-center" data-aos="fade-up">
72+
<div class="col-md-10 mx-auto text-center" >
5973
<h2 class="title-2">Powered by an <span>Amazing Community</span></h2>
6074
<div class="mx-850 text-center">
6175
<p>
@@ -70,7 +84,7 @@ <h2 class="title-2">Powered by an <span>Amazing Community</span></h2>
7084

7185
<!-- GtHub Star History -->
7286
<div class="row mb-5">
73-
<div class="col-md-10 mx-auto text-center" data-aos="fade-up">
87+
<div class="col-md-10 mx-auto text-center" >
7488
<h2 class="title-2">Driven by <span>Momentum</span></h2>
7589
<div class="mx-850 text-center">
7690
<p>
@@ -86,7 +100,7 @@ <h2 class="title-2">Driven by <span>Momentum</span></h2>
86100

87101
<!-- Discord -->
88102
<div class="row">
89-
<div class="col-md-10 mx-auto text-center" data-aos="fade-up">
103+
<div class="col-md-10 mx-auto text-center" >
90104
<h2 class="title-2">Join the <span>Conversation</span></h2>
91105
<div class="mx-850 text-center">
92106
<p>
@@ -103,12 +117,12 @@ <h2 class="title-2">Join the <span>Conversation</span></h2>
103117
=========================================================-->
104118
<div class="container mt-192">
105119
<div class="row">
106-
<div class="col-md-12 text-center" data-aos="fade-up">
120+
<div class="col-md-12 text-center" >
107121
<h2 class="title-2">Find Your Place <span>in the Community</span></h2>
108122
</div>
109123
</div>
110124
<div class="row gy-4 mt-4">
111-
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
125+
<div class="col-lg-6" data-aos-delay="100">
112126
<div class="feature-item h-100">
113127
<div class="icon-circle"><i class="fa-solid fa-comments"></i></div>
114128
<h3>Join the Conversation</h3>
@@ -118,7 +132,7 @@ <h3>Join the Conversation</h3>
118132
{{ end }}
119133
</div>
120134
</div>
121-
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
135+
<div class="col-lg-6" data-aos-delay="200">
122136
<div class="feature-item h-100">
123137
<div class="icon-circle"><i class="fa-solid fa-code-branch"></i></div>
124138
<h3>Contribute Code</h3>
@@ -128,7 +142,7 @@ <h3>Contribute Code</h3>
128142
{{ end }}
129143
</div>
130144
</div>
131-
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="300">
145+
<div class="col-lg-6" data-aos-delay="300">
132146
<div class="feature-item h-100">
133147
<div class="icon-circle"><i class="fa-solid fa-bug"></i></div>
134148
<h3>Report a Bug or Request a Feature</h3>
@@ -138,7 +152,7 @@ <h3>Report a Bug or Request a Feature</h3>
138152
{{ end }}
139153
</div>
140154
</div>
141-
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
155+
<div class="col-lg-6" data-aos-delay="400">
142156
<div class="feature-item h-100">
143157
<div class="icon-circle"><i class="fa-solid fa-book"></i></div>
144158
<h3>Improve the Docs</h3>
@@ -156,7 +170,7 @@ <h3>Improve the Docs</h3>
156170
=========================================================-->
157171
<div class="container mt-192">
158172
<div class="row">
159-
<div class="col-md-8 mx-auto text-center" data-aos="fade-up">
173+
<div class="col-md-8 mx-auto text-center" >
160174
<h2 class="title-2">Our Guiding <span>Principles</span></h2>
161175
<div class="guidelines-list mt-4">
162176
<a href="https://github.com/MemMachine/MemMachine/blob/main/CODE_OF_CONDUCT.md" class="guideline-item">

0 commit comments

Comments
 (0)