-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add initial layout and components #36
base: main
Are you sure you want to change the base?
Conversation
chosww
commented
Nov 14, 2024
•
edited
Loading
edited
- Add base layout and styles for home and about pages (projects page is there, but it will have different layout)
- Implement a header component with UIO Integration
- Implement collapsable navigation bar depends on screen size
- Populate mock data to display, later they will be replaced by appropriate collection data
Deploying inclusive-standards with Cloudflare Pages
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @chosww — a number of changes here. Once you've gone through them all, let's meet to discuss.
{% extends "layouts/base.njk" %} | ||
|
||
{% block content %} | ||
{% for key, value in sections %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd recommend a different approach to this; the CMS won't work well with this method, and Markdown won't be processed the way you've set this up. Let's discuss.