diff options
-rw-r--r-- | assets/css/main.css | 6 | ||||
-rw-r--r-- | index.html | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 51e6429..26c4d9b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -109,6 +109,12 @@ section#intro h1:after { color: #d3d3d3; } +div.project.cura h3:after { + font-style: normal; + content: ' # Python (FastAPI), requests'; + color: #d3d3d3; +} + div.project.strengthy h3:after { font-style: normal; content: ' # Python (Flask), HTML, CSS and JS'; @@ -69,6 +69,14 @@ <br>
</div>
<h2>Web</h2>
+ <div class="project cura">
+ <h3>city-utilities-restful-wrapper</h3>
+ <p>A RESTful API wrapping my energy service provider to gather energy usage data in Home Assistant.</p>
+ <p><i></i></p>
+ <a href="https://github.com/dbolger/city-utilities-restful-wrapper">
+ Source</a>
+ <br>
+ </div>
<div class="project strengthy">
<h3>Strengthy</h3>
<p>A fitness tracking webapp</p>
|