Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions content/partners.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ type: page
menu: main
weight: 50
---
We are always open to collaboration. Please reach out if you would like to partner with us.

[**AID India**](https://aidindia.in/)
**Current partners**

[**AID India**](https://aidindia.in/) —
We are currently partnering with AID India to build solutions for rural villages in India.

We are currently partnering with AID India to build solutions for rural villages in India.
5 changes: 3 additions & 2 deletions content/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ weight: 30

As part of our mission, we are actively working on projects focused on rural development, starting with bridging the digital divide in education. These initiatives also aim to enhance local livelihoods and promote long-term community growth. Our ongoing projects are described below.

**Portable lighting for rural classrooms**
**Solar lighting for rural classrooms**

This project offers a portable, easy-to-assemble lighting solution for rural classrooms where electricity is limited or unreliable.

**Local Content Solutions for Remote Classrooms**
**Video delivery system for remote classrooms**

This project offers a solution to the challenge of accessing educational content in low-bandwidth rural areas, where slow internet disrupts teaching and reduces student engagement.

Please feel free to reach out for more information about the projects.
5 changes: 3 additions & 2 deletions content/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
title: Services
featured_image: ''
omit_header_text: true
type: page
menu: main
weight: 40

---

{{< serviceimage img="/images/stockimages/design8.png" alt="Services image" align="right" >}}

**Open source tech projects for NGOs**

If you think one of our ongoing projects could help your projects too, feel free to get in touch with us. We will be happy to discuss with you.

{{< /serviceimage >}}
4 changes: 2 additions & 2 deletions content/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ team:
blog: ""
- name: "Tereza Videva"
role: "Founding member, System engineer"
image: ""
image: "/images/team/tvideva.jpeg"
linkedin: "https://www.linkedin.com/in/terezavideva/"
blog: ""
---
Our founding team is based in Switzerland — we take care of all things engineering, management, partnerships and everything in between.
Our founding team is based in Switzerland — we take care of all things engineering, management, partnerships, and everything in between.

Get to know us!
{{< teamgrid >}}
Expand Down
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ filename = "sitemap.xml"
text_color = ""
author = ""
favicon = ""
site_logo = ""
site_logo = "/images/logo/T4EQ_Logo_w.png"
description = "The last theme you'll ever need. Maybe."
body_classes = "avenir bg-near-white"
fontWeight = "normal"
Expand Down
17 changes: 17 additions & 0 deletions layouts/shortcodes/serviceimage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{{ $align := .Get "align" | default "left" }}

<div style="display: flex; align-items: center; gap: 20px; flex-wrap: wrap;">

{{ if eq $align "right" }}
<div style="flex: 1;">
{{ .Inner | markdownify }}
</div>
<img src="{{ .Get "img" }}" alt="{{ .Get "alt" }}" style="max-width: 300px; width: 100%; height: auto; border-radius: 8px;">
{{ else }}
<img src="{{ .Get "img" }}" alt="{{ .Get "alt" }}" style="max-width: 300px; width: 100%; height: auto; border-radius: 8px;">
<div style="flex: 1;">
{{ .Inner | markdownify }}
</div>
{{ end }}

</div>
Binary file added static/images/logo/T4EQ_Logo_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/stockimages/design8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/stockimages/design8_t4eq.png
Comment thread
Javier-varez marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/team/tvideva.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.