Many requested changes made
This commit is contained in:
parent
25a1014d30
commit
546532c58a
23
README.adoc
23
README.adoc
@ -9,11 +9,24 @@
|
||||
=== For Me
|
||||
|
||||
* [ ] Font?
|
||||
* [ ] All images with `Hawk` should be attributed
|
||||
* [x] All images with `Hawk` should be attributed
|
||||
* [x] Remove contact information
|
||||
* [ ] Move email address to to the top
|
||||
|
||||
* [ ] The Educational Resources page is almost perfect. The only thing I would recommend is changing the size of the book title at the top to a larger font size, and reducing the size of the words while adding a bit to it as here: "Children's Science Books Authored/Co-authored by Diane"
|
||||
* [ ] On the Outreach page, can you move the first caption info "See the highlights of their trip at https://ryanhawk.com/noaa-teacher-at-sea-mary <https://ryanhawk.com/noaa-teacher-at-sea-mary>" to the next line below so it’s all on the same line? I think that would look a little cleaner.
|
||||
* [ ] On the Community Involvement site, can you add the following: "Become a member of your local amateur radio club as a licensed ham! Diane is a member of the Indian Peaks Radio Club (IPRC) and serves as secretary for the club. Check out the IPRC website at: https://indianpeaksradioclub.org/."
|
||||
* [ ] Community Involvement site, can you please add a bullet stating "Offset your carbon footprint by buying climate credits to support greening projects across the globe. One of many organizations you can work with to do this is Climate Stewards at https://climatestewardsusa.org/ <https://climatestewardsusa.org/>."
|
||||
* [ ] The Educational Resources - changing the size of the book title at the top to a larger font size, and reducing the size of the words while adding a bit to it as here: "Children's Science Books Authored/Co-authored by Diane"
|
||||
* [x] On the Outreach page, can you move the first caption info "See the highlights of their trip at https://ryanhawk.com/noaa-teacher-at-sea-mary <https://ryanhawk.com/noaa-teacher-at-sea-mary>" to the next line below so it’s all on the same line? I think that would look a little cleaner.
|
||||
* [x] On the Community Involvement site, can you add the following: "Become a member of your local amateur radio club as a licensed ham! Diane is a member of the Indian Peaks Radio Club (IPRC) and serves as secretary for the club. Check out the IPRC website at: https://indianpeaksradioclub.org/."
|
||||
* [x] Community Involvement site, can you please add a bullet stating "Offset your carbon footprint by buying climate credits to support greening projects across the globe. One of many organizations you can work with to do this is Climate Stewards at https://climatestewardsusa.org/ <https://climatestewardsusa.org/>."
|
||||
|
||||
=== For her
|
||||
|
||||
* All Pages
|
||||
** [ ] `Contact` page?
|
||||
** [ ] What else should go in contact page?
|
||||
* Outreach
|
||||
** [ ] Descriptor above the first picture or below it?
|
||||
* Community Involvement
|
||||
** [ ] Keep the "HAM Radio title"?
|
||||
** [ ] Paragraph ordering?
|
||||
** [ ] Alt section?
|
||||
** [ ] Carbon footprint title?
|
||||
|
@ -9,7 +9,8 @@ img.thumbnail {
|
||||
}
|
||||
|
||||
img.big, picture.big, .big > img {
|
||||
width: 100%;
|
||||
/*width: 100%;*/
|
||||
max-width: 75%;
|
||||
}
|
||||
|
||||
.float-right {
|
||||
|
@ -44,6 +44,3 @@ div.section
|
||||
| by MLPdesign
|
||||
// | and
|
||||
// a(href="https://austenadler.com") austenadler.com
|
||||
|
||||
|
||||
|
||||
|
@ -51,7 +51,7 @@ body
|
||||
li: a(href="education.html") Education
|
||||
li: a(href="outreach.html") Outreach
|
||||
li: a(href="community-involvement.html") Community Involvement
|
||||
// li: a(href="contact.html") Contact
|
||||
li: a(href="contact.html") Contact
|
||||
|
||||
mixin bigimage(src, alt, ryanhawk)
|
||||
figure
|
||||
|
@ -1,7 +1,7 @@
|
||||
mixin email
|
||||
| dr.diane<span style="display: none"> well hello there ☃ :)</span>
|
||||
| @
|
||||
| geocation.com
|
||||
| dr.diane
|
||||
span(style="display: none;") well hello there ☃ :)
|
||||
| @geocation.com
|
||||
|
||||
|
||||
mixin ryanhawk
|
||||
|
@ -1,6 +1,44 @@
|
||||
- var title = "Community Involvement"
|
||||
include ../includes/head.pug
|
||||
|
||||
div.section
|
||||
div.pageitem
|
||||
h2= title
|
||||
|
||||
h3 HAM Radio
|
||||
|
||||
p
|
||||
| To help the community communicate during times of wildfires, flooding and other natural disasters as well as in support of community events where radio coordination and communication is needed, Diane earned her amateur radio technician license and serves as the secretary of the Indian Peaks Radio Club in Nederland, CO.
|
||||
p
|
||||
| Check out the IPRC website at:
|
||||
a(href="https://indianpeaksradioclub.org/") https://indianpeaksradioclub.org/
|
||||
|
||||
p
|
||||
| Become a member of your local amateur radio club as a licensed ham!
|
||||
| Diane is a member of the Indian Peaks Radio Club (IPRC) and serves as secretary for the club.
|
||||
|
||||
h3 Citizen Science Projects
|
||||
|
||||
p
|
||||
| Project BudBurst -
|
||||
a(href="https://budburst.org/") budburst.org
|
||||
p
|
||||
| Globe at Night -
|
||||
a(href="https://globeatnight.org") globeatnight.org
|
||||
p
|
||||
| CoCoRaHS -
|
||||
a(href="https://www.cocorahs.org/") www.cocorahs.org
|
||||
|
||||
h3 Citizen Science Projects (alt)
|
||||
|
||||
p: a(href="https://budburst.org/") Project BudBurst
|
||||
p: a(href="https://globeatnight.org") Globe at Night
|
||||
p: a(href="https://www.cocorahs.org/") CoCoRaHS
|
||||
|
||||
h3 Carbon Footprint
|
||||
|
||||
p
|
||||
| Offset your carbon footprint by buying climate credits to support greening projects across the globe. One of many organizations you can work with to do this is Climate Stewards at
|
||||
a(href="https://climatestewardsusa.org/") https://climatestewardsusa.org/
|
||||
|
||||
include ../includes/footer.pug
|
||||
|
11
templates/contact.pug
Normal file
11
templates/contact.pug
Normal file
@ -0,0 +1,11 @@
|
||||
- var title = "Contact"
|
||||
include ../includes/head.pug
|
||||
|
||||
div.section
|
||||
div.pageitem
|
||||
h2=title
|
||||
|
||||
p Please email me!
|
||||
p: +email
|
||||
|
||||
include ../includes/footer.pug
|
@ -5,11 +5,11 @@ div.section
|
||||
div.pageitem
|
||||
h2 Educational Resources
|
||||
|
||||
h3 Children's Science Books Authored/Co-authored
|
||||
h3 Children's Science Books Authored/Co-authored by Diane
|
||||
|
||||
h4 What in the World is Happening to Our Climate?
|
||||
|
||||
img.float-right(src="images/5._Elementary_GLOBE_Climate_Book_Cover-215.jpg", alt="Book cover for 'What in the World is Happening to Our Climate?'")
|
||||
img.float-right(src="images/5._Elementary_GLOBE_Climate_Book_Cover-215.jpg", alt="Book cover for 'What in the World is Happening to Our Climate?'", style="padding-left: 10px;")
|
||||
|
||||
|
||||
p.left-align
|
||||
@ -21,23 +21,23 @@ div.section
|
||||
a(href="https://www.globe.gov/about") https://www.globe.gov/about
|
||||
| )
|
||||
|
||||
h4 NOAA Teacher at Sea books
|
||||
h3 NOAA Teacher at Sea books
|
||||
|
||||
div(style="display: flex;flex-flow:row;")
|
||||
div(style="/*display: flex;flex-flow:row;*/")
|
||||
|
||||
div(style="padding: 2rem;")
|
||||
div(style="/*padding: 2rem;*/")
|
||||
img(src="images/1._TAS_Miss_Cook_Book_Cover-215.png")
|
||||
p Teacher at Sea: Miss Cook's Voyage on the Ronald H. Brown
|
||||
|
||||
div(style="padding: 2rem;")
|
||||
div(style="/*padding: 2rem;*/")
|
||||
img(src="images/2._TIA_Book_Cover-215.png")
|
||||
p Teacher in the Air: Dr. Diane's Flight with the NOAA Hurricane Hunters
|
||||
|
||||
div(style="padding: 2rem;")
|
||||
div(style="/*padding: 2rem;*/")
|
||||
img(src="images/3._TAS_Hydrography_Book_Cover-215.png")
|
||||
p Teacher at Sea, Mrs. Armwood's Hydrographic Adventure on the NOAA Ship FAIRWEATHER
|
||||
|
||||
div(style="padding: 2rem;")
|
||||
div(style="/*padding: 2rem;*/")
|
||||
img(src="images/4._TAS_Fisheries_book_Cover-215.png")
|
||||
p Teacher at Sea: Mr. Tanenbaum Explores Atlantic Fisheries on the NOAA Ship Henry B. Bigelow
|
||||
br
|
||||
|
@ -7,8 +7,15 @@ div.section
|
||||
|
||||
h3 NOAA Teacher at Sea - Scammon Bay, AK
|
||||
|
||||
p NOAA Teacher at Sea, Mary Cook, invited Diane Stanitski and John Adler to Scammon Bay, AK in 2017 to teach and interact with her indigenous Yup'ik students.
|
||||
p
|
||||
| See the highlights of their trip at
|
||||
a(href="https://ryanhawk.com/noaa-teacher-at-sea-mary") https://ryanhawk.com/noaa-teacher-at-sea-mary
|
||||
|
||||
+bigimage("Diane_Student_Scammon_Bay.png", "TODO!", true)
|
||||
| NOAA Teacher at Sea, Mary Cook, invited Diane Stanitski and John Adler to Scammon Bay, AK in 2017 to teach and interact with her indigenous Yup'ik students. See the highlights of their trip at
|
||||
| NOAA Teacher at Sea, Mary Cook, invited Diane Stanitski and John Adler to Scammon Bay, AK in 2017 to teach and interact with her indigenous Yup'ik students.
|
||||
p
|
||||
| See the highlights of their trip at
|
||||
a(href="https://ryanhawk.com/noaa-teacher-at-sea-mary") https://ryanhawk.com/noaa-teacher-at-sea-mary
|
||||
|
||||
// div#slider
|
||||
@ -35,7 +42,7 @@ div.section
|
||||
+bigimage("Scammon_2017-11-04RHawk423AlaskaNOAA.jpg", "TODO!", true)
|
||||
| Scammon_2017-11-04RHawk423AlaskaNOAA-full.jpg
|
||||
|
||||
h2: a(href="https://jason.org/") JASON Learning
|
||||
h3: a(href="https://jason.org/") JASON Learning
|
||||
|
||||
p
|
||||
| Diane was a JASON Host Researcher for Expedition 2: Climate Connections — Drift and Flow in the JASON Learning Curriculum,
|
||||
@ -70,7 +77,7 @@ div.section
|
||||
| Stanitski_Adler_JASON_Argonauts_2.png
|
||||
+bigimage("Stanitski_Adler_JASON_Argonauts.png", "TODO!")
|
||||
| Stanitski_Adler_JASON_Argonauts.png
|
||||
+bigimage("Stanitski_JASON.jpg", "TODO!")
|
||||
| Stanitski_JASON.jpg
|
||||
// +bigimage("Stanitski_JASON.jpg", "TODO!")
|
||||
// | Stanitski_JASON.jpg
|
||||
|
||||
include ../includes/footer.pug
|
||||
|
Loading…
Reference in New Issue
Block a user