Skip to content

Commit 254de5f

Browse files
June 2021 showcase (#52)
1 parent 148b979 commit 254de5f

File tree

3 files changed

+110
-1
lines changed

3 files changed

+110
-1
lines changed

showcase/2021/june/index.html

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
<!DOCTYPE HTML>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
7+
<!-- Our trusty markdown stylesheet -->
8+
<link rel="stylesheet" href="/css/github-markdown.css" />
9+
<link rel="stylesheet" href="/css/utils.css" />
10+
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
11+
12+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
13+
<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>
14+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
15+
16+
<!-- Load markdeep and set it to not automatically render markdown -->
17+
<script>markdeepOptions = { mode: 'script', tocStyle: 'none' };</script>
18+
<script src="/scripts/markdeep.min.js"></script>
19+
20+
<title>June 2021 Showcase</title>
21+
22+
<!-- Open Graph Metadata -->
23+
<meta property="og:title" content="June 2021 Showcase" />
24+
<meta property="og:type" content="website" />
25+
<meta property="og:url" content="https://graphics-programming.org/showcase/2021/june/" />
26+
<meta property="og:image" content="https://imgur.com/64NAYdk.png" />
27+
<meta property="og:description" content="Graphics Programming Community created content showcase for June 2021" />
28+
</head>
29+
30+
<body>
31+
<code style="display:none" id="content">
32+
# June 2021 Community Creation Showcase
33+
34+
<nav class="mx-auto text-center">
35+
[Home](/) &bull; [Resources](/resources) &bull; [Showcase](/showcase)
36+
</nav>
37+
38+
![](https://imgur.com/klUROjF.jpg)
39+
<center>
40+
Created by @snurf#1314
41+
</center>
42+
43+
<hr />
44+
45+
![](https://imgur.com/h76xxnY.png)
46+
<center>
47+
Created by @Crypto_IQ300#6848
48+
</center>
49+
50+
<hr />
51+
52+
![](https://imgur.com/64NAYdk.png)
53+
<center>
54+
Created by User @TheNosiriN#4821
55+
</center>
56+
57+
<hr />
58+
59+
![](https://imgur.com/cyon2Jo.png)
60+
<center>
61+
Created by @devsh#8893
62+
</center>
63+
64+
<hr />
65+
66+
![](https://imgur.com/A9I0ylf.jpg)
67+
<center>
68+
Created by @loicvdb#9391
69+
</center>
70+
71+
<hr />
72+
73+
![](https://imgur.com/VtBRZA0.jpg)
74+
<center>
75+
Created by @Nameless#1608
76+
</center>
77+
78+
<hr />
79+
80+
![](https://imgur.com/aSna93V.png)
81+
<center>
82+
Created by @Zuen#5394
83+
</center>
84+
85+
<hr />
86+
87+
<p>
88+
All media in this showcase are taken from the #showcase-media channel on the server. If you'd like to have
89+
a chance to have your image seen here, post your creations in the channel.
90+
</p>
91+
92+
</code>
93+
94+
<!-- Finally render the markdown and display it -->
95+
<script>
96+
var formatted = markdeep.format(document.getElementById('content'));
97+
var contents = $.parseHTML(formatted);
98+
$('body').add('span').addClass('container').add(contents);
99+
$('#content').after(contents);
100+
</script>
101+
</body>
102+
103+
</html>

showcase/2021/showcase_preview.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@
2929
May
3030
</a>
3131
</div>
32+
<div class="w-25 showcase-preview-element">
33+
<a href="/showcase/2021/june/" class="showcase-preview-link showcase-preview-element">
34+
<img src="https://imgur.com/64NAYdk.png" class="showcase-preview-element-img" onload="resizeBestOfTheYear();" />
35+
June
36+
</a>
37+
</div>
3238
</div>

showcase/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
[Home](/) &bull; [Resources](/resources) &bull; [Showcase](/showcase)
3737
</nav>
3838

39-
[View the Latest Showcase](/showcase/2021/may)
39+
[View the Latest Showcase](/showcase/2021/june)
4040

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

0 commit comments

Comments
 (0)