Supa Web
Phaser.io resources and links
Unit 4 Bootstrap 4
- Class PPT’s on bs4
- Bootstrap 4 documentation
- Bootstrap 4 @ www
- Download the bs4 (unzip this then copy contents of the “dist” folder to a “bs4/” folder in your project (https://getbootstrap.com/docs/4.1/getting-started/contents/#css-files)
- cdn paths : https://www.bootstrapcdn.com
-
12<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"><script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
-
- Colors (bg-danger, text-success etc..)
Unit 3 Jquery
Unit 2 Javascript
- Date Object ( https://www.w3schools.com/jsref/jsref_obj_date.asp)
Unit 1
Mr M Assignment (reproduce the screenshots in the powerpoint)
- how to link external css file ( download example ) or read this
- Horizontal HTML List
- Positioning Elements (fixed, absolute)
- Mr M’s font : font-family: “Open Sans”, Helvetica, Arial, sans-serif;
Useful Links
- HTML & Css
- Javascript
- expression vs function (advanced)
- Server Stuff
- Header Checker (enter URL to see list of headers sent to browser)
Useful Websites
- CSS
- https://css-tricks.com
- https://www.w3schools.com
- Bootstrap 4
- Hidden/visible
- Centering Content
- bs4 Utilities (nice summary by w3schools)
- 07 Planning
- Javascript