Compare commits
3 commits
7d6274c6ac
...
ef4d9bb560
Author | SHA1 | Date | |
---|---|---|---|
ef4d9bb560 | |||
48024f7fe0 | |||
3e14248e0e |
3 changed files with 85 additions and 22 deletions
76
content/ai/_index.html
Normal file
76
content/ai/_index.html
Normal file
|
@ -0,0 +1,76 @@
|
|||
---
|
||||
title: Artificial Insemination
|
||||
cardImage: Ai-calf
|
||||
motto: Artificial Insemination
|
||||
description:
|
||||
Advertising page to try and sell my artificial insemination services
|
||||
date: 2022-12-31
|
||||
menu:
|
||||
main:
|
||||
params:
|
||||
prefix: fax
|
||||
icon: fa-bull-sperm
|
||||
weight: 30
|
||||
fa-thumbnail: fax fa-bull-sperm
|
||||
---
|
||||
|
||||
<section itemscope itemtype="http://schema.org/Product">
|
||||
<h2 itemprop="name">Cattle artificial insemination services</h2>
|
||||
|
||||
<p>
|
||||
I am licensed in the Great State of Wyoming as a food animal artificial
|
||||
insemination technician. I only offer AI services for cows, even though
|
||||
legally I <em>could</em> AI cows, goats, and sheep. My services are most
|
||||
readily available in the southeast Wyoming area or the Flint Hills of Kansas
|
||||
depending on the time of year.
|
||||
</p>
|
||||
|
||||
<h3>Rate schedule</h3>
|
||||
|
||||
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
|
||||
<table
|
||||
itemprop="priceSpecification"
|
||||
itemscope
|
||||
itemtype="http://schema.org/CompoundPriceSpecification"
|
||||
class="table table-responsive table-striped"
|
||||
>
|
||||
<meta itemprop="price" content="25.00" />
|
||||
<meta itemprop="priceCurrency" content="USD" />
|
||||
<tr
|
||||
itemprop="priceComponent"
|
||||
itemscope
|
||||
itemtype="http://schema.org/UnitPriceSpecification"
|
||||
>
|
||||
<th>Insemination</th>
|
||||
<td><small>(per cow)</small></td>
|
||||
<td>
|
||||
<span itemprop="priceCurrency" content="USD">$</span
|
||||
><span itemprop="price">25.00</span>
|
||||
</td>
|
||||
<td><small>5 cow minimum charge</small></td>
|
||||
</tr>
|
||||
<tr
|
||||
itemprop="priceComponent"
|
||||
itemscope
|
||||
itemtype="http://schema.org/UnitPriceSpecification"
|
||||
>
|
||||
<th>Milage</th>
|
||||
<td><small>(per mile, one-way)</small></td>
|
||||
<td>
|
||||
<span itemprop="priceCurrency" content="USD">$</span
|
||||
><span itemprop="price">1.05</span>
|
||||
</td>
|
||||
<td><small>2.5 mile minimum charge</small></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p>
|
||||
I will provide all equipment <strong>except</strong> semen storage (liquid
|
||||
nitrogen tank) and cattle handling (i.e., squeeze chute).
|
||||
</p>
|
||||
<p>
|
||||
To get started, <a href="/contact">contact me</a>, and select the "I'm
|
||||
hiring for artificial insemination" option.
|
||||
</p>
|
||||
</section>
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
title: Artificial Insemination
|
||||
cardImage: Ai-calf
|
||||
motto: Artificial Insemination
|
||||
description:
|
||||
Advertising page to try and sell my artificial insemination services
|
||||
date: 2022-12-31
|
||||
menu:
|
||||
main:
|
||||
params:
|
||||
prefix: fax
|
||||
icon: fa-bull-sperm
|
||||
weight: 30
|
||||
fa-thumbnail: fax fa-bull-sperm
|
||||
---
|
||||
|
||||
I am licensed in the Great State of Wyoming as a food animal artificial
|
||||
insemination technician, which means I can legally AI cows, goats, and sheep.
|
||||
Practically speaking, I have only ever AIed cows, but my conception rates are
|
||||
very good for both beef and dairy cows. When (if?) I standardize my rates, I
|
||||
will include them here. Until then, you will have to [contact me](/contact)
|
||||
directly and we can negotiate prices then.
|
|
@ -60,6 +60,15 @@ fa-thumbnail: fad fa-file-signature
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="category" class="col-lg-2 control-label">Category</label>
|
||||
<div class="col-lg-10">
|
||||
<select class="form-select" id="category">
|
||||
<option>I'm hiring for artificial insemination</option>
|
||||
<option>Something else</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="subject" class="col-lg-2 control-label">Subject</label>
|
||||
<div class="col-lg-10">
|
||||
|
|
Loading…
Reference in a new issue