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

Update content to pull from CMS + missing links #1

Open
ypantig opened this issue Jun 19, 2019 · 0 comments
Open

Update content to pull from CMS + missing links #1

ypantig opened this issue Jun 19, 2019 · 0 comments

Comments

@ypantig
Copy link

ypantig commented Jun 19, 2019

Images are ok to be hard coded for now, can be changed later in the process. But I suggest having the titles in this section to come from the CMS so they can be changed and customized by the client.

Also, links are missing from each element, which should also ideally be editable in the CMS.

<div class="involved-container">
<div class="donate"><span class="involved-header">Donate</span></div>
<div class="membership"><span class="involved-header">Membership</span></div>
<div class="sponsor"><span class="involved-header">Sponsor</span></div>
<div class="volunteer"><span class="involved-header">Volunteer</span></div>
</div>

Images in the carousel should ideally come from the CMS as well.

<div class="main-carousel">
<div class="carousel-cell"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/city-logo.png" alt="city-logo" /></div>
<div class="carousel-cell"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/icbc-logo.png" alt="icbc-logo" /></div>
<div class="carousel-cell"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/coastal-logo.png" alt="coastal-logo" /></div>
<div class="carousel-cell"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/vancity-logo.png" alt="vancity-logo" /></div>
<div class="carousel-cell"><img src="<?php echo get_template_directory_uri(); ?>/assets/images/century-logo-sm.png" alt="century-logo" /></div>
</div><!-- End of Flickity -->

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

No branches or pull requests

1 participant