Beta version of contact page
This commit is contained in:
		
					parent
					
						
							
								c98a3f449a
							
						
					
				
			
			
				commit
				
					
						e47ce985f1
					
				
			
		
					 1 changed files with 14 additions and 8 deletions
				
			
		|  | @ -1,18 +1,24 @@ | ||||||
| --- | --- | ||||||
| layout: page | layout: page | ||||||
| title: "Contact" | title: "Contact" | ||||||
| meta_title: "Contact and use our contact form" |  | ||||||
| show_meta: false | show_meta: false | ||||||
| subheadline: "Wufoo-powered contact forms" | sidebar: right | ||||||
| teaser: "Get in touch with me? Use the contact form." | teaser: "In case you want to get in contact..." | ||||||
| permalink: "/contact/" | permalink: "/contact/" | ||||||
| --- | --- | ||||||
| If you need a fabulous contact form for your website, I suggest you use [Wufoo][1]. You can use three forms for free, you get no spam and if you get more than 100 entries you have to pay. |  | ||||||
| 
 | 
 | ||||||
| <div class="panel"> | There a couple of ways you can get in touch with me: | ||||||
| <iframe width="100%" height="650" frameborder="0" scrolling="no" src="https://phlowmedia.wufoo.com/embed/z7x3k1/"></iframe> |  | ||||||
| </div> |  | ||||||
| 
 | 
 | ||||||
|  | * The fastest, if you use IRC, is to log in Freenode, and look for "einar77". I usually hang around the #kde, #kde-devel, #plasma and #opensuse-kde channels. | ||||||
|  | * Or, you can use the contact form below. Bear in mind it uses a third party service ([formspree.io](http://formspree.io)) which I have little control over (suggestions for self-hosted alternatives are welcome!). | ||||||
|  | * There *used* to be email, but the amount of automated crawlers made putting one on a web page very impractical.  If you know what you're doing, you can find my email address on commits in KDE's git repository. | ||||||
| 
 | 
 | ||||||
|  | For those using GPG/PGP, my public key ID is [6E1A4E79](http://pgp.mit.edu/pks/lookup?op=get&search=0x013FA50B6E1A4E79). | ||||||
| 
 | 
 | ||||||
|  [1]: http://www.wufoo.com/ | <form action="//formspree.io/lbeltrame@kde.org" method="POST"> | ||||||
|  |     Your name <input type="text" name="name" placeholder="Enter your name here"> | ||||||
|  |     Your email <input type="email" name="_replyto"> | ||||||
|  |     <input type="text" name="_gotcha" style="display:none" /> | ||||||
|  |     <input type="hidden" name="_subject" value="New form submission" /> | ||||||
|  |     <input type="submit" value="Send"> | ||||||
|  | </form> | ||||||
		Reference in a new issue