5dff623317moved order summary to top of list, and marked it as featured. Need to look at templaating or something so I don't need to keep adding a whole bunch of divs and stuff
main
Robert McGovern2022-02-01 12:11:49 +0000
c5b5bb6868current formating, needs some tweaking and tidying css and classnamesRobert McGovern2022-01-03 16:14:31 +0000
ba72dc3f73added svg images generated from shield io. In theory I could just link to them in the cloudRobert McGovern2022-01-03 15:18:37 +0000
1d248e21b6as per end of video, roughly, with tweaks to some of the numbers. More styling requiredRobert McGovern2022-01-03 03:04:54 +0000
322751f269forgot class for images and some sample descriptions for projects. May get rid of those or only have them appear on hoverRobert McGovern2022-01-03 02:04:29 +0000
a2cc0ac322work in progress. Added project cards now to style them and put them into a gridRobert McGovern2022-01-03 01:50:33 +0000
a8f5f6c2a0moved css into own folder and updated html to refer to it. Also put in a css resetRobert McGovern2022-01-03 01:19:33 +0000
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