feat: add "job ad" so people know how to register
This commit is contained in:
parent
cb40706a79
commit
3c195f8c73
2 changed files with 30 additions and 3 deletions
13
README.md
13
README.md
|
@ -1,6 +1,17 @@
|
||||||
<h1 id="buffets-kitchen">buffet's kitchen</h1>
|
<h1 id="buffets-kitchen">buffet's kitchen</h1>
|
||||||
<h2 id="menu">Menu</h2>
|
<p>Welcome to buffet's kitchen! We hope you enjoy your stay!</p>
|
||||||
|
<h2 id="our-menu">Our Menu</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/chef/rice">rice</a>: configuration files used across my
|
<li><a href="/chef/rice">rice</a>: configuration files used across my
|
||||||
systems</li>
|
systems</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h2 id="want-to-join-our-team">Want To Join Our Team?</h2>
|
||||||
|
<h3 id="we-are-hiring-not-really">We are hiring (not really):</h3>
|
||||||
|
<ul>
|
||||||
|
<li>Sous-Chefs</li>
|
||||||
|
<li>Bartenders</li>
|
||||||
|
<li>Servers</li>
|
||||||
|
<li>Dishwashers</li>
|
||||||
|
</ul>
|
||||||
|
<p>Send your CV (username and email) to <a
|
||||||
|
href="mailto:accounts@buffets.kitchen">accounts@buffets.kitchen</a>!</p>
|
||||||
|
|
20
README.rst
20
README.rst
|
@ -1,7 +1,23 @@
|
||||||
buffet's kitchen
|
buffet's kitchen
|
||||||
================
|
================
|
||||||
|
|
||||||
Menu
|
Welcome to buffet's kitchen!
|
||||||
----
|
We hope you enjoy your stay!
|
||||||
|
|
||||||
|
Our Menu
|
||||||
|
--------
|
||||||
|
|
||||||
- `rice </chef/rice>`_: configuration files used across my systems
|
- `rice </chef/rice>`_: configuration files used across my systems
|
||||||
|
|
||||||
|
Want To Join Our Team?
|
||||||
|
----------------------
|
||||||
|
|
||||||
|
We are hiring (not really):
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
- Sous-Chefs
|
||||||
|
- Bartenders
|
||||||
|
- Servers
|
||||||
|
- Dishwashers
|
||||||
|
|
||||||
|
Send your CV (username and email) to accounts@buffets.kitchen!
|
||||||
|
|
Loading…
Reference in a new issue