diff options
-rw-r--r-- | templates/main/index.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/templates/main/index.html b/templates/main/index.html index 3d88a4eb..50176242 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -1,17 +1,20 @@ {% extends "main/base.html" %} {% block title %}Home{% endblock %} {% block content %} -<div class="uk-section uk-section-primary" style="padding-top: 20px;"> +<div class="uk-section uk-section-primary" style="padding-top: 20px; padding-bottom: 30px;"> <div class="uk-container uk-text-center"> -{# <img src="/static/logos/logo_banner.png" style="height: 150px; margin: auto;" />#} + <h1 class="uk-header"> + Python Discord + </h1> + <p class="uk-text-lead"> + We're a large, friendly community focused around the Python programming language, + open to those who wish to learn the language or improve their skills, as well as + those looking to help others. + </p> <p> - Spicy jalapeno bacon ipsum dolor amet flank elit tri-tip swine reprehenderit tail - nostrud biltong officia eu. Irure shankle cupidatat shank filet mignon drumstick - tail dolore jowl flank velit magna. Est hamburger sirloin enim nisi, dolore sint - sed et adipisicing ut laboris bresaola pig cow. Nisi tongue ex fatback. Culpa - elit venison exercitation hamburger dolor do andouille consequat meatloaf. Eu - landjaeger turducken exercitation. Shoulder adipisicing proident cow, short - loin tail bacon sausage strip steak jerky short ribs tri-tip jowl rump. + We organise regular community events and have a dedicated staff of talented Python developers + available to assist around the clock. Whether you're looking to learn the language or working + on a complex project, we've got someone who can help you if you get stuck. </p> <hr class="uk-divider-icon" /> <div class="uk-container uk-container-small uk-text-meta"> |