removed topics sciences + Khoa hoc
This commit is contained in:
@@ -29,7 +29,6 @@ h5 {
|
||||
margin-bottom: 25px;
|
||||
width: 80%;
|
||||
height: 80%;
|
||||
opacity: 0.7;
|
||||
}
|
||||
.person:hover {
|
||||
border-color: #f1f1f1;
|
||||
@@ -52,7 +51,7 @@ h5 {
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.container{
|
||||
max-width: 900px;
|
||||
max-width: 950px;
|
||||
}
|
||||
}
|
||||
@media print {
|
||||
@@ -227,4 +226,3 @@ blockquote {
|
||||
display:block;
|
||||
}
|
||||
|
||||
.matngot { display:none;}
|
||||
@@ -137,24 +137,7 @@
|
||||
<br >
|
||||
<h5 class="text-center">CONTACT</h5>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<p class="text-right">
|
||||
<span class="glyphicon glyphicon-map-marker"></span><br>
|
||||
<b>Méditation Sunyata Paris</b><br>
|
||||
116 bd Maréchal Foch<br>
|
||||
93160 NOISY LE GRAND<br>
|
||||
<br>
|
||||
<span class="label label-danger">RER A</span> station Bry sur Marne<br>
|
||||
<span class="label label-primary">Bus 220</span> arrêt Verdun<br>
|
||||
<br>
|
||||
<span class="glyphicon glyphicon-envelope"></span><br>
|
||||
contact@meditation-sunyata.paris
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-sm-8">
|
||||
<p><em>Laissez nous un message!</em></p>
|
||||
<div class="row">
|
||||
<p align="center"><em>Laissez nous un message!</em></p>
|
||||
<form action="{{ request.route_url('home') }}" method="POST" class="form">
|
||||
<div class="col-sm-6 form-group">
|
||||
<input class="form-control" id="name" name="name" placeholder="Nom et prénom - Tên họ" required
|
||||
@@ -164,14 +147,33 @@
|
||||
<input class="form-control" id="email" name="email" placeholder="Email" required
|
||||
type="email" value="{{email}} ">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-12 form-group">
|
||||
<textarea class="form-control" id="comments" name="comments" placeholder="Message - Tin nhắn" required rows="5"></textarea>
|
||||
<br>
|
||||
<div class="g-recaptcha" data-sitekey="{{ site_key }}" data-callback='recaptchaCallback'></div>
|
||||
<input type="hidden" id="response" name="response" value="" />
|
||||
<br>
|
||||
<button class="btn btn-primary hidden" id="btnSubmit" type="submit" name="form.submitted">Envoyer</button>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<p class="text-right">
|
||||
<span class="glyphicon glyphicon-map-marker"></span><br>
|
||||
<b>Méditation Sunyata Paris</b><br>
|
||||
116 bd Maréchal Foch<br>
|
||||
93160 NOISY LE GRAND<br>
|
||||
<br>
|
||||
<span class="label label-danger">RER A</span> station Bry sur Marne<br>
|
||||
<span class="label label-primary">Bus 220</span> arrêt Verdun<br>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<p>
|
||||
<span class="glyphicon glyphicon-envelope"></span><br>
|
||||
contact@meditation-sunyata.paris
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -64,9 +64,6 @@
|
||||
<span class="menu-item">
|
||||
<a href="{{ request.route_url('topic', topic='qigong') }}">QI GONG</a>
|
||||
</span>
|
||||
<span class="menu-item">
|
||||
<a href="{{ request.route_url('topic', topic='sciences') }}">SCIENCES</a>
|
||||
</span>
|
||||
</div>
|
||||
<div align="center">
|
||||
<span class="menu-item">
|
||||
@@ -78,9 +75,6 @@
|
||||
<span class="menu-item">
|
||||
<a href="{{ request.route_url('topic', topic='qigong') }}">KHÍ CÔNG</a>
|
||||
</span>
|
||||
<span class="menu-item">
|
||||
<a href="{{ request.route_url('topic', topic='sciences') }}">KHOA HỌC</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- Display Page Title -->
|
||||
|
||||
Reference in New Issue
Block a user