Skip to content

Commit

Permalink
Merge pull request #1 from bcneng/feauture/change-links
Browse files Browse the repository at this point in the history
feat: add BcnFoodies links and change logo
  • Loading branch information
akira28 authored Sep 18, 2024
2 parents ab8a9e0 + b488009 commit dee0a65
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 25 deletions.
62 changes: 37 additions & 25 deletions data.toml
Original file line number Diff line number Diff line change
@@ -1,45 +1,57 @@
name = "Jake Gyllenhaal"
description = "Accomplished actor, captivating with versatility and charisma."
keywords = "Jake Gyllenhaal, actor, filmography, awards, versatile performances, Hollywood"
image = "jake.webp"
name = "BcnFoodies"
description = "A list of Google Maps of restaurants curated by bcneng.org community."
keywords = "food, foodies, barcelona, maps, eating"
image = "bcnfoodies.webp"
theme = "dark"
primary_color = "#d81b60"
text_align = "center"
gtag_id = "G-33WB8LVHR6"
base_url = "https://thevahidal.github.io/jake"
base_url = "https://bcneng.github.io/foodies/"

[[sections]]
title = "Movies"
description = "Here are some of my movies"
title = "BcnFoodies"
description = "A list of Google Maps of restaurants curated by bcneng.org community."
direction = "column"
item_style = "outline"
[[sections.items]]
title = "Nightcrawler"
description = "A mesmerizing thriller delving into the dark world of crime journalism"
url = "https://www.imdb.com/title/tt2872718/"
title = "Barcelona"
description = ""
url = "https://maps.app.goo.gl/hQe9Tmh8FVyRN4Vc8"
[[sections.items]]
title = "Brokeback Mountain"
description = "A groundbreaking romantic drama challenging societal expectations"
url = "https://www.imdb.com/title/tt0388795/"
title = "Madrid"
description = ""
url = "https://maps.app.goo.gl/vy7wnkuxb23igrHu5"
[[sections.items]]
title = "Prisoners"
description = "A gripping thriller entangling a detective in a web of secrets during a kidnapping investigation"
url = "https://www.imdb.com/title/tt1392214/"
title = "Zaragoza"
description = ""
url = "https://maps.app.goo.gl/kEm6NEZopSuF7u1M7"
[[sections.items]]
title = "Rome"
description = ""
url = "https://maps.app.goo.gl/a4Mwqk7pj6zdc36U6"
[[sections.items]]
title = "Paris"
description = ""
url = "https://maps.app.goo.gl/DYpVH2PzdETCMCqh6"
[[sections.items]]
title = "Tortillas - Barcelona"
description = ""
url = "https://maps.app.goo.gl/74bkzNS2MYy3h5hX9"

[[sections]]
title = "Links"
description = "Look for me on these websites"
description = "Bcn Engineering"
direction = "row"
item_style = "filled"
[[sections.items]]
title = "Instagram"
url = "https://www.instagram.com/jakegyllenhaal"
title = "Website"
url = "https://bcneng.org/"
[[sections.items]]
title = "IMDb"
url = "https://www.imdb.com/name/nm0350453/"
title = "Github"
url = "https://github.com/bcneng"
[[sections.items]]
title = "Wikipedia"
url = "https://en.wikipedia.org/wiki/Jake_Gyllenhaal"
title = "Linkedin"
url = "https://www.linkedin.com/company/bcneng/"
[[sections.items]]
title = "Rotten Tomatoes"
url = "https://www.rottentomatoes.com/celebrity/jake_gyllenhaal"
title = "Twitter"
url = "https://x.com/bcn_eng"
Binary file added dist/img/bcnfoodies.webp
Binary file not shown.
Binary file removed dist/img/jake.webp
Binary file not shown.

0 comments on commit dee0a65

Please sign in to comment.