Skip to content

Commit

Permalink
docs: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Alexander Loizou committed Jan 13, 2021
1 parent b9651c9 commit 4874ce9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ _It's the 'Jack of all trades'_ of coding projects.
_All code in this repo was written by Christian A Loizou._

---
Languages currently in use in _*insomnia*_:
Languages / libraries currently in use in _*insomnia*_:
* Python3
* HTML - using Jinja2
* CSS3 - using SASS / SCSS
* P5.JS / Javascript

Languages to come?:
Languages / libraries to come?:
* Bootstrap
* JQuery?
* SQL?
* Any others I can think of implementing...


# Things being implemented now
* Working on a P5 sketch which is updated via python script (for {I5}) {I4}

Expand Down
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ def get_logo_colour_scheme(override=None):
css = load_stylesheets()
projects = {
"P5.js Sketch": '/p5js/sketch'

}
app.run(debug=True)

0 comments on commit 4874ce9

Please sign in to comment.