diff --git a/content/partners.md b/content/partners.md index 9a3bfd0..9d5d971 100644 --- a/content/partners.md +++ b/content/partners.md @@ -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. \ No newline at end of file diff --git a/content/projects.md b/content/projects.md index 2aeec9d..d7ed093 100644 --- a/content/projects.md +++ b/content/projects.md @@ -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. \ No newline at end of file diff --git a/content/services.md b/content/services.md index 639e837..2115440 100644 --- a/content/services.md +++ b/content/services.md @@ -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 >}} diff --git a/content/team.md b/content/team.md index ac1628c..fabab9d 100644 --- a/content/team.md +++ b/content/team.md @@ -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 >}} diff --git a/hugo.toml b/hugo.toml index 2390e87..7b90621 100644 --- a/hugo.toml +++ b/hugo.toml @@ -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" diff --git a/layouts/shortcodes/serviceimage.html b/layouts/shortcodes/serviceimage.html new file mode 100644 index 0000000..d1e41e2 --- /dev/null +++ b/layouts/shortcodes/serviceimage.html @@ -0,0 +1,17 @@ +{{ $align := .Get "align" | default "left" }} + +
+ + {{ if eq $align "right" }} +
+ {{ .Inner | markdownify }} +
+ {{ .Get + {{ else }} + {{ .Get +
+ {{ .Inner | markdownify }} +
+ {{ end }} + +
diff --git a/static/images/logo/T4EQ_Logo_w.png b/static/images/logo/T4EQ_Logo_w.png new file mode 100644 index 0000000..27e90ac Binary files /dev/null and b/static/images/logo/T4EQ_Logo_w.png differ diff --git a/static/images/stockimages/design8.png b/static/images/stockimages/design8.png new file mode 100644 index 0000000..5ce7b33 Binary files /dev/null and b/static/images/stockimages/design8.png differ diff --git a/static/images/stockimages/design8_t4eq.png b/static/images/stockimages/design8_t4eq.png new file mode 100644 index 0000000..5218a33 Binary files /dev/null and b/static/images/stockimages/design8_t4eq.png differ diff --git a/static/images/team/tvideva.jpeg b/static/images/team/tvideva.jpeg new file mode 100644 index 0000000..d1f3d80 Binary files /dev/null and b/static/images/team/tvideva.jpeg differ