|
| 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](/) • [Resources](/resources) • [Showcase](/showcase) |
| 36 | + </nav> |
| 37 | + |
| 38 | +  |
| 39 | + <center> |
| 40 | + Created by @snurf#1314 |
| 41 | + </center> |
| 42 | + |
| 43 | + <hr /> |
| 44 | + |
| 45 | +  |
| 46 | + <center> |
| 47 | + Created by @Crypto_IQ300#6848 |
| 48 | + </center> |
| 49 | + |
| 50 | + <hr /> |
| 51 | + |
| 52 | +  |
| 53 | + <center> |
| 54 | + Created by User @TheNosiriN#4821 |
| 55 | + </center> |
| 56 | + |
| 57 | + <hr /> |
| 58 | + |
| 59 | +  |
| 60 | + <center> |
| 61 | + Created by @devsh#8893 |
| 62 | + </center> |
| 63 | + |
| 64 | + <hr /> |
| 65 | + |
| 66 | +  |
| 67 | + <center> |
| 68 | + Created by @loicvdb#9391 |
| 69 | + </center> |
| 70 | + |
| 71 | + <hr /> |
| 72 | + |
| 73 | +  |
| 74 | + <center> |
| 75 | + Created by @Nameless#1608 |
| 76 | + </center> |
| 77 | + |
| 78 | + <hr /> |
| 79 | + |
| 80 | +  |
| 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> |
0 commit comments