File tree Expand file tree Collapse file tree 5 files changed +5
-13
lines changed
pythonkr_backend/pythonkr Expand file tree Collapse file tree 5 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -169,3 +169,6 @@ cython_debug/
169
169
170
170
# PyPI configuration file
171
171
.pypirc
172
+
173
+ # Misc
174
+ .DS_Store
Original file line number Diff line number Diff line change 7
7
< head >
8
8
< meta charset ="UTF-8 ">
9
9
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
10
- < title > {% block title %}Python Asia {% endblock title %}</ title >
10
+ < title > {% block title %}Python Korea {% endblock title %}</ title >
11
11
< link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css ">
12
12
< script defer src ="https://cdnjs.cloudflare.com/ajax/libs/alpinejs/3.13.5/cdn.min.js "> </ script >
13
13
< script src ="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/js/bootstrap.bundle.min.js "> </ script >
59
59
<!-- Footer -->
60
60
< footer class ="sponsor-footer mt-5 ">
61
61
< div class ="container text-center ">
62
- < h4 class ="text-center mb-4 "> Our Sponsors</ h4 >
63
- < div class ="row justify-content-center ">
64
- {% for sponsor in sponsors %}
65
- < div class ="col-md-3 col-6 text-center mb-3 ">
66
- < img src ="{{ sponsor.logo }} " alt ="{{ sponsor.name }} " class ="img-fluid " style ="max-height: 60px; ">
67
- </ div >
68
- {% endfor %}
69
- </ div >
70
62
</ div >
71
- {% if looking_for_sponsors %}
72
- < h4 class ="text-center mb-4 "> looking for sponsors!</ h4 >
73
- {% endif %}
74
63
</ footer >
75
64
</ body >
76
- </ html >
65
+ </ html >
You can’t perform that action at this time.
0 commit comments