And publish the products page
This commit is contained in:
parent
673d96991a
commit
52b2839a90
@ -52,15 +52,30 @@ As always, I'm working on multiple projects at the same time and have my head cr
|
|||||||
- Operating [AS398057](/network), providing internet backbone services.
|
- Operating [AS398057](/network), providing internet backbone services.
|
||||||
- Contributing to the Rust library and tooling ecosystem over on [GitHub](https://github.com/ewpratten)
|
- Contributing to the Rust library and tooling ecosystem over on [GitHub](https://github.com/ewpratten)
|
||||||
|
|
||||||
## Services
|
<div class="homepage-showoff">
|
||||||
|
|
||||||
I am currently offering the following services upon request. [Get in touch](/contact) with me if you're interested:
|
## Put my work to use
|
||||||
|
|
||||||
|
I turn some of my projects into products you can either buy or grab for free. <br>
|
||||||
|
Check out what I have made recently:
|
||||||
|
|
||||||
|
- [**A10U8R: A VCV Rack attenuator module**](/products/vcvrack/a10u8r)
|
||||||
|
- *more coming soon*
|
||||||
|
|
||||||
|
To see more, check out my [products page](/products).
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- I am currently offering the following services upon request. [Get in touch](/contact) with me if you're interested:
|
||||||
|
|
||||||
- Layer 3 BGP tunnels
|
- Layer 3 BGP tunnels
|
||||||
- IPv6 address space
|
- IPv6 address space
|
||||||
- Public routed IPv4 addresses (for amateur radio operators only)
|
- Public routed IPv4 addresses (for amateur radio operators only)
|
||||||
- AMPRNet BGP setup assistance
|
- AMPRNet BGP setup assistance
|
||||||
|
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- ## Experience
|
<!-- ## Experience
|
||||||
|
|
||||||
- **Pipeline Software Developer**, [Industrial Brothers](https://www.industrialbrothers.com/)
|
- **Pipeline Software Developer**, [Industrial Brothers](https://www.industrialbrothers.com/)
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
---
|
---
|
||||||
title: Products
|
title: Products
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<h1>Products</h1>
|
||||||
|
|
||||||
|
This page contains various finished projects that you can use for yourself. <br>
|
||||||
|
The following links may be useful for jumping around:
|
||||||
|
|
||||||
|
- [VCV Rack Modules](#vcv-rack-modules)
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
## VCV Rack Modules
|
||||||
|
|
||||||
|
This section contains downloadable modules for [VCV Rack](https://vcvrack.com/), a virtual eurorack simulator. Click a module to learn more about it.
|
||||||
|
|
||||||
|
<div style="text-align:center;">
|
||||||
|
|
||||||
|
<a href="/products/vcvrack/a10u8r">
|
||||||
|
<img src="/images/products/vcv/a10u8r.png" style="height: 300px">
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
@ -302,4 +302,14 @@ ul {
|
|||||||
ul{
|
ul{
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.homepage-showoff {
|
||||||
|
padding-left: 1em;
|
||||||
|
padding-right: 1em;
|
||||||
|
padding-top: 0.25em;
|
||||||
|
padding-bottom: 0.25em;
|
||||||
|
|
||||||
|
background-color: #e3e3e3;
|
||||||
|
color: black;
|
||||||
}
|
}
|
BIN
static/images/products/vcv/a10u8r.png
Normal file
BIN
static/images/products/vcv/a10u8r.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Loading…
x
Reference in New Issue
Block a user