Skip to content

Commit

Permalink
content: images for tag pages (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher authored Dec 6, 2024
1 parent 8075e2c commit e8df343
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file added site/src/img/posts/tag_adobe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/tag_agentcube.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/src/img/posts/tag_datascience.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions site/src/lib/tag_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
{
"tag": "adobe",
"title": "Adobe technologies",
"intro": "Over decades, Adobe has consistently played a pivotal role in creative software, whether graphics and video editing to digital experience. Adobe's influence touches every part of digital design and culture and it continues to evolve, even in the Generative AI era."
"intro": "Over decades, Adobe has consistently played a pivotal role in creative software, whether graphics and video editing to digital experience. Adobe's influence touches every part of digital design and culture and it continues to evolve, even in the Generative AI era.",
"tagimage": "../img/posts/tag_adobe.png"
},
{
"tag": "agents",
"title": "Software and AI Agents",
"intro": "Software and AI agents are used to automate tasks and make decisions and can be simple scripts or increasingly, complex AI-driven processes. Agent-based systems are starting to transform how workflows are delivered, creating efficiencies and enhancing digital interactions."
"intro": "Software and AI agents are used to automate tasks and make decisions and can be simple scripts or increasingly, complex AI-driven processes. Agent-based systems are starting to transform how workflows are delivered, creating efficiencies and enhancing digital interactions.",
"tagimage": "../img/posts/tag_agentcube.png"
},
{
"tag": "ai",
Expand Down Expand Up @@ -84,7 +86,8 @@
{
"tag": "data science",
"title": "Data Science and Engineering",
"intro": "At one point considered the \"sexiest job in the world\" - by HBR at least - Data science has rapidly become a critical part of most businesses that are looking to maximise the potential of their data assets."
"intro": "At one point considered the \"sexiest job in the world\" - by HBR at least - Data science has rapidly become a critical part of most businesses that are looking to maximise the potential of their data assets.",
"tagimage":"../img/posts/tag_datascience.png"
},
{
"tag": "design",
Expand Down

0 comments on commit e8df343

Please sign in to comment.