Skip to content

Commit

Permalink
New fancy front page
Browse files Browse the repository at this point in the history
  • Loading branch information
piotte13 committed Mar 13, 2024
1 parent ea73a14 commit 84e7166
Show file tree
Hide file tree
Showing 8 changed files with 120 additions and 65 deletions.
47 changes: 47 additions & 0 deletions assets/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 20 additions & 27 deletions config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,42 @@

# main menu
[[main]]
name = "Home"
name = "FJ2 Tech Inc"
url = "/"
weight = 1

[[main]]
name = "About"
url = "about/"
weight = 2

[[main]]
name = "Elements"
url = "elements/"
weight = 3

[[main]]
weight = 4
name = "Pages"
name = "Services"
hasChildren = true

[[main]]
parent = "Pages"
name = "Blog"
parent = "Services"
name = "Machine Learning"
url = "blog/"
weight = 1

[[main]]
parent = "Pages"
name = "Contact"
url = "contact/"
parent = "Services"
name = "Application Development"
url = "authors/"
weight = 2

[[main]]
parent = "Pages"
name = "Authors"
url = "authors/"
parent = "Services"
name = "Project Management"
url = "contact/"
weight = 3

[[main]]
parent = "Pages"
name = "Categories"
url = "categories/"
name = "About"
url = "about/"
weight = 3

[[main]]
parent = "Pages"
name = "404 Page"
url = "404/"
name = "Blog"
url = "blog/"
weight = 4


# footer menu
Expand All @@ -54,7 +47,7 @@ url = "about/"
weight = 1

[[footer]]
name = "Elements"
name = "Blog"
url = "elements/"
weight = 2

Expand Down
12 changes: 6 additions & 6 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation
favicon = "images/favicon.png"
# logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation
logo = "images/logo.png"
logo = "images/logo.svg"
logo_darkmode = "images/logo-darkmode.png"
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
logo_width = "160px"
logo_height = "32px"
logo_width = "80px"
logo_height = "80px"
# if logo_webp set false, will not generate WEBP version of logo | default is true
logo_webp = true
# logo text will only show when logo is missing.
logo_text = "Hugoplate"
logo_text = "FJ2Tech"
# navbar fixed to top
navbar_fixed = true
# theme-mode
Expand All @@ -27,7 +27,7 @@ google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
# copyright
copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)"
copyright = "Designed & Developed by FJ2Tech"

# Preloader
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
Expand All @@ -38,7 +38,7 @@ preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[navigation_button]
enable = true
label = "get a quote"
label = "get in touch"
link = "contact"

# search
Expand Down
Loading

0 comments on commit 84e7166

Please sign in to comment.