diff --git a/content/styles/noorahealth/images/activity-time-section.png b/content/styles/noorahealth/images/activity-time-section.png new file mode 100644 index 0000000..2af9c6b Binary files /dev/null and b/content/styles/noorahealth/images/activity-time-section.png differ diff --git a/content/styles/noorahealth/images/info-section-3.png b/content/styles/noorahealth/images/info-section-3.png new file mode 100644 index 0000000..509cfef Binary files /dev/null and b/content/styles/noorahealth/images/info-section-3.png differ diff --git a/content/styles/noorahealth/images/info-section-4.png b/content/styles/noorahealth/images/info-section-4.png new file mode 100644 index 0000000..2c6ba55 Binary files /dev/null and b/content/styles/noorahealth/images/info-section-4.png differ diff --git a/content/styles/noorahealth/images/info-section-5.png b/content/styles/noorahealth/images/info-section-5.png new file mode 100644 index 0000000..fa3f77d Binary files /dev/null and b/content/styles/noorahealth/images/info-section-5.png differ diff --git a/content/styles/noorahealth/images/info-section-6.png b/content/styles/noorahealth/images/info-section-6.png new file mode 100644 index 0000000..9a9b6c3 Binary files /dev/null and b/content/styles/noorahealth/images/info-section-6.png differ diff --git a/content/styles/noorahealth/images/info-section-7.png b/content/styles/noorahealth/images/info-section-7.png new file mode 100644 index 0000000..9a1a082 Binary files /dev/null and b/content/styles/noorahealth/images/info-section-7.png differ diff --git a/content/styles/noorahealth/images/span-color-pink.png b/content/styles/noorahealth/images/span-color-pink.png new file mode 100644 index 0000000..d9b958e Binary files /dev/null and b/content/styles/noorahealth/images/span-color-pink.png differ diff --git a/content/styles/noorahealth/index.rst b/content/styles/noorahealth/index.rst index 7f99cf6..fd627c2 100644 --- a/content/styles/noorahealth/index.rst +++ b/content/styles/noorahealth/index.rst @@ -35,6 +35,30 @@ Then click on the code view icon in the bottom right: :width: 400 px +Text colors +~~~~~~~~~~~~~~ +You can change the text colors using the *color* attribute in

and tags. + +Example:: + +

+ As a nurse, you are the main person of contact for patients and families. + You go above and beyond your duty for many patients. +

+ +Example output: + +.. image:: images/span-color-pink.png + :width: 300 px + +.. note:: + Use ``

`` to apply the color to the full paragraph. + Use ```` to apply to color only to the text inside the ```` tag. + + The colors you can use are: ``pink``, ``blue``, ``orange``, and ``green``. + + + Intro Section ~~~~~~~~~~~~~~ @@ -241,7 +265,24 @@ Example output: :width: 200 px .. image:: images/info-section-2.png - :width: 200 px + :width: 200 px + +.. note:: + Using ```` you can get different background variations of the info section. The allowed values are: 1, 2, 3, 4, gallery, and feedback. And the result are the following: + + +-----------------------------------------+-----------------------------------------+-----------------------------------------+ + | .. figure:: images/info-section-1.png | .. figure:: images/info-section-3.png | .. figure:: images/info-section-4.png | + | :width: 100% | :width: 100% | :width: 100% | + | | | | + | type="1" | type="2" | type="3" | + +-----------------------------------------+-----------------------------------------+-----------------------------------------+ + | .. figure:: images/info-section-5.png | .. figure:: images/info-section-6.png | .. figure:: images/info-section-7.png | + | :width: 100% | :width: 100% | :width: 100% | + | | | | + | type="4" | type="gallery" | type="feedback" | + +-----------------------------------------+-----------------------------------------+-----------------------------------------+ + + What we learned Section ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -553,4 +594,24 @@ feedback' section, either the "For any correct response" or "For any incorrect r feedback is given to the user if they get the question 100% correct, otherwise they will get the incorrect response feedback. +Activity Time Section +~~~~~~~~~~~~~~~~ + +Example:: + + + + + +

Activity Time

+

Use your knowledge about conducting CCP sessions to find a spot in your department for the session.

+ + + +.. note:: + Replace *activity_time.png* with the full path of the desired image. + +Example output: +.. image:: images/activity-time-section.png + :width: 200 px