search still not working. idea for contact form implemented
This commit is contained in:
		@@ -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>
 | 
					<footer>
 | 
				
			||||||
    <div class="flex-container">
 | 
					    <div class="flex-container">
 | 
				
			||||||
        <div>
 | 
					        <div>
 | 
				
			||||||
@@ -11,9 +13,9 @@
 | 
				
			|||||||
            <p class="Site links">Office</p>
 | 
					            <p class="Site links">Office</p>
 | 
				
			||||||
            {{ range .Site.Menus.main }}
 | 
					            {{ range .Site.Menus.main }}
 | 
				
			||||||
            <li class="nav-link" href="{{ .URL }}">
 | 
					            <li class="nav-link" href="{{ .URL }}">
 | 
				
			||||||
            {{ $text := print .Name | safeHTML }}
 | 
					                {{ $text := print .Name | safeHTML }}
 | 
				
			||||||
            {{ $text }}
 | 
					                {{ $text }}
 | 
				
			||||||
            {{end}}
 | 
					                {{end}}
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <div>
 | 
					        <div>
 | 
				
			||||||
@@ -34,5 +36,5 @@
 | 
				
			|||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        <h2>Ⓒ 2020 - FiscLe Consultancy. All Rights Are Reserved</h2>
 | 
					    <h2>Ⓒ 2020 - FiscLe Consultancy. All Rights Are Reserved</h2>
 | 
				
			||||||
</footer>
 | 
					</footer>
 | 
				
			||||||
@@ -1,3 +1,9 @@
 | 
				
			|||||||
 | 
					/* tester */
 | 
				
			||||||
 | 
					/* contact form */
 | 
				
			||||||
 | 
					iframe.contact-form {
 | 
				
			||||||
 | 
					  width: 100vw;
 | 
				
			||||||
 | 
					  height: 50vh;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
/* contact info top */
 | 
					/* contact info top */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
div#contact-info {
 | 
					div#contact-info {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user