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