brangerbriz / www

our website
GNU General Public License v3.0
1 stars 0 forks source link

Services Links #18

Open nbriz opened 5 years ago

nbriz commented 5 years ago

the <h4>'s in the Services section of the homepage should be links that take u to a description of that service as well as featured projects related to that service. this means we need to do the following on the backend:

nbriz commented 5 years ago

once we make the CMS updates, we can un-comment this line of CSS https://github.com/brangerbriz/www/blob/e75fb404726bc6cde74fbe0ab9d6990c349db8e6/css/styles.css#L165 as well as the commented out code in this function: https://github.com/brangerbriz/www/blob/e75fb404726bc6cde74fbe0ab9d6990c349db8e6/js/components/home-page.js#L109 && we should now be able to use the services links as expected

nbriz commented 5 years ago

^ locations above will no longer be relevant in the sfc-refactor && nuxt-refactor as the directory structure ( && file modularity ) is different