Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_Francoconuts
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Chester Tan
widget_Francoconuts
Commits
d1ee4ac9
Commit
d1ee4ac9
authored
May 23, 2022
by
Mario Franco C. Deuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added background image and animations to template files
parent
bb95ae15
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
post_detail.html
widget_Francoconuts/forum/templates/Forum/post_detail.html
+0
-10
post_list.html
widget_Francoconuts/forum/templates/Forum/post_list.html
+2
-1
No files found.
widget_Francoconuts/forum/templates/Forum/post_detail.html
View file @
d1ee4ac9
<h1
style=
"background-color:DodgerBlue;"
>
{{post.post_title}}
</h1>
<
<<<<<<
HEAD
<h4
style=
"background-color:Aquamarine;"
>
=======
<h4>
>>>>>>> master
{{post.author.first_name}} {{post.author.last_name}}, {{post.pub_date.day}}/{{post.pub_date.month}}/{{post.pub_date.year}}
</h4>
<h3
style=
"background-color:Aquamarine;"
>
{{post.post_body}}
</h3>
...
...
@@ -37,10 +31,6 @@
{% endfor %}
{% load static %}
<
<<<<<<
HEAD
<marquee
behavior=
"alternate"
scrollamount=
"200"
><img
src=
"{% static 'forum/hypers.jpg' %}"
alt=
"image"
>
=======
<img
src=
"{% static 'forum/hypers.jpg' %}"
alt=
"image"
>
>>>>>>> master
</ul>
widget_Francoconuts/forum/templates/Forum/post_list.html
View file @
d1ee4ac9
{% extends 'base.html' %}
{% block content %}
<body
style=
"background-image:url('https://emoji.gg/assets/emoji/7346-pepe-hmmm.png');"
>
<h1
style=
"background-color:DodgerBlue;"
><center>
Welcome to the Widget's Forum!
</center></h1>
{% if object_list %}
...
...
@@ -28,5 +29,5 @@
{% endif %}
<h1
style=
"background-color:Aquamarine;"
><center><a
href=
"{% url 'forum:post-add' %}"
><button
style=
"background-color:Tomato;"
><h1>
New Forum Post
</button></a></h1>
</body>
{% endblock content %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment