Skip to content

Commit

Permalink
Homepage changes (#48)
Browse files Browse the repository at this point in the history
* Updated copyright.

* Removed 'try our tools' button

* Changed order of menus and changed portfolio page title to 'our projects'

* Changed back to portfolio after discussion.

* organiZations
  • Loading branch information
brunohs1993 authored Sep 30, 2024
1 parent 77ce17b commit a0c0a90
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
18 changes: 9 additions & 9 deletions config/_default/menus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ url = "#partners"
weight = 4

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

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

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

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

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

# footer menu
#[[footer]]
#name = "About"
Expand Down
8 changes: 1 addition & 7 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-2023"
copyright = "©twiinIT - 2022-2024"

# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script= ""
Expand Down Expand Up @@ -50,12 +50,6 @@ quality = 100
enable = true
preloader = "images/favicon.png" # use jpg, png, svg or gif format.

# Navigation button
[navigation_button]
enable = true
label = "Try our tools!"
link = "https://hub.twiinit.com/"

# cookies
[cookies]
enable = false
Expand Down
2 changes: 1 addition & 1 deletion content/customers/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
subtitle: "Our Customers"
title: "The organisations we work with"
title: "The organizations we work with"
headless: true
---

0 comments on commit a0c0a90

Please sign in to comment.