css/html framework mention

This commit is contained in:
Xevion
2020-08-12 11:52:20 -05:00
committed by GitHub
parent 231d49ad3f
commit fcaf8785fd
+4 -1
View File
@@ -1,6 +1,6 @@
```python ```python
from life.species import Human 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 datetime import date
from random import choices from random import choices
from os import getenv from os import getenv
@@ -29,6 +29,9 @@ class RyanWalters(Human):
'csharp': [ 'csharp': [
csharp.UnityEngine, csharp.HLSLShader csharp.UnityEngine, csharp.HLSLShader
], ],
'html&css': [
html.Bootstrap4, css.SCSS, css.CSS
],
'other': [ 'other': [
other.DevOps, other.Photography other.DevOps, other.Photography
] ]