Skip to content

Commit

Permalink
Add box with quarterly updates to Digital Vital Records page
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyu95 committed Jul 21, 2023
1 parent a4a13e4 commit 363cae4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 12 additions & 1 deletion vro/templates/public/digital_vital_records.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ <h2>Digital Vital Records</h2>
<p>To purchase a certified copy of a vital record that is not available on this website, please fill out
the <a href="https://www1.nyc.gov/site/records/historical-records/order.page" target="_blank"
rel="noopener noreferrer"><strong>Vital Records Order Form</strong></a>.</p>
<div class="container py-2 px-2 bg-light" id="digitization-updates">
<div class="row">
<div class="col-lg mb-3 mb-lg-0">
<h3>Updates for Spring 2023</h3>
<ul>
<li>732 files corrected for Kings county births.</li>
</ul>
</div>
</div>
</div>
<br>
<nav aria-label="Certificate type navigation">
<div class="nav nav-tabs" id="nav-tab" role="tablist">
<a class="nav-item nav-link active" id="births" data-toggle="tab" href="#births-tab"
Expand Down Expand Up @@ -50,7 +61,7 @@ <h3 class="h5 py-1">Digitized Death Records</h3>
<p><b>Bronx:</b> 1898 to 1948</p>
<p><b>Kings (Brooklyn):</b> 1862 to 1948</p>
<p><b>Manhattan:</b> 1866 to 1867, 1871 to 1875, 1920 to 1948</p>
<p><b>Queens:</b> 1881-1892, 1898 to 1948</p>
<p><b>Queens:</b> 1881 to 1892, 1898 to 1948</p>
<p><b>Richmond (Staten Island):</b> 1898 to 1948</p>
<img src="{{ static_url_for('static', filename='img/death-chart.png') }}"
alt="Chart for digitized death certificates">
Expand Down
5 changes: 5 additions & 0 deletions vro/templates/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ <h2 class="pb-1">Digitization Progress</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg pt-3" style="text-align: right;">
<p><a href="/digital-vital-records#digitization-updates" aria-label="Check progress updates on the Digital Vital Records page."><strong>Check our progress</strong></a></p>
</div>
</div>
</div>
</section>
<section class="py-3 pb-1 bg-primary browsesearch">
Expand Down

0 comments on commit 363cae4

Please sign in to comment.