add contact form (no link yet)
This commit is contained in:
		@@ -234,4 +234,29 @@ li
 | 
			
		||||
.service-logo
 | 
			
		||||
{
 | 
			
		||||
  min-height:150px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form-line>.input, .form-line>.textarea{
 | 
			
		||||
  border-color: #aaaaaa;
 | 
			
		||||
  width:100%;
 | 
			
		||||
  margin-bottom: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form-line>.textarea{
 | 
			
		||||
  min-height: 25em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form-error{
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  border-radius: 4px;
 | 
			
		||||
  margin-bottom: 1em;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.form-alert{
 | 
			
		||||
  background-color: rgba(255, 0, 0, 0.2);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.contact-form-embed{
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 700px;
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										6
									
								
								templates/a-propos/Nous contacter.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								templates/a-propos/Nous contacter.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
{% extends "/meta/master.html" %}
 | 
			
		||||
 | 
			
		||||
{% block main %}
 | 
			
		||||
  <embed class="contact-form-embed" type="text/html" src="/dyn/contact" frameborder="0">
 | 
			
		||||
  </embed>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Reference in New Issue
	
	Block a user