feat/css-cleanup #2
1 changed files with 0 additions and 76 deletions
|
@ -1,76 +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
|
|
||||||
---
|
|
||||||
|
|
||||||
<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>
|
|
Loading…
Reference in a new issue