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
44 changes: 0 additions & 44 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,47 +94,3 @@ h1 em {
padding: 60px 15px 40px;
}
}

.language-selector {
font-weight: 500;
font-size: 16px;
color: lighten($black, 13.33) !important;
padding: 8px 15px;
border: 2px solid transparent;
border-radius: 6px;
background-color: transparent;
cursor: pointer;
transition: all 0.3s ease;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
padding-right: 35px;

&:hover {
color: $primary-color !important;
border-color: lighten($primary-color, 20);
background-color: lighten($primary-color, 43);
}

&:focus {
outline: none;
border-color: $primary-color;
box-shadow: 0 0 0 0.2rem rgba($primary-color, 0.25);
}

option {
padding: 8px 15px;
font-weight: 500;
}
}

@media (max-width: 991px) {
.language-selector {
margin-bottom: 15px;
text-align: center;
width: auto;
min-width: 160px;
}
}


18 changes: 0 additions & 18 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,3 @@ suffixes = [""]
[outputFormats.WebAppManifest]
mediaType = "application/manifest+json"
rel = "manifest"

defaultContentLanguage = "fr"
defaultContentLanguageInSubdir = false

[languages]
[languages.fr]
languageName = "Français"
weight = 1

[languages.fr.params]
flag = "🇫🇷"

[languages.en]
languageName = "English"
weight = 2

[languages.en.params]
flag = "🇬🇧"
35 changes: 0 additions & 35 deletions config/_default/menus.fr.toml

This file was deleted.

91 changes: 56 additions & 35 deletions config/_default/menus.en.toml → config/_default/menus.toml
Original file line number Diff line number Diff line change
@@ -1,35 +1,56 @@
# English main menu
[[main]]
name = "Services"
url = "#services"
weight = 2

[[main]]
name = "Team"
url = "#team"
weight = 3

[[main]]
name = "Partners"
url = "#customers"
weight = 4

[[main]]
name = "Portfolio"
url = "portfolio/"
weight = 5

[[main]]
name = "Blog"
url = "blog/"
weight = 6

[[main]]
name = "Videos"
url = "videos/"
weight = 7

[[main]]
name = "Contact"
url = "#contact"
weight = 8
# main menu
[[main]]
name = "Services"
url = "#services"
weight = 2

[[main]]
name = "Team"
url = "#team"
weight = 3

[[main]]
name = "Partners"
url = "#customers"
weight = 4

[[main]]
name = "Portfolio"
url = "portfolio/"
weight = 5

[[main]]
name = "Blog"
url = "blog/"
weight = 6

[[main]]
name = "Videos"
url = "videos/"
weight = 7

[[main]]
name = "Contact"
url = "#contact"
weight = 8

# footer menu
#[[footer]]
#name = "About"
#url = "about/"
#weight = 1
#
#[[footer]]
#name = "Blog"
#url = "blog/"
#weight = 2
#
#[[footer]]
#name = "Blog Details"
#url = "blog/post-1/"
#weight = 3
#
#[[footer]]
#name = "Terms & Conditions"
#url = "terms-and-conditions/"
#weight = 4
8 changes: 4 additions & 4 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ image = "images/logo.png" # this image will be used as fallback if a page has no
contact_form_action = "https://formspree.io/f/mqknqebr" # contact form works with https://formspree.io

# copyright
copyright = "©twiinIT - 2022-2025"
copyright = "©twiinIT - 2022-2024"

# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script= ""
Expand All @@ -35,10 +35,10 @@ black = "#3E3E3E"
primary_color = "#F2BF42"

# contact information
[contact_info]
#[contact_info]
#address = "2118 Thornridge Cir. Syracuse, Connecticut 35624"
phone = ["+33-XXX-XXX-XXX"]
email = ["contact@twiinit.com"]
#phone = ["+704-555-0127", "+205-857-2321", "+002-569-6969"]
#email = ["info@andromeda.io", "smith@anderson.io", "john@anderson.io"]

# imaging processing
[imaging]
Expand Down
12 changes: 0 additions & 12 deletions content/_index.fr.md

This file was deleted.

File renamed without changes.
6 changes: 0 additions & 6 deletions content/advisors/benoit.fr.md

This file was deleted.

File renamed without changes.
5 changes: 0 additions & 5 deletions content/advisors/index.fr.md

This file was deleted.

10 changes: 5 additions & 5 deletions content/advisors/index.en.md → content/advisors/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subtitle: "Our Advisors"
title: "External Partnerships"
headless: true
---
---
subtitle: "Our Advisors"
title: "External Partnerships"
headless: true
---
6 changes: 0 additions & 6 deletions content/advisors/olivier.fr.md

This file was deleted.

12 changes: 6 additions & 6 deletions content/advisors/olivier.en.md → content/advisors/olivier.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "Olivier Barais"
image: "images/team/olivier.jpg"
designation: "Technical Advisor"
weight: 201
---
---
name: "Olivier Barais"
image: "images/team/olivier.jpg"
designation: "Technical Advisor"
weight: 201
---
5 changes: 0 additions & 5 deletions content/blog/_index.en.md

This file was deleted.

11 changes: 6 additions & 5 deletions content/blog/_index.fr.md → content/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: "Blog"
description: "meta description"
draft: false
---
---
title: "Blog"
description: "meta description"
draft: false
---

13 changes: 0 additions & 13 deletions content/blog/optim.fr.md

This file was deleted.

26 changes: 13 additions & 13 deletions content/blog/optim.en.md → content/blog/optim.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
date: "2022-03-23"
title: "Optimizing the product as a whole"
draft: false
author_info:
name: "Adrien Delsalle"
image: "images/team/adrien.jpeg"
image: "images/blog/optim_as_a_whole.jpg"
article_url: "https://www.linkedin.com/pulse/optimizing-product-whole-twiinit/?trackingId=5AmEy2%2FgCeMKVSbMIsJ6nA%3D%3D"
reading_time: "5 min"
---
The best product is not the collection of the best parts (...)
---
date: "2022-03-23"
title: "Optimizing the product as a whole"
draft: false
author_info:
name: "Adrien Delsalle"
image: "images/team/adrien.jpeg"
image: "images/blog/optim_as_a_whole.jpg"
article_url: "https://www.linkedin.com/pulse/optimizing-product-whole-twiinit/?trackingId=5AmEy2%2FgCeMKVSbMIsJ6nA%3D%3D"
reading_time: "5 min"
---

The best product is not the collection of the best parts (...)
13 changes: 0 additions & 13 deletions content/contact/_index.en.md

This file was deleted.

13 changes: 0 additions & 13 deletions content/contact/_index.fr.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/customers/centrale_lyon.fr.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
image: "images/brands/centrale_lyon.png"
external_url: "https://www.ec-lyon.fr/"
---
---
image: "images/brands/centrale_lyon.png"
external_url: "https://www.ec-lyon.fr/"
---
Loading