search still not working. idea for contact form implemented
This commit is contained in:
parent
5b5995e2b5
commit
365d15f349
@ -1,3 +1,5 @@
|
||||
<iframe class="contact-form"
|
||||
src="https://docs.google.com/forms/d/e/1FAIpQLSeaYr_KWUhzYz1pHnc76ogZFi_GYe7ZYoy5jpYDdiuzvGnEuQ/viewform?embedded=true">Loading…</iframe>
|
||||
<footer>
|
||||
<div class="flex-container">
|
||||
<div>
|
||||
|
@ -1,3 +1,9 @@
|
||||
/* tester */
|
||||
/* contact form */
|
||||
iframe.contact-form {
|
||||
width: 100vw;
|
||||
height: 50vh;
|
||||
}
|
||||
/* contact info top */
|
||||
|
||||
div#contact-info {
|
||||
|
Loading…
Reference in New Issue
Block a user