-
Notifications
You must be signed in to change notification settings - Fork 31
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
New Ui proposal #30
base: master
Are you sure you want to change the base?
New Ui proposal #30
Conversation
axios047
commented
Oct 18, 2017
- Only the html and css have been changed
- Also cannot get the meetup api to work in this version but did not change any code. Currently put a static placeholder.
|
|
||
<section class="meetup"> | ||
<div class="content"> | ||
<div class="section--next_event"></div> |
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.
The meetup API is not working because the function is taking the value of the meetup name here. Although it should be hard-coded in the function since the name is fixed.
<div class="section--next_event" data-meetup-group="ILUGDelhi"></div>
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.
👍
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.
did you fix this @axios047 ? Let's get this merged to master ASAP.
Sincere apologies for not contacting you sooner.
@@ -0,0 +1,21 @@ | |||
<a href="http://frodo.hserus.net/mailman/listinfo/ilugd" target="_blank" rel=external>Subscribe</a></li> |
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.
This file links.html
doesn't seem to be included in the main site.
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.
Ya. Forgot about that. putting them in.......
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.
have we progressed any further on this? @axios047
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.
Please check the comments.