From fcaf8785fd14d0627c8caa471bc23336b46ab32c Mon Sep 17 00:00:00 2001 From: Xevion Date: Wed, 12 Aug 2020 11:52:20 -0500 Subject: [PATCH] css/html framework mention --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8e6447..9828aa5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ```python from life.species import Human -from skills import python, javascript, csharp, other +from skills import python, javascript, csharp, html, css, other from datetime import date from random import choices from os import getenv @@ -29,6 +29,9 @@ class RyanWalters(Human): 'csharp': [ csharp.UnityEngine, csharp.HLSLShader ], + 'html&css': [ + html.Bootstrap4, css.SCSS, css.CSS + ], 'other': [ other.DevOps, other.Photography ]