Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Verified partners #680

Merged
merged 2 commits into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
children:
- title: Creating content
page: "content-intro.html"
- title: Verified Partners
page: "metaverse-agencies.html"
- title: Design experiences
children:
- post: "design-experience/2018-06-26-mvp-guidelines.md"
Expand Down
1,229 changes: 1,229 additions & 0 deletions _data/partners.yml

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions _includes/contact-icon.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions _includes/partners.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Create with experts

If you are looking to build content in Decentraland but don't have the required 3D modeling and SDK programming skills, this is the right page for you.

Meet our Verified Partners: individuals and teams that help brands to build a presence into the metaverse. Reach out to any of these partners to get help on strategy, content creation, and development to build experiences in Decentraland.
2 changes: 1 addition & 1 deletion _posts/general/2018-01-01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ date: 2018-01-01
title: Introduction
description: Decentraland is a virtual reality platform powered by Ethereum.
redirect_from:
- /login?redirect=docs
- /login
- /docs
- /docs/
categories:
Expand Down
200 changes: 200 additions & 0 deletions _sass/partners.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
.tag {
background-color: #CCCCCD;
color: #736E7D;
border-radius: 1rem;
font-size: 0.7rem;
padding: 0.2rem 0.5rem;
font-weight: bold;
display: inline-block;
}

.tag-events {
background-color: #FEEFD2;
color: #FF7439;
}

.tag-wearables {
background-color: #E1F3D6;
color: #44B600;
}

.tag-architect {
background-color: #FFE4FF;
color: #FF5AFE;
}

.tag-consulting {
background-color: #F3B3BE;
color: #D80027;
}

.tag-land {
background-color: #E2ECFC;
color: #4888EE;
}

.providerContainer h3 a {
color: #16141a;
}

.providerContainer {
border: 1px solid #CCCCCD;
border-radius: 8px;
padding: 1rem;
margin-bottom:1rem;
min-height: 12rem;
display: flex;
flex-direction: row;
}

.providerImage {
width: 10rem;
height: 10rem;
float: left;
margin-right: 1rem;
border-radius: 1rem;
}

.providerImage a {
width: 100%;
height: 100%;
display: block;
}

.providerContainer .meta {
display: flex;
flex-direction: column;
justify-content: flex-start;
margin-bottom: .5em;
}
.providerContainer .meta .tags {
margin-right: 1rem;
margin-bottom: .2rem;
}
.providerContainer .meta .social-icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
margin-right: 8px;
text-align: center;
vertical-align: middle;
}

.providerContainer .textContainer {
flex: 1;
}
.providerContainer .textContainer p {
text-overflow:ellipsis;
overflow:hidden;
display: -webkit-box;
display: -moz-box;
display: box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
box-orient: vertical;
white-space: normal;
margin-bottom: .5em;
}

.providerContainer .textContainer .read-more-state {
display: none;
}

.providerContainer .textContainer .read-more-state:checked ~ table {
display: table;
}

.providerContainer .textContainer .read-more-state:checked ~ p {
text-overflow: normal;
display: block;
}

.providerContainer .textContainer table {
display: none;
margin-bottom: 1em;
font-size: 0.9em;
font-weight: 400;
color: #736E7D;
}

table tr:last-child td {
border: none;
}

.providerContainer .textContainer table tr td {
padding: .6em .5em .6em 0;
}

.providerContainer .textContainer table tr td:first-child {
width: 33%;
font-weight: 500;
text-transform: uppercase;
}

.read-more-state ~ .read-more-trigger:before {
content: 'Show more';
}

.read-more-state:checked ~ .read-more-trigger:before {
content: 'Show less';
}

.read-more-trigger {
cursor: pointer;
display: inline-block;
color: #FF2D55;
font-size: 1em;
font-weight: 500;
}

.attribution {
font-style: italic;
color: #736E7D;
text-align: center;
margin-top: 3rem;
font-size: 0.9rem;
}

.service {
width: 12rem;
}

@media only screen and (min-width: 501px) and (max-width: 640px) {
.providerContainer .textContainer p {
font-size: 15px;
}
.providerContainer .providerImage {
position: absolute;
width: 3.5rem;
height: 3.5rem;
}
.providerContainer h3,
.providerContainer .meta {
padding-left: 4.5rem;
}
}
@media only screen and (max-width: 500px) {
.providerContainer .textContainer p {
font-size: 15px;
letter-spacing: -0.3px;
}
.providerContainer .providerImage {
width: 4rem;
height: 4rem;
margin-bottom: .5rem;
box-shadow: 0px 1px 5px rgba(204, 204, 205, 1);
border-radius: 8px;
}
.providerContainer .meta .tags {
padding: .25rem 0;
}
.providerContainer {
flex-direction: column;
}
.service {
width: initial;
text-align: center;
}
}
1 change: 1 addition & 0 deletions css/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@
@import "feedback";
@import "loader";
@import "topbar";
@import "partners";
Binary file added images/aviram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/doki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lapsusnext.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lowpolymodels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/michitodd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/miles.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/42meta.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/aaronLeupp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/artdai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/aviram.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/bandwagon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/beatblox.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/beatblox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/bignasty.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/bioma.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/bufalo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/clurge.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/cominted-labs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/dapp-craft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/decentralwear.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/doki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/drago-capital.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/fabeeo-breen.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/filmrare.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/fireworksdesignstudio.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/partners/frag.png
Binary file added images/partners/imagine-to-create.png
Binary file added images/partners/james-guard.webp
Binary file not shown.
Binary file added images/partners/kalt-creative.jpeg
Binary file added images/partners/kollectiff.png
Binary file added images/partners/lapsusnext-min.png
Binary file added images/partners/lapsusnext.PNG
Binary file added images/partners/lapsusnext.png
Binary file added images/partners/last-slice.jpg
Binary file added images/partners/low-poly.webp
Binary file not shown.
Binary file added images/partners/lowpolymodels.png
Binary file added images/partners/luke-escobar.jpeg
Binary file added images/partners/malloy.jpg
Binary file added images/partners/meta-live.jpeg
Binary file added images/partners/metakey.jpg
Binary file added images/partners/metaskins.png
Binary file added images/partners/metatiger.JPG
Binary file added images/partners/metaverse-gainers.png
Binary file added images/partners/metaverse.architects.jpg
Binary file added images/partners/metazone.png
Binary file added images/partners/michi-todd.png
Binary file added images/partners/miles.jpg
Binary file added images/partners/mixed-bag.png
Binary file added images/partners/nikki-fuego.png
Binary file added images/partners/ohmyverse.PNG
Binary file added images/partners/oktopluz.png
Binary file added images/partners/pangea.jpeg
Binary file added images/partners/parcelparty.PNG
Binary file added images/partners/polygonal-mind.png
Binary file added images/partners/renovistudios.png
Binary file added images/partners/roustan.jpeg
Binary file added images/partners/scalarvision.png
Binary file added images/partners/serraform.png
Binary file added images/partners/spaces.jpg
Binary file added images/partners/sparkles-studio.jpeg
Binary file added images/partners/stoneyeye.jpg
Binary file added images/partners/style-protocol.png
Binary file added images/partners/sugar-club.jpg
Binary file added images/partners/synthianominae.png
Binary file added images/partners/terrazero.png
Binary file added images/partners/threedium.jpg
Binary file added images/partners/ulisse-nobody.png
Binary file added images/partners/vegas-city.png
Binary file added images/partners/voxbox.png
Binary file added images/partners/voxel-architects.jpeg
Binary file added images/partners/xrcouture.png
87 changes: 87 additions & 0 deletions metaverse-agencies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
---
---
<div class="wrapper home">
{% include sidebar.html %}
<section>
<div class="home-content">
{% capture content %}{% include partners.md %}{% endcapture %}
{{ content | markdownify }}
</div>

<h3>Provided Services</h3>
<table>
<tr>
<td class="service"><span class="tag tag-wearables">Wearable Design</span></td>
<td>3D Modeling skills to produce a wearable under the acceptance criteria of Decentraland's DAO Curators Committee. Such us hats, t-shirts and full-body skins.</td>
</tr>
<tr>
<td class="service"><span class="tag tag-architect">Architecture</span></td>
<td>3D Modeling and SDK Development skills to create objects and spaces ready to be placed in your Decentraland scene. Such as art galeries and parkour courses.</td>
</tr>
<tr>
<td class="service"><span class="tag tag-events">Event Production</span></td>
<td>A company of producers that can help you set up an event in a DCL venue. They can help find a venue for your needs, customizing the scene, promoting the event, doing a live-stream and more.</td>
</tr>
<tr>
<td class="service"><span class="tag tag-consulting">Consulting</span></td>
<td>Studios that will guide you through the whole process, from sketching ideas to launching your campaign to your audience.</td>
</tr>
<tr>
<td class="service"><span class="tag tag-land">Land Rental</span></td>
<td>Land owners offering a place to locate your experience in Decentraland's Genesis City.</td>
</tr>
</table>

<h1>Verified Partners</h1>
{% assign spartners = site.data.partners | sort: 'name' %}
{% for partner in spartners %}
<div class="providerContainer">
<div class="providerImage" style="background: url('{{ partner.image }}');background-size: contain;background-position: center;background-repeat: no-repeat;">
<a href="{{ partner.default_link }}" target="_blank"></a>
</div>
<div class="textContainer">
<h3 style="margin:0;margin-bottom:0.2rem;"><a href="{{ partner.default_link }}" target="_blank">{{ partner.name }}</a></h3>
<div class="meta">
<div class="tags">
{% assign stags = partner.tags | sort %}
{% for tag in stags %}
<span class="tag tag-{{ tag | slugify }}">{{ tag }}</span>
{% endfor %}
</div>
<div class="links">
{% if partner.website %}<a href="{{ partner.website }}" title="website" class="social-icon">{% include contact-icon.html icon="Website" %}</a>{% endif %}
{% if partner.email %}<a href="mailto:{{ partner.email }}" title="email" class="social-icon">{% include contact-icon.html icon="Email" %}</a>{% endif %}
{% if partner.discord %}<a href="{{ partner.discord }}" title="discord" class="social-icon">{% include contact-icon.html icon="Discord" %}</a>{% endif %}
{% if partner.twitter %}<a href="{{ partner.twitter }}" title="twitter" class="social-icon">{% include contact-icon.html icon="Twitter" %}</a>{% endif %}
{% if partner.instagram %}<a href="{{ partner.instagram }}" title="instagram" class="social-icon">{% include contact-icon.html icon="Instagram" %}</a>{% endif %}
{% if partner.linkedin %}<a href="{{ partner.linkedin }}" title="linkedin" class="social-icon">{% include contact-icon.html icon="Linkedin" %}</a>{% endif %}
{% if partner.vimeo %}<a href="{{ partner.vimeo }}" title="vimeo" class="social-icon">{% include contact-icon.html icon="Vimeo" %}</a>{% endif %}
{% if partner.soundcloud %}<a href="{{ partner.soundcloud }}" title="soundcloud" class="social-icon">{% include contact-icon.html icon="Soundcloud" %}</a>{% endif %}
{% if partner.youtube %}<a href="{{ partner.youtube }}" title="youtube" class="social-icon">{% include contact-icon.html icon="Youtube" %}</a>{% endif %}
</div>
</div>
<input type="checkbox" id="partner-{{ partner.partnerId }}" class="read-more-state" />
<p>{{ partner.description }}</p>
<table>
<tr><td>Region</td><td>{{ partner.location }}</td></tr>
<tr><td>Studio size</td><td>{{ partner.team_size }}</td></tr>
<tr><td>Languages</td><td>{{ partner.languages | join: ", " }}</td></tr>
<tr><td>Payment methods</td><td>{{ partner.payments | join: ", " }}</td></tr>
</table>
<label class="read-more-trigger" for="partner-{{ partner.partnerId }}"></label>
</div>
</div>
{% endfor %}

<p class="attribution">
This registry is lead by an independant team supported by <a href="https://governance.decentraland.org/proposal/?id=81af5b00-02e6-11ed-8f44-ef1722f0509f">Decentraland’s DAO</a>. If your organization is not on this list and you have experience building content for Decentraland, please <a href="https://dclstudios.typeform.com/to/L49y84qX">fill out this form</a>.
</p>

{% include newsletter.html %}

{%- comment -%} {% include override-color.html accent_color="#ff2d55" %} {%- endcomment -%}
{% include override-color.html accent_color="#f05" %}

{% include copy-code.html %}
</section>
</div>