Add photo detection framework (#8)
Closes #5. Reviewed-on: Georgi_Lab/ALVINN_f7#8
This commit is contained in:
@@ -7,54 +7,25 @@
|
||||
</f7-nav-left>
|
||||
<f7-nav-title sliding>A.L.V.I.N.N.</f7-nav-title>
|
||||
</f7-navbar>
|
||||
<!-- Toolbar-->
|
||||
<f7-toolbar bottom>
|
||||
<f7-link>Left Link</f7-link>
|
||||
<f7-link>Right Link</f7-link>
|
||||
</f7-toolbar>
|
||||
<!-- Page content-->
|
||||
<div style="display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%;">
|
||||
<h2>Anatomy Lab Visual Identification Neural Network</h2>
|
||||
<h4>Veterinary Anatomy Edition</h4>
|
||||
<p>Select a region to begin</p>
|
||||
<f7-segmented raised style="flex-wrap: wrap;">
|
||||
<f7-button style="height: auto; width: auto;">
|
||||
<f7-button style="height: auto; width: auto;" href="/detect/thorax/">
|
||||
<img src="../assets/regions/thorax.svg" />
|
||||
</f7-button>
|
||||
<f7-button style="height: auto; width: auto;">
|
||||
<f7-button style="height: auto; width: auto;" href="/detect/abdomen/">
|
||||
<img src="../assets/regions/abdpel.svg" />
|
||||
</f7-button>
|
||||
<f7-button style="height: auto; width: auto;">
|
||||
<f7-button style="height: auto; width: auto;" href="/detect/limbs/">
|
||||
<img src="../assets/regions/limb.svg" />
|
||||
</f7-button>
|
||||
<f7-button style="height: auto; width: auto;">
|
||||
<f7-button style="height: auto; width: auto;" href="/detect/head/">
|
||||
<img src="../assets/regions/headneck.svg" />
|
||||
</f7-button>
|
||||
</f7-segmented>
|
||||
</div>
|
||||
<f7-block-title>Navigation</f7-block-title>
|
||||
<f7-list strong inset dividersIos>
|
||||
<f7-list-item link="/about/" title="About"></f7-list-item>
|
||||
</f7-list>
|
||||
|
||||
<f7-block-title>Modals</f7-block-title>
|
||||
<f7-block class="grid grid-cols-2 grid-gap">
|
||||
<f7-button fill popup-open="#my-popup">Popup</f7-button>
|
||||
</f7-block>
|
||||
|
||||
<f7-list strong inset dividersIos>
|
||||
<f7-list-item
|
||||
title="Dynamic (Component) Route"
|
||||
link="/dynamic-route/blog/45/post/125/?foo=bar#about"
|
||||
></f7-list-item>
|
||||
<f7-list-item
|
||||
title="Default Route (404)"
|
||||
link="/load-something-that-doesnt-exist/"
|
||||
></f7-list-item>
|
||||
<f7-list-item
|
||||
title="Request Data & Load"
|
||||
link="/request-and-load/user/123456/"
|
||||
></f7-list-item>
|
||||
</f7-list>
|
||||
</f7-page>
|
||||
</template>
|
||||
Reference in New Issue
Block a user