Tuesday, Dec 14, 2021
shippedBlog templates and data models for azblog
Anurag Verma built out the template structure and database models for a blog project, adding filter choices for college, branch, and year.
Across four commits to anurag629/azblog, Verma extended the common HTML template with a starter layout [1], then consolidated header and footer markup into a single shared location [2]. He created all the database models the blog would need [3], and added selection fields for college, branch, and year to allow readers to filter content [4].
Sources
- extended comman.html with html startted template · anurag629/azblog
- header and footer at one palce · anurag629/azblog
- created all models · anurag629/azblog
- added choices of collage,branch,year · anurag629/azblog