Skip to content

Commit

Permalink
Update appointment.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IMDANIELAUSTIN authored Dec 17, 2024
1 parent b83907f commit 284dbc6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions appointment.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>DANIEL LEE AUSTIN</title>
Expand Down Expand Up @@ -31,6 +30,7 @@

<!-- naviagtion links -->
<div class="nav-links">
<a href="/"><button>HOME</button></a>
<a href="/About"><button>RÉSUMÉ</button></a>
<a href="/writings"><button>WRITINGS</button></a>
<a href="/appointment"><button>BOOK CONSULTATION</button></a>
Expand All @@ -41,7 +41,10 @@
</header>
<!-- Main -->
<!-- Google Calendar Appointment Scheduling begin -->
<iframe src="https://calendar.google.com/calendar/appointments/schedules/AcZssZ0lMlT64dwrNQrr9gi9MrtD0xp8BlpGy-7g5yKuL3KrZj6WnTle0dyj8kvgIS2UeGQIvM2OpKrA?gv=true" style="border: 0" width="100%" height="600" frameborder="0"></iframe>
<div class="iframe-container">
<iframe src="https://calendar.google.com/calendar/appointments/schedules/AcZssZ0lMlT64dwrNQrr9gi9MrtD0xp8BlpGy-7g5yKuL3KrZj6WnTle0dyj8kvgIS2UeGQIvM2OpKrA?gv=true" style="border: 0" width="100%" height="600" frameborder="0">
</iframe>
</div>
<!-- end Google Calendar Appointment Scheduling -->
<button id="myBtn" title="Back to Top" style="padding: 8px; margin: 8px;">Back to Top</button>

Expand Down Expand Up @@ -122,5 +125,6 @@
});
</script>
<script src="scripts.js"></script>
</body>
</html>


</body></html>

0 comments on commit 284dbc6

Please sign in to comment.