This commit is contained in:
Oliver
2025-05-03 12:56:43 -03:00
parent b4807b35de
commit a8c3375f07
41 changed files with 349 additions and 448 deletions

View File

@@ -16,25 +16,19 @@
</div>
<div class="col-lg-6 mt-5 mt-lg-0">
<form method="POST" action="{{ site.Params.contact_form_action | safeURL}}" class="row">
<div class="col-md-6">
<input type="text" class="form-control mb-4" placeholder="Name" name="name" id="name">
<div class="col-md-12">
<iframe src="https://ai.odoo4projects.com/form/b5260d99-f566-41b0-88e9-4ace58115b3e"
width="100%"
height="600"
frameborder="0"
style="border: none;"
/>
</div>
<div class="col-md-6">
<input type="email" class="form-control mb-4" placeholder="Email" name="email" id="email">
</div>
<div class="col-12">
<input type="text" class="form-control mb-4" placeholder="Subject" name="subject" id="subject">
</div>
<div class="col-12 mt-3">
<textarea name="message" id="message" class="form-control mb-4" placeholder="Type You Message Here"
rows="5"></textarea>
</div>
<div class="col-12">
<button class="btn btn-primary" type="submit">{{ i18n `send_message` }}</button>
</div>
</form>
</div>
</div>
</div>
{{ end }}
{{ end }}

View File

@@ -40,12 +40,6 @@
{{ .Content }}
</div>
<!-- comments -->
{{ if site.Config.Services.Disqus.Shortname }}
<div class="border p-4 mt-5">
{{ template "_internal/disqus.html" . }}
</div>
{{ end }}
</div>
<div class="col-lg-4 mt-5 mt-lg-0">
@@ -81,4 +75,4 @@
{{ end }}
<!-- /regular page -->
{{ end }}
{{ end }}

View File

@@ -31,11 +31,11 @@
{{ end }}
<button class="sidenav-toggler d-inline-block {{if eq site.Params.logo_rotate false}}logo-plain{{end}}" data-toggle="sidenav-menu">
<svg id="toggler-icon" class="toggler-icon" viewBox="0 0 100 100" width="60" onclick="this.classList.toggle('active')"><path class="line top" d="m 30,33 h 40 c 0,0 9.044436,-0.654587 9.044436,-8.508902 0,-7.854315 -8.024349,-11.958003 -14.89975,-10.85914 -6.875401,1.098863 -13.637059,4.171617 -13.637059,16.368042 v 40" /><path class="line middle" d="m 30,50 h 40" /><path class="line bottom" d="m 30,67 h 40 c 12.796276,0 15.357889,-11.717785 15.357889,-26.851538 0,-15.133752 -4.786586,-27.274118 -16.667516,-27.274118 -11.88093,0 -18.499247,6.994427 -18.435284,17.125656 l 0.252538,40" /></svg>
</button>
</button>
</div>
{{ if site.Params.logo_rotate }}
<a class="navbar-brand mr-0" href="{{ site.BaseURL | relLangURL }}">
<a class="navbar-brand mr-0" href="https://ODOO4projects.com">
{{ if site.Params.logo }}
<img height="{{site.Params.logo_height}}" src="{{ site.Params.logo | absURL}}"
alt="{{site.Params.logo_text}}">
@@ -136,4 +136,4 @@
<input id="search-field" name="s" type="search" placeholder="{{ i18n `search_placeholder`}}" class="text-center" aria-label="search-query">
</form>
</div>
{{ end }}
{{ end }}