Skip to content

Commit

Permalink
update version readmes and add assets to coderdojo homepage project
Browse files Browse the repository at this point in the history
Also added the semantic html for the footer element to the homepage.
Made the body background cyan so the white svgs would show up.
  • Loading branch information
jackoconnordev committed Sep 30, 2023
1 parent 0bbdf0e commit d49a0cc
Show file tree
Hide file tree
Showing 22 changed files with 346 additions and 28 deletions.
14 changes: 6 additions & 8 deletions coder-dojo-homepage/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@

## Goals

### Goal 1

- Get all text content and image content on screen in the correct order
- Use semantic html tags (p, section, header, footer, form, etc)

### Goal 2
## Hold for later

- Add classnames to elements
- Add background colours to sections with CSS
- Size images better with CSS
- Add margins between sections with CSS

## Hold for later

- Using divs to center content and impose max width on centred content.
- Using divs/container classes to center content and impose max width on centred content.
- Using flex/grid to place grouped elements side by side
- Add some Javascript to the site (on the form, on the login button)
- Make the coderdojo and raspberry pi logos links
- Add embedded video with placeholder image
- Add some Javascript to the site (on the form, on the login button)
- Get everyone's attempts hosted on a subdir of the repo's GitHub page
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added coder-dojo-homepage/v1/assets/coderdojo_class.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions coder-dojo-homepage/v1/assets/coderdojo_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions coder-dojo-homepage/v1/assets/coderdojo_main_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions coder-dojo-homepage/v1/assets/email_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions coder-dojo-homepage/v1/assets/facebook_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions coder-dojo-homepage/v1/assets/globe_svg_html_snippet.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M10.5044 0.5C4.99039 0.5 0.504395 4.986 0.504395 10.5C0.504395 16.014 4.99039 20.5 10.5044 20.5C16.0184 20.5 20.5044 16.014 20.5044 10.5C20.5044 4.986 16.0184 0.5 10.5044 0.5ZM2.50439 10.5C2.50439 9.601 2.66039 8.738 2.93539 7.931L4.50439 9.5L6.50439 11.5V13.5L8.50439 15.5L9.50439 16.5V18.431C5.56539 17.936 2.50439 14.572 2.50439 10.5ZM16.8344 15.373C16.1814 14.847 15.1914 14.5 14.5044 14.5V13.5C14.5044 12.9696 14.2937 12.4609 13.9186 12.0858C13.5435 11.7107 13.0348 11.5 12.5044 11.5H8.50439V8.5C9.03483 8.5 9.54353 8.28929 9.91861 7.91421C10.2937 7.53914 10.5044 7.03043 10.5044 6.5V5.5H11.5044C12.0348 5.5 12.5435 5.28929 12.9186 4.91421C13.2937 4.53914 13.5044 4.03043 13.5044 3.5V3.089C16.4324 4.278 18.5044 7.15 18.5044 10.5C18.5042 12.2647 17.9167 13.9791 16.8344 15.373V15.373Z" fill="#767676"/>
</svg>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions coder-dojo-homepage/v1/assets/instagram_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions coder-dojo-homepage/v1/assets/linkedin_icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit d49a0cc

Please sign in to comment.