From d5c6986a955c8bcf628ed31d38c99d4fe880f0a8 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Tue, 22 Sep 2020 20:49:15 +0300 Subject: Create resources index HTML file --- pydis_site/templates/resources/resources.html | 100 ++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 pydis_site/templates/resources/resources.html diff --git a/pydis_site/templates/resources/resources.html b/pydis_site/templates/resources/resources.html new file mode 100644 index 00000000..0f9abb42 --- /dev/null +++ b/pydis_site/templates/resources/resources.html @@ -0,0 +1,100 @@ +{% extends 'base/base.html' %} +{% load static %} + +{% block title %}Resources{% endblock %} +{% block head %} + +{% endblock %} + +{% block content %} + {% include "base/navbar.html" %} + + + + + + Resources + + + + + + + + + Resources + + + + + Guides + Made by us, for you + + + + + + + + Read + Lovingly curated books to explore + + + + + + + Watch + Visually engaging + + + + + + + + + Try + Interactively discover the possibilities + + + + + Learn + Structured courses with clear goals + + + + + + + + + + + + Communities + Some of our best friends + + + + + + Listen + Regular podcasts to follow + + + + + + + + Tools + Things we love to use + + + + + + +{% endblock %} -- cgit v1.2.3
Guides
Made by us, for you
Read
Lovingly curated books to explore
Watch
Visually engaging
Try
Interactively discover the possibilities
Learn
Structured courses with clear goals
Communities
Some of our best friends
Listen
Regular podcasts to follow
Tools
Things we love to use