aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/events/sidebar/revivalofcode.html
blob: 02d9d847ad1daed21566e503268e7de88a6a09ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<div class="box">
    <div class="has-text-centered">
        <img src="https://raw.githubusercontent.com/python-discord/branding/main/events/christmas/server_icons/festive_256.gif" style="border-radius: 10px;" alt="Server icon for Advent of Code">
    </div>
    <p class="menu-label">Quick links</p>
    <ul class="menu-list">
        <li><a class="has-text-link" href="https://adventofcode.com">AoC Homepage</a></li>
        <li><a class="has-text-link" href="https://reddit.com/r/adventofcode">AoC Reddit</a></li>
    </ul>
</div>