added dns record view with tabs

This commit is contained in:
2021-08-10 17:17:39 +01:00
parent 259d1e0d88
commit b96aa3acbe
23 changed files with 1497 additions and 115 deletions
+31 -5
View File
@@ -57,6 +57,20 @@ const Home = (props) => {
</p>
</div>
</div>
<div className="govuk-row">
<div className="map-responsive">
<iframe
width="600"
height="500"
id="gmap_canvas"
src="https://maps.google.com/maps?q=CF10%203NQ&t=&z=17&ie=UTF8&iwloc=&output=embed"
frameBorder="0"
scrolling="no"
marginHeight="0"
marginWidth="0"
></iframe>
</div>
</div>
<div className="govuk-row">
<p>
{" "}
@@ -65,11 +79,17 @@ const Home = (props) => {
following details:
</p>
<p>
Tel: 03034 445 940
Tel: <a href="tel:03034445940">03034 445 940</a>
<br />
E-mail: dns.wales@planninginspectorate.gov.uk
E-mail:{" "}
<a href="mailto:dns.wales@planninginspectorate.gov.uk">
dns.wales@planninginspectorate.gov.uk
</a>
<br />
Follow us on Twitter @PINSgov
Follow us on Twitter{" "}
<a href="https://twitter.com/pinsgov">
@PINSgov
</a>
</p>
<p>
Further information about contacting the
@@ -115,8 +135,14 @@ const Home = (props) => {
office directly:{" "}
</p>
<p>
Telephone: 0303 444 5004 or 0303 444 5005 <br />
Email: press.office@planninginspectorate.gov.uk
Telephone:{" "}
<a href="tel:03034445004">0303 444 5004</a> or{" "}
<a href="tel:03034445005">0303 444 5005</a>{" "}
<br />
Email:{" "}
<a href="mailto:press.office@planninginspectorate.gov.uk">
press.office@planninginspectorate.gov.uk
</a>
</p>
</div>
</main>