Skip to content
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
89 changes: 89 additions & 0 deletions showcase/2021/april/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE HTML>
<html>

<head>
<meta charset="utf-8" />

<!-- Our trusty markdown stylesheet -->
<link rel="stylesheet" href="/css/github-markdown.css" />
<link rel="stylesheet" href="/css/utils.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">

<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>

<!-- Load markdeep and set it to not automatically render markdown -->
<script>markdeepOptions = { mode: 'script', tocStyle: 'none' };</script>
<script src="/scripts/markdeep.min.js"></script>

<title>April 2021 Showcase</title>

<!-- Open Graph Metadata -->
<meta property="og:title" content="April 2021 Showcase" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://graphics-programming.org/showcase/2021/april/" />
<meta property="og:image" content="https://imgur.com/NStZdsR.jpg" />
<meta property="og:description" content="Graphics Programming Community created content showcase for April 2021" />
</head>

<body>
<code style="display:none" id="content">
# April 2021 Community Creation Showcase

<nav class="mx-auto text-center">
[Home](/) &bull; [Resources](/resources) &bull; [Showcase](/showcase)
</nav>

![](https://imgur.com/xpsbiaP.mp4)
<center>
Created by @lycium#5338
</center>

<hr />

![](https://imgur.com/NStZdsR.jpg)
<center>
Created by @nem0#9317
</center>

<hr />

![](https://imgur.com/LiieFlo.jpg)
<center>
Created by @devsh#8893
</center>

<hr />

![](https://imgur.com/p79QKyZ.jpg)
<center>
Created by @Lain#1999
</center>

<hr />

![](https://imgur.com/PW2PtEP.png)
<center>
Created by @Nameless#1608
</center>

<hr />

<p>
All media in this showcase are taken from the #showcase-media channel on the server. If you'd like to have
a chance to have your image seen here, post your creations in the channel.
</p>

</code>

<!-- Finally render the markdown and display it -->
<script>
var formatted = markdeep.format(document.getElementById('content'));
var contents = $.parseHTML(formatted);
$('body').add('span').addClass('container').add(contents);
$('#content').after(contents);
</script>
</body>

</html>
6 changes: 6 additions & 0 deletions showcase/2021/showcase_preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@
March
</a>
</div>
<div class="w-25 showcase-preview-element">
<a href="/showcase/2021/april/" class="showcase-preview-link showcase-preview-element">
<img src="https://imgur.com/NStZdsR.jpg" class="showcase-preview-element-img" onload="resizeBestOfTheYear();" />
April
</a>
</div>
</div>
2 changes: 1 addition & 1 deletion showcase/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[Home](/) &bull; [Resources](/resources) &bull; [Showcase](/showcase)
</nav>

[View the Latest Showcase](/showcase/2021/march)
[View the Latest Showcase](/showcase/2021/april)

## [2021](/showcase/2021)
<div w3-include-html="/showcase/2021/showcase_preview.html"></div>
Expand Down