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/popper.js@1.16.1/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 > October 2021 Showcase</ title >
28
+
29
+ <!-- Open Graph Metadata -->
30
+ < meta property ="og:title " content ="October 2021 Showcase " />
31
+ < meta property ="og:type " content ="website " />
32
+ < meta property ="og:url " content ="https://graphics-programming.org/showcase/2021/october/ " />
33
+ < meta property ="og:image " content ="https://imgur.com/EAz9VzK.png " />
34
+ < meta property ="og:description "
35
+ content ="Graphics Programming Community created content showcase for October 2021 " />
36
+ </ head >
37
+
38
+ < body >
39
+ < code style ="display:none " id ="content ">
40
+ # October 2021 Community Creation Showcase
41
+
42
+ < nav class ="mx-auto text-center ">
43
+ [Home](/) • [Resources](/resources) • [Showcase](/showcase)
44
+ </ nav >
45
+
46
+ 
47
+ < center >
48
+ Created by @Mudkip Hacker#1269
49
+ </ center >
50
+
51
+ < hr />
52
+
53
+ 
54
+ < center >
55
+ Created by @N8#2718
56
+ </ center >
57
+
58
+ < hr />
59
+
60
+ 
61
+ < center >
62
+ Created by @jb#0396
63
+ </ center >
64
+
65
+ < br />
66
+
67
+ 
68
+ < center >
69
+ Created by @Zuen#5394
70
+ </ center >
71
+
72
+ < hr />
73
+
74
+ < p >
75
+ All media in this showcase are taken from the #showcase channel on the server. If you'd like to have
76
+ a chance to have your image seen here, post your creations in the channel.
77
+ </ p >
78
+
79
+ </ code >
80
+
81
+ <!-- Finally render the markdown and display it -->
82
+ < script >
83
+ var formatted = markdeep . format ( document . getElementById ( 'content' ) ) ;
84
+ var contents = $ . parseHTML ( formatted ) ;
85
+ $ ( 'body' ) . add ( 'span' ) . addClass ( 'container' ) . add ( contents ) ;
86
+ $ ( '#content' ) . after ( contents ) ;
87
+ </ script >
88
+ </ body >
89
+
90
+ </ html >
0 commit comments