Skip to content

Commit 78c171b

Browse files
Showcase January 2022 (#61)
* Prepare infrastructure for 2022 showcases * Showcase January 2022 * Fix channel name * Update year in metadata Co-authored-by: Nicholaus Clark <[email protected]>
1 parent 9c65797 commit 78c171b

File tree

4 files changed

+222
-1
lines changed

4 files changed

+222
-1
lines changed

showcase/2022/index.html

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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"
11+
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
12+
13+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
14+
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
15+
crossorigin="anonymous"></script>
16+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
17+
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
18+
crossorigin="anonymous"></script>
19+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
20+
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
21+
crossorigin="anonymous"></script>
22+
23+
<!-- Load markdeep and set it to not automatically render markdown -->
24+
<script>markdeepOptions = { mode: 'script', tocStyle: 'none' };</script>
25+
<script src="/scripts/markdeep.min.js"></script>
26+
<script src="/scripts/include.js"></script>
27+
<title>2022 Showcase</title>
28+
</head>
29+
30+
<body>
31+
<code style="display:none" id="content">
32+
# 2022 Community Creation Showcase
33+
34+
<nav class="mx-auto text-center">
35+
[Home](/) &bull; [Resources](/resources) &bull; [Showcase](/showcase)
36+
</nav>
37+
38+
<div w3-include-html="/showcase/2022/showcase_preview.html"></div>
39+
40+
<hr />
41+
42+
<p>
43+
All media in this showcase are taken from the #showcase channel on the server. If you'd like to have
44+
a chance to have your image seen here, post your creations in the channel.
45+
</p>
46+
47+
</code>
48+
49+
<!-- Finally render the markdown and display it -->
50+
<script>
51+
var formatted = markdeep.format(document.getElementById('content'));
52+
var contents = $.parseHTML(formatted);
53+
$('body').add('span').addClass('container').add(contents);
54+
$('#content').after(contents);
55+
</script>
56+
</body>
57+
58+
</html>
59+
60+
<script>
61+
includeHTML();
62+
</script>

showcase/2022/january/index.html

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
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"
11+
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
12+
13+
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
14+
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
15+
crossorigin="anonymous"></script>
16+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
17+
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
18+
crossorigin="anonymous"></script>
19+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
20+
integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV"
21+
crossorigin="anonymous"></script>
22+
23+
<!-- Load markdeep and set it to not automatically render markdown -->
24+
<script>markdeepOptions = { mode: 'script', tocStyle: 'none' };</script>
25+
<script src="/scripts/markdeep.min.js"></script>
26+
27+
<title>January 2022 Showcase</title>
28+
29+
<!-- Open Graph Metadata -->
30+
<meta property="og:title" content="January 2022 Showcase" />
31+
<meta property="og:type" content="website" />
32+
<meta property="og:url" content="https://graphics-programming.org/showcase/2022/january/" />
33+
<meta property="og:image" content="https://i.imgur.com/ryjAYC2.png" />
34+
<meta property="og:description"
35+
content="Graphics Programming Community created content showcase for January 2022" />
36+
</head>
37+
38+
<body>
39+
<code style="display:none" id="content">
40+
# January 2022 Community Creation Showcase
41+
42+
<nav class="mx-auto text-center">
43+
[Home](/) &bull; [Resources](/resources) &bull; [Showcase](/showcase)
44+
</nav>
45+
46+
![](https://i.imgur.com/ryjAYC2.png)
47+
<center>
48+
Created by @Nameless#1608
49+
</center>
50+
51+
<hr />
52+
53+
![](https://i.imgur.com/JfIKgM2.gif)
54+
<center>
55+
Created by @Tarnegol#9014
56+
</center>
57+
58+
<hr />
59+
60+
<div class="aspect-ratio-16-9">
61+
<iframe width="560" height="315" src="https://youtube.com/embed/boSpUOe9rBk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
62+
</div>
63+
<center>
64+
Created by @BIG WILLY#5778
65+
</center>
66+
67+
<hr />
68+
69+
![](https://i.imgur.com/2c70DJE.png)
70+
<center>
71+
Created by @Sirflankalot#3671
72+
</center>
73+
74+
<hr />
75+
76+
![](https://i.imgur.com/K2aMugD.png)
77+
<center>
78+
Created by @BlackFox#7549
79+
</center>
80+
81+
<hr />
82+
83+
![](https://i.imgur.com/fLBqWiq.gif)
84+
<center>
85+
Created by @Absolute Units#0038
86+
</center>
87+
88+
<hr />
89+
90+
![](https://i.imgur.com/StJ2pFl.mp4)
91+
<center>
92+
Created by @neure#5802
93+
</center>
94+
95+
<hr />
96+
97+
![](https://i.imgur.com/dfbatzL.png)
98+
<center>
99+
Created by @Galacti2#0027
100+
</center>
101+
102+
<hr />
103+
104+
![](https://i.imgur.com/S8KWvRH.png)
105+
<center>
106+
Created by @pixelcluster#8137
107+
</center>
108+
109+
<hr />
110+
111+
![](https://i.imgur.com/jIjlcky.png)
112+
<center>
113+
Created by @lycium#5338
114+
</center>
115+
116+
<hr />
117+
118+
![](https://i.imgur.com/3YIjrXK.png)
119+
<center>
120+
Created by @nightchild#5125
121+
</center>
122+
123+
<hr />
124+
125+
![](https://i.imgur.com/7TO44Hn.mp4)
126+
<center>
127+
Created by @Bolt#6265
128+
</center>
129+
130+
<hr />
131+
132+
<p>
133+
All media in this showcase are taken from the #showcase channel on the server. If you'd like to have
134+
a chance to have your image seen here, post your creations in the channel.
135+
</p>
136+
137+
</code>
138+
139+
<!-- Finally render the markdown and display it -->
140+
<script>
141+
var formatted = markdeep.format(document.getElementById('content'));
142+
var contents = $.parseHTML(formatted);
143+
$('body').add('span').addClass('container').add(contents);
144+
$('#content').after(contents);
145+
</script>
146+
</body>
147+
148+
</html>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<div class="showcase-preview-container w100">
2+
<div class="w-25 showcase-preview-element">
3+
<a href="/showcase/2022/january/" class="showcase-preview-link showcase-preview-element">
4+
<img src="https://i.imgur.com/ryjAYC2.png" class="showcase-preview-element-img" />
5+
January
6+
</a>
7+
</div>
8+
</div>

showcase/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
[Home](/) &bull; [Resources](/resources) &bull; [Showcase](/showcase)
4343
</nav>
4444

45-
[View the Latest Showcase](/showcase/2021/year)
45+
[View the Latest Showcase](/showcase/2022/january)
46+
47+
## [2022](/showcase/2022)
48+
<div w3-include-html="/showcase/2022/showcase_preview.html"></div>
4649

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

0 commit comments

Comments
 (0)