Skip to content
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

Create base template for sub-sections of knode.io #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hackygolucky
Copy link
Member

This is the starting base.html for knode.io sub-sections. We need to determine what map we'd like to use and the styling will need further guidance.

Once we have the context in place, I'll move forward(or need help) with rendering the templates and adding the templating into the html. When that happens, I will breakout the html into list.html as well to keep the base nice and clean for reuse.

The idea is for us to be able to reuse these.

<!-- within each city directory, list the meetups in alphabetical order by group name-->
<ul>
<!--Please map these to the markdown we require for input-->
<h5><a href="http://pdxnode.org">PDXNode</a></h5>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Elements that are children of ul or ol should be li's.

@chrisdickinson
Copy link
Contributor

👍 (nits can be addressed later, these are just notes for the future!) !m

@AWinterman
Copy link

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants