diff --git a/index.html b/index.html index 5bfb85f..fccd9a2 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,33 @@ -Hello World - -Coming SoonTM ... maybe + + + + + + Practice Projects + + + +
+ +

Practice Projects

+
+
+
+

These are projects completed to practice using HTML, CSS and Javascript. They come from different services, and most are freely available for anyone to practice with.

+

I have put them all into a single GIT repository rather than litter my github page with many different projects. This may change in future depending on how many of these that I do.

+
+ +
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..a8d9bd7 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +body { + background-color: whitesmoke; +} \ No newline at end of file