Website update with download button and updates to text#66
Website update with download button and updates to text#66katetaylormoz wants to merge 2 commits intomainfrom
Conversation
|
Need to ensure that Blog is taken care of, and blog pages work correctly |
| line-height: 150%; } | ||
|
|
||
| .heading-1 { | ||
| color: #2d3d46; |
There was a problem hiding this comment.
@katetaylormoz I have not used these my self because I usually have SCSS laying around but might be nice here in the vanilla CSS work flow?
https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
There was a problem hiding this comment.
Oh yeah, haha
I actually used a compiler called CodeKit to get to this build of css/html exports -- I didn't add the source files to this repo because it wasn't necessary for the scaling of the blog site for now. It was just easier to implement what I wanted to do this way without worrying about the environment too much for the development workflow
This is not ideal for production environments, but it was the quickest way to get a polished simple layout
nickgrato
left a comment
There was a problem hiding this comment.
im not seeing anything wrong, awesome to see you in the code!
my only suggestion if you want to dig deeper on this would be a way to add the copy to a json doc and inject the copy that way but I think this is great for now!
|
To do: Ensure the blog posts are visible on a new Blog page -- requires some work to fix the landing page's navigation |
PR includes working and validated Landing Page update directory as well as an attempt to integrate the front-end changes with the existing blogging platform technical needs. I am unable to verify these changes due to issues with Gem and MacOS