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
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
]