new content

This commit is contained in:
Oliver
2025-05-15 17:14:40 -03:00
parent f813e61c23
commit 75e3b435a3
5 changed files with 19 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
---
title: "About Me"
date: 2020-09-24T11:07:10+06:00
description: "this is meta description"
description: "Oliver Arnold | Who am I?"
draft: false
layout: "about"
@@ -10,20 +10,8 @@ email: "blog@ODOO4projects.com"
image: "images/author.webp"
summary: "Founder of ODOO4projects. ODOO hosting like it should be."
partners:
enable: true
title : "My Contents also published <br> on these websites"
partner_logos:
- "images/partners/logo-1.png"
- "images/partners/logo-2.png"
- "images/partners/logo-3.png"
- "images/partners/logo-4.png"
- "images/partners/logo-5.png"
- "images/partners/logo-6.png"
- "images/partners/logo-7.png"
- "images/partners/logo-8.png"
- "images/partners/logo-9.png"
---
Im a firm believer that launching and growing a business requires the right tools from day one. Thats why I advocate for ERP systems like ODOO, which provide a substantial foundation for managing operations efficiently. Im passionate about open source software because it offers freedom, flexibility, and community-driven innovation. For startups, every dollar counts.
Choosing solutions that deliver the biggest bang for the buck is critical to extending limited budgets and maximizing value. My approach combines smart technology choices with a practical mindset to help new ventures succeed without overspending. Open, scalable, and lean — thats the way forward.

View File

@@ -171,7 +171,12 @@ sidebar = ["about-me", "recent-post", "categories", "tags"]
[[params.social]]
title = "Linkedin"
icon = "fab fa-linkedin" # Fhemify icon : https://themify.me/themify-icons
link = "www.linkedin.com/company/104665455"
link = "https://www.linkedin.com/company/104665455"
[[params.social]]
title = "Website"
icon = "fas fa-globe" # Or any other icon you prefer
link = "https://ODOO4projects.com"
################################### English language #####################################

Binary file not shown.

View File

@@ -6,7 +6,6 @@
<h1 class="h5">Odoo Community Hosting Tips, Tutorials & Best Practices </h1>
{{ with site.GetPage "/about" }}
{{ if .Params.image }}
<img class="mb-4 rounded-circle w-100" style="max-width:280px" src="{{ .Params.image | absURL }}" alt="Author">
@@ -17,6 +16,14 @@
<h2 class="h3 text-primary font-primary mb-3">{{ .Params.name }}</h2>
<div class="mb-0 mx-auto" style="max-width:460px">{{ .Params.summary }} <a href="{{ .Permalink }}" aria-label="About me" class="text-underline d-inline-block">{{ i18n `read_more` }}</a></div>
{{ end }}
<ul class="social-links is-circled list-unstyled list-inline font-weight-500">
{{ range .Site.Params.social }}
<li class="list-inline-item"><a href="{{.link}}" title="{{.title}}">
<i class="icon {{.icon}}"></i> {{.title}}
</a></li>
{{ end }}
</ul>
</div>
</div>
<div class="col-lg-8 col-xl-9">

View File

@@ -12,4 +12,6 @@
<div class="mb-0 mx-auto" style="max-width:460px">{{ .Summary }} <a href="{{ .Permalink }}" aria-label="About me" class="text-underline d-inline-block">{{ i18n `read_more` }}</a></div>
{{ end }}
</div>
</div>