9d87d7c720Some tweaks. Tried to not do too much compared to where I had it back in August. Supposed to be a reflection of where I was at that point of the freeCodeCamp course, not a bit further along having started Frontend Mentor.Robert McGovern2020-10-06 13:29:05 +0100
c018b6d766Step 1 these are base files I started 8th August and then didn't touch again till now.Robert McGovern2020-10-06 01:08:26 +0100
78e4202963Fix for html issue and making the share button move.Robert McGovern2020-10-04 12:04:01 +0100
a3ad3f54d6Final styling tweaks. Moved share svg inline so I could color it, although better would be to edit the external svg to use fill="currentColor" Some final notesRobert McGovern2020-10-04 10:56:44 +0100
8243501927Switched most h1's for h2's. Also top two I had as h1 to paragraphs, neither is really a title/heading, both have importance. (Given "Powered by Technology" is in bold, one might argue its could be an h1)Robert McGovern2020-09-28 13:06:27 +0100
06985ea3c0Flex on the brain. Should have just used normal Flow, and set display:block on the image.Robert McGovern2020-09-28 12:55:33 +0100
707dab7732basic stylings, chasing mobile design. More in the morning.Robert McGovern2020-09-27 00:41:30 +0100
9f3843c8c1First pass at marking up the html, and added classes. (Although I don't think I'll need some) Extracted classes into the style.cssRobert McGovern2020-09-27 00:03:33 +0100
dee9c96fd3Added basic styling to style.css, and linked it into the html.Robert McGovern2020-09-26 23:05:06 +0100
f61e1bf053Merge branch 'master' into four-card-feature-sectionRobert McGovern2020-09-24 10:46:51 +0100
7686db64a3"Better" dynamic css. No longer using any media queries. Boxes will take up 90% of the screen on mobile devices, then will max out at 700px. Font in the header (Practice Projects), will scale from 2.5rem on mobile, to 3rem for larger screens.Robert McGovern2020-09-24 10:45:56 +0100
7413fc6c78Merge branch 'master' into four-card-feature-sectionRobert McGovern2020-09-24 09:41:30 +0100
103814ec41Merge branch 'master' into four-card-feature-sectionRobert McGovern2020-09-24 00:37:16 +0100
7310427c8eFirst pass at a styled front page. Have some ideas of things to do, which are mentioned in the CSS file :)Robert McGovern2020-09-24 00:36:00 +0100
58ee69ff20Added a workspace file for VSCode, not sure about using it or not. Might back this out, if nothing else because I dislike that it not puts it into its own folder in the Explorer.Robert McGovern2020-09-12 09:50:53 +0100
abab57c744Base files for the single price grid component challenge, updated base index.html to point to this project and setup a process docRobert McGovern2020-09-12 09:37:02 +0100
d5843c5019Final positioning. Figured out using flexbox ordering would allow me to have the error message first in the row, then I only needed to shift it downwards.Robert McGovern2020-09-11 22:39:04 +0100
31e73d0dbbHave a working solution for the error message at desktop size, but it only looks good at the expected 1440x1024. Need a better solution. Somehow calculate placement?Robert McGovern2020-09-10 00:28:40 +0100
bfb154d80dSocial icons have a better circular border and have hover states.Robert McGovern2020-09-09 23:37:34 +0100
22f6907743Error state for mobile done ... well there are things to do. Placeholder text could be nudged. The email text positioning could be moved too. There is JavaScript functions to clear error state, show error, and validate email address.Robert McGovern2020-09-09 21:16:23 +0100
da77334e7bNot quite as exact as it used to be, but close enough. Switched so that the transition to phones and tablets to 1100 pixels BUT that has the drawback that the logo is too small and the background image is in the wrong place. (and argulably the mockup is a little big)Robert McGovern2020-09-06 00:26:08 +0100
f97a0570fcTweaks to mobile design. Made it work better between intended design sizes (375x800 and 1440x800). However, temporarily messed up 1440x800 design.Robert McGovern2020-09-05 23:56:36 +0100
a3aed9c08fChanged from a button to a anchor link. (Still not sure if good or bad idea). Added actual links into the href's to get rid of the Accessibility errors on Frontend MentorRobert McGovern2020-09-05 21:28:25 +0100
9061889874Fixed positioning of icons in the mobile version of the social section. Also Changed hover state to color fitting of the theme.Robert McGovern2020-09-05 21:16:14 +0100
be7a73d2b9Tweaked the process document a little. Changed attribution link color to yellow. Temp broken mobile version (not sure why)Robert McGovern2020-09-05 20:26:01 +0100