Skip to content

Commit

Permalink
css grid
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Aug 15, 2020
1 parent d5884a1 commit 060c70c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 17 deletions.
15 changes: 11 additions & 4 deletions _docs/_src/sass/_theme_etc_local.sass
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,23 @@

& > div
margin-left: 2em

@media (max-width: $breakpoint-tablet)
margin-left: 0
margin-top: 2rem

& > h1
margin-bottom: 0

@media (max-width: $breakpoint-tablet)
margin-top: 2rem
margin-bottom: 0
margin-top: 0
font-size: 200%



.icon-home
color: $accent-color !important

.software-summary
display: grid
grid-template-columns: auto auto


2 changes: 1 addition & 1 deletion _docs/_src/sass/wyrm_core/_type.sass
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ a.wy-text-neutral:hover
h1,h2,h3,h4,h5,h6, legend
margin-top: 3rem
margin-bottom: 3rem
margin-bottom: 1rem
font-weight: $custom-font-weight
font-family: $custom-font-family

Expand Down
25 changes: 13 additions & 12 deletions _docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1>A fully-open</h1>
<h1>Supply-chain resilient</h1>
<h1>pressure-control ventilator</h1>
<h1>for the people</h1>
<h1 style="color: #fd2701;">for the people</h1>
</div>
</div>

Expand Down Expand Up @@ -40,28 +40,29 @@ Hardware
Software
========

.. image:: /images/gui_overview_v1_1920px.png
:width: 100%
:alt: Gui Overview - modular design, alarm cards, multiple modalities of input, alarm limits represented consistently across ui

PVP's software was developed to bring the philosophy of free and open source software to medical devices. PVP is not only
open-source from top to bottom, but we have developed it as a framework for an adaptable, general-purpose, communally-developed ventilator.
open-source from top to bottom, but we have developed it as a framework for **an adaptable, general-purpose, communally-developed ventilator.**

PVP's ventilation control system is fast, robust, and written entirely in high-level Python (3.7) -- without the development
PVP's ventilation control system is fast, robust, and **written entirely in high-level Python** (3.7) -- without the development
and inspection bottlenecks of split computer/microprocessor systems that require users to read and write low-level hardware firmware.

All of PVP's components are modularly designed, allowing them to be reconfigured and expanded for new ventilation modes and
All of PVP's components are **modularly designed**, allowing them to be reconfigured and expanded for new ventilation modes and
hardware configurations.

We provide complete **API-level documentation** and an **automated testing suite** to give everyone the freedom to inspect,
understand, and expand PVP's software framework.

.. image:: /images/gui_overview_v1_1920px.png
:width: 100%
:alt: Gui Overview - modular design, alarm cards, multiple modalities of input, alarm limits represented consistently across ui


.. raw:: html

<div>
<h2>GUI</h2> A modular GUI with intuitive controls and a clear alarm system that can be configured to control any parameter or display values from any sensor.
<h2>Controller</h2> ... Manuel write this
<h2>IO</h2> A hardware abstraction layer powered by <a href="http://abyz.me.uk/rpi/pigpio/">pigpio</a> that can read/write at [x Hz]
<div class="software-summary">
<h2>GUI</h2> <p>A modular GUI with intuitive controls and a clear alarm system that can be configured to control any parameter or display values from any sensor.</p>
<h2>Controller</h2> <p>... Manuel write this</p>
<h2>IO</h2> <p>A hardware abstraction layer powered by <a href="http://abyz.me.uk/rpi/pigpio/">pigpio</a> that can read/write at [x Hz]</p>
</div>


Expand Down

0 comments on commit 060c70c

Please sign in to comment.