diff --git a/README.md b/README.md index f2754c4..c5fdce7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # progblack_2324 Examples and coursework for COMP1101. And it's about Gordon Ramsay. -Access the [lecture notes](https://github.com/stevenaeola/progblack_lectures) \ No newline at end of file +Gordon Ramsay is the man. But which one? + +Access the [lecture notes](https://github.com/stevenaeola/progblack_lectures) diff --git a/gordonramsay/index.html b/gordonramsay/index.html index 0ea7226..1da382a 100644 --- a/gordonramsay/index.html +++ b/gordonramsay/index.html @@ -18,242 +18,32 @@ + body { + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + } + div#container { + display: flex; + flex-direction: column; + } + span#name-title { + font-family: Roboto; + font-weight: 900; + text-align: center; + font-size: 30px; + padding: 20px 0px + } + - - - - - - - - - - - - - - - - - - - - - - - - - Bootstrap - - - - -
-
- - - Starter template - -
- -
-

Gordon Ramsay

-

Played Aussie football for St Kilda

- - - -
- -
-
-

Starter projects

-

Ready to go beyond the starter template? Check out these open source projects that you can quickly duplicate to a new GitHub repository.

- -
- -
-

Guides

-

Read more detailed instructions and documentation on using or contributing to Bootstrap.

- -
-
-
- -
- +
+ Gordon Ramsay (footballer) + +
+ - diff --git a/static/imgs/gordon.jpg b/static/imgs/gordon.jpg new file mode 100644 index 0000000..bdb360e Binary files /dev/null and b/static/imgs/gordon.jpg differ