Commit Graph

272 Commits

Author SHA1 Message Date
Robert McGovern 5f0e68b80b added hintrc to tell vscode to stop warning me about incompatible CSS with IE. Note will only help if top of site opened in vscode 2022-03-22 11:44:01 +00:00
Robert McGovern 9e3dfc5d16 work in progress. Want to switch branches for somthing 2022-03-22 11:41:22 +00:00
Robert McGovern 87a7a868dc base styles from the readme 2022-02-20 04:39:51 +01:00
Robert McGovern 1993993b97 base version of faq-accordion-card challenge 2022-02-20 04:24:07 +01:00
Robert McGovern 6af38191a7 updated packages 2022-02-18 21:48:33 +01:00
Robert McGovern f8e1625540 freecodecamp project 5, just amused to see if that works. I technically passed even if it isn't actually even remotely complete lol 2022-02-09 22:52:20 +00:00
Robert McGovern 20bd91b006 guess who forgot to update the index page ... go on ... I challenge you ffs 2022-02-09 20:56:25 +00:00
Robert McGovern 1d09a3206a The 4th Freecode Camp project to build a technical document page. I ripped the text content from the codepen, added syntax highlighting and css 2022-02-09 15:53:59 +00:00
Robert McGovern 273df72f43 Moved blurb text to markdown file
Which required adding some margins to space paragraphs.
2022-02-08 15:55:49 +00:00
Robert McGovern 1f872127bf Fixes #2 2022-02-08 15:54:37 +00:00
Robert McGovern 02cb7b6fe3 Fixes #1
Moved Other "Project Types" into the data file and changed the template to use that data. Shortens index.njk considerably.
2022-02-08 09:40:28 +00:00
Robert McGovern fb846a65bb added github publish action, hoping its correct 2022-02-07 15:40:59 +00:00
Robert McGovern eaff8dd3e2 Fixes #5
Fixes issue #5 where alt text was missing.
2022-02-07 15:05:50 +00:00
Robert McGovern 80c22f498f Tweaks to CSS
In effort to alleviate the CSS Grid issue
2022-02-07 14:58:19 +00:00
Robert McGovern de75514da9 Remove "Test" Description
Was accidentally added. Closes issue #6 (test of whether this is the correct syntax)
2022-02-07 14:57:30 +00:00
Robert McGovern 7feee939a4 updated readme with some info 2022-02-07 02:21:17 +00:00
Robert McGovern d16afd3f03 finally a handle on how I want to work with the data. Frontend Mentor projects are now pulled from a json data file. Need to add the FreeCodeCamp projects to it next. Probably better to rearrange a bit and have seperate md files for each project/challenge that pulls in whatever readme there is for each project. Will see. Considering tracking date too. Issue with how project cards look in Safari compared to Firefox or Chrome. 2022-02-07 02:14:31 +00:00
Robert McGovern 82ed1f3d0b added favicon, although should redo to add it as a pure svg, although purple to dark for browser tabs. Maybe lighter purple for dark mode? 2022-02-06 00:50:47 +00:00
Robert McGovern 6d5e898232 added a v number for sake of it 2022-02-05 23:31:36 +00:00
Robert McGovern 29460b6c1a added incremental to package.json for new command build-inc 2022-02-05 23:26:19 +00:00
Robert McGovern c57e673c7f minor change to html connect, main aim to do another build and see the incremental works as expected 2022-02-05 23:23:00 +00:00
Robert McGovern 4939cab0aa added watch dirs to eleventy setup, plus added margin to top and bottom of page, and removed padding from tech_used 2022-02-05 23:16:53 +00:00
Robert McGovern 7b846481c6 added missing rule for copying screenshots 2022-02-05 23:02:04 +00:00
Robert McGovern 2d01d6acaa merged old main, rearranged files 2022-02-05 22:41:45 +00:00
Robert McGovern 8f744dd593 solved merged 2022-02-05 19:54:53 +00:00
Robert McGovern 341b864027 updated package.json ver to test post-receive hook 2022-02-05 15:08:37 +00:00
Robert McGovern 5aa2a43fbe further setup. Base site isn't using eleventy directly yet. Not sold on how I've set folders up at the moment. Need to rearrange but not sure if I want svgs images fonts css in assets or moved up a level to the top level where src and www are 2022-02-05 13:48:21 +00:00
Robert McGovern 66fbf05c91 updated gitignore with some extra bits 2022-02-04 14:54:37 +00:00
Robert McGovern 35a1684737 updated gitignore 2022-02-04 13:37:17 +00:00
Robert McGovern a7f558973e removed file from git but not folder 2022-02-04 13:36:09 +00:00
Robert McGovern 146f85ba06 Added base files for eleventy + gitignore updated to ignore mode_modules, forgot first time 2022-02-04 13:00:39 +00:00
Robert McGovern afd0b5cf7d Initial commit 2022-02-04 12:45:44 +01:00
Robert McGovern 5dff623317 moved 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 2022-02-01 12:11:49 +00:00
Robert McGovern eae74d6a78 redid setting page width/height
Properly this time. I made the change and checked the page, except I checked the live page not the local test version 🤦
2022-02-01 12:01:41 +00:00
Robert McGovern 927a438547 Revert "redid setting page width/height"
This reverts commit 16d2a241c3.
2022-02-01 11:38:45 +00:00
Robert McGovern 16d2a241c3 redid setting page width/height 2022-02-01 11:34:34 +00:00
Robert McGovern 04e585151c made changes based on feedback from Frontend Mentor replies 2022-01-31 15:48:05 +00:00
Robert McGovern fbd63f2fa4 added missing shadow and fixed missing padding growth for desktop version of .card__price-plan 2022-01-31 02:45:39 +00:00
Robert McGovern fdd8d96884 for some reason -a didn't add image 2022-01-31 02:25:13 +00:00
Robert McGovern c0acf946bb updated index with screenshot of challenge 2022-01-31 02:23:10 +00:00
Robert McGovern bacac581a5 BEM'd the files 2022-01-31 02:17:57 +00:00
Robert McGovern be960b0435 Added desktop version by using clamp to scale between values, some tidy-up. Needs bammed 2022-01-31 01:36:15 +00:00
Robert McGovern dc715a96d3 initial version of mobile for order summary 2022-01-30 23:23:06 +00:00
Robert McGovern e679e817eb updated index.html to point to project, plus added placeholder image 2022-01-30 20:34:27 +00:00
Robert McGovern a818164942 Merge branch 'main' into frontendmentor
# Conflicts:
#	index.html
2022-01-30 20:22:17 +00:00
Robert McGovern 61fce00bd6 addition to playground for using different sizes of source images 2022-01-30 20:17:24 +00:00
Robert McGovern b192428b89 added link to notes 2022-01-25 03:19:38 +00:00
Robert McGovern a9525899bb added empty js, plus tweaked css slightly and hide the project descriptions 2022-01-25 03:06:10 +00:00
Robert McGovern 68dd2d11a9
Update README.md 2022-01-03 16:16:53 +00:00
Robert McGovern c5b5bb6868 current formating, needs some tweaking and tidying css and classnames 2022-01-03 16:14:31 +00:00