mirror of
https://github.com/Xevion/Xevion.git
synced 2026-01-31 02:26:33 -06:00
css/html framework mention
This commit is contained in:
@@ -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
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user