Skip to content

Commit 01bb2e3

Browse files
committed
Update community resources links and enhance project representation section
1 parent 2c6ef40 commit 01bb2e3

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

docs/en/create/community/index.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Discover resources to promote your project, build community, and access ecosyste
2323
<div class="card-body">
2424
<h3 class="card-title">Community Blogs</h3>
2525
<p class="card-desc">Blogs are curated and published on WAX.io Medium, shared on Discord and X through official channels. Share your project story and updates.</p>
26-
<ActionHighlight label="Get Started" href="https://form.typeform.com/to/s8WRbJs7" />
26+
<ActionHighlight label="Get Started" href="https://go.wax.io/blog-submission" />
2727
</div>
2828
</div>
2929

3030
<div class="card">
3131
<div class="card-body">
3232
<h3 class="card-title">Partnerships</h3>
3333
<p class="card-desc">Reach out to the WAX team to discuss how they can help make your launch a success on WAX.</p>
34-
<ActionHighlight label="Get Started" href="https://form.typeform.com/to/rlcRWmsq" />
34+
<ActionHighlight label="Get Started" href="https://go.wax.io/partnership" />
3535
</div>
3636
</div>
3737
</div>
@@ -63,10 +63,18 @@ Discover resources to promote your project, build community, and access ecosyste
6363
</div>
6464
</div>
6565

66-
### Represent Your Project
66+
&nbsp;
67+
68+
## Represent Your Project
6769

68-
<div style="padding-top:1em;">
69-
<ActionHighlight label="Project Rep Role in WAX Discord" href="https://form.typeform.com/to/wfIQCQr2" />
70+
<div class="cards-grid">
71+
<div class="card">
72+
<div class="card-body">
73+
<h3 class="card-title">Project Rep Role in WAX Discord</h3>
74+
<p class="card-desc">Apply for the “Project Rep” role by confirming your project’s official account via DM with @WAX_io on X. This sets your representatives apart on the WAX Discord and allows access to some locked channels."</p>
75+
<ActionHighlight label="@WAX_io on X" href="https://x.com/WAX_io" />
76+
</div>
77+
</div>
7078
</div>
7179

7280
&nbsp;
@@ -150,7 +158,7 @@ Discover resources to promote your project, build community, and access ecosyste
150158
<style>
151159
.cards-grid {
152160
display: grid;
153-
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
161+
grid-template-columns: repeat(auto-fit, minmax(260px, 0.5fr));
154162
gap: 20px;
155163
}
156164

@@ -183,7 +191,7 @@ Discover resources to promote your project, build community, and access ecosyste
183191
content: '';
184192
position: absolute;
185193
inset: 0;
186-
background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.40) 85%);
194+
background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(0,0,0,.20) 85%);
187195
pointer-events: none;
188196
}
189197

0 commit comments

Comments
 (0)