Skip to content

Commit 4bcd0a4

Browse files
Merge pull request #16 from exokitxr/remove-showcase
Remove showcase
2 parents 5c2112c + 470ab87 commit 4bcd0a4

22 files changed

+0
-90
lines changed

src/_data/showcase.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

src/images/showcase/apainter.jpg

-25.7 KB
Binary file not shown.
-23 KB
Binary file not shown.

src/images/showcase/cern.jpg

-54.7 KB
Binary file not shown.

src/images/showcase/chevrolet.jpg

-65.6 KB
Binary file not shown.

src/images/showcase/disney.jpg

-53.8 KB
Binary file not shown.

src/images/showcase/ford.jpg

-72.6 KB
Binary file not shown.

src/images/showcase/insidemusic.jpg

-40.4 KB
Binary file not shown.

src/images/showcase/mozilla.jpg

-42.9 KB
Binary file not shown.

src/images/showcase/musicalforest.jpg

-40.9 KB
Binary file not shown.

src/images/showcase/nasa.jpg

-61.7 KB
Binary file not shown.

src/images/showcase/npr.jpg

-138 KB
Binary file not shown.

src/images/showcase/samsung.jpg

-62.8 KB
Binary file not shown.

src/images/showcase/sony.jpg

-45.9 KB
Binary file not shown.

src/images/showcase/soundboxing.jpg

-20.9 KB
Binary file not shown.

src/images/showcase/supercraft.jpg

-70.6 KB
Binary file not shown.
-28.9 KB
Binary file not shown.

src/images/showcase/toyota.jpg

-61 KB
Binary file not shown.

src/showcase/index.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

themes/exokit/layout/index.ejs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
<li class="menu-item">
2121
<a href="<%- url_for('community/') %>">Community</a>
2222
</li>
23-
<li class="menu-item">
24-
<a href="<%- url_for('showcase/') %>">Showcase</a>
25-
</li>
2623
<li class="menu-item">
2724
<a href="https://github.com/exokitxr/exokit">GitHub</a>
2825
</li>
@@ -39,17 +36,5 @@
3936
Download
4037
</a>
4138

42-
<div id="usersContainer">
43-
<p>Used by</p>
44-
<ul id="users">
45-
<% site.data.showcase.users.forEach(function (user, idx) { %>
46-
<li class="user">
47-
<a href="<%- user.url %>" title="<%- user.description %>">
48-
<img src="/images/users/<%- user.company.toLowerCase().replace(/\s/g, '') %>.svg">
49-
</a>
50-
</li>
51-
<% }); %>
52-
</ul>
53-
</div>
5439
</div>
5540
</div>

themes/exokit/layout/page.ejs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111

1212
<%- page.content %>
1313

14-
<% if (page.type === 'showcase') { %>
15-
<%- partial('partials/showcase', {projects: site.data.showcase.projects}) %>
16-
<% } %>
1714

1815
<%- partial('partials/docs/footer', {item: page}) %>
1916
</div>

themes/exokit/layout/partials/showcase.ejs

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)