Add contact page
This commit is contained in:
parent
7864b00d5e
commit
21e1fa2218
4 changed files with 12 additions and 0 deletions
11
Contact.html
Normal file
11
Contact.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
layout: default
|
||||
title: Contact Me
|
||||
imageUrl: ../img/venice-mailbox.jpg
|
||||
blurImageUrl: ../img/venice-mailbox_blur.jpg
|
||||
motto: Contact Me
|
||||
---
|
||||
|
||||
<p>IFrames can be evil; you can <a href="https://docs.google.com/forms/d/e/1FAIpQLSfUhraXLpH7coIrP5xGOj2-JKtJTLec-OuZfw5JszRC5E4-Iw/viewform?usp=sf_link">open this form directly</a> if it's giving you trouble.</p>
|
||||
|
||||
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSfUhraXLpH7coIrP5xGOj2-JKtJTLec-OuZfw5JszRC5E4-Iw/viewform?embedded=true" width="100%" height="1032" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
|
|
@ -65,6 +65,7 @@
|
|||
<div class="navbar-collapse collapse sidebar-navbar-collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
<li class="nav-item"><a href="index" class="nav-link">Home</a></li>
|
||||
<li class="nav-item"><a href="Contact" class="nav-link">Contact</a></li>
|
||||
<li class="nav-item"><a href="AI">Artificial Insemination</a></li>
|
||||
<li class="nav-item"><a href="KeepEPDsReal">#KeepEPDsReal</a></li>
|
||||
<li class="nav-item"><a href="Videos">Videos</a></li>
|
||||
|
|
BIN
img/venice-mailbox.jpg
Normal file
BIN
img/venice-mailbox.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 584 KiB |
BIN
img/venice-mailbox_blur.jpg
Normal file
BIN
img/venice-mailbox_blur.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
Loading…
Reference in a new issue