Skip to content

billimarie/coding-club

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Welcome to the Coding Club repository!

Here you will find a variety of resources for building your website.

You will also find a list of students and their websites. Feel free to add each other here on GitHub!

Website Gallery

Student Website School
sophyyy Photogenics Workshop School (Spring 2018)
dinomation74 ReiMagination Workshop School (Spring 2018)
raudxgeez Play fortnite Workshop School (Spring 2018)
EnmanuelDR RpgGame KHSA HS (Winter 2017)
@DonovonT Anime4thewin Bartram HS (Spring 2017)
@dykeem AnimeGG Bartram HS (Spring 2017)
@genobonilla Love Bartram HS (Spring 2017)
@JHarth hyperspace Bartram HS (Spring 2017)
@Mystic2heart Melancholia Bartram HS (Spring 2017)
@QuadirR Dr. Grey Poupon Bartram HS (Spring 2017)
@RegularRobo Dead of Night Bartram HS (Spring 2017)
@Rubygirl123 RoleplayWeplay Bartram HS (Spring 2017)

Memorize These Git Commands

git status
git add .
git commit -m "[Your commit message here]"
git push origin master

Make your website searchable on Google

<head>
  <meta charset="UTF-8">
  <meta name="description" content="Write your description of website here.">
  <meta name="keywords" content="Website, Name, School">
  <meta name="author" content="Your Name Here">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>

BLR Demo Website: Links, Hovers, and Buttons

I created a demo website for you to look at. Check out the buttons:

This example shows you how to hover over an image and create a cool effect:

About

Teaching students how to code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published