2021-07-12 20:47:49 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<title>lavender software | digital product studio</title>
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="/assets/styles.css">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header>
|
2021-08-05 18:13:51 +00:00
|
|
|
<img alt="Lavender Logo" src="/assets/logo.svg">
|
2021-07-12 20:47:49 +00:00
|
|
|
|
|
|
|
<div>
|
|
|
|
<h1>lavender software</h1>
|
|
|
|
<p>the kind of software that we make is … <em id="purple">purple</em></p>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<h2>projects</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://git.lain.faith/videogame-hacker/discord-css-injector">lavender cord</a> - a theming platform for Discord</li>
|
2021-08-05 18:13:51 +00:00
|
|
|
<li>more soon!</li>
|
2021-07-12 20:47:49 +00:00
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
|
2021-08-05 18:13:51 +00:00
|
|
|
<!--
|
2021-07-12 20:47:49 +00:00
|
|
|
<section>
|
|
|
|
<h2>who are we?</h2>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
{% for member in members %}
|
|
|
|
<li>
|
|
|
|
<a href="{{ member.website }}">{{ member.name }}</a> - {{ member.title }}
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
2021-08-05 18:13:51 +00:00
|
|
|
</section> -->
|
2021-07-15 04:14:35 +00:00
|
|
|
|
|
|
|
<section>
|
|
|
|
<h2>services</h2>
|
|
|
|
|
|
|
|
<p>we offer:</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>individual software consulting</li>
|
|
|
|
<li>system operations for-hire</li>
|
|
|
|
<li>contractual project work</li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
2021-07-12 20:47:49 +00:00
|
|
|
</main>
|
|
|
|
|
2021-07-15 05:21:41 +00:00
|
|
|
{% include "_footer.html.j2" %}
|
|
|
|
|
2021-07-12 20:47:49 +00:00
|
|
|
<script async src="/assets/main_page/confetti.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|