Skip to content

Commit

Permalink
add link
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne-Laure de Boissieu committed Apr 23, 2021
1 parent 5c4579e commit 5c2998c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions content/technologies/bootstrap.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
name: "Bootstrap"
logo: "build/images/technos/graphql.svg"
title: bootstrap
show: false
---
2 changes: 2 additions & 0 deletions content/technologies/graphql.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
name: "GraphQL"
logo: "build/images/technos/graphql.svg"
show: false
title: GraphQL
---
2 changes: 2 additions & 0 deletions content/technologies/javascript.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
name: "Javascript"
logo: "build/images/technos/graphql.svg"
show: false
title: javascript
---
2 changes: 2 additions & 0 deletions content/technologies/nodejs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
name: "Node.js"
logo: "build/images/technos/graphql.svg"
show: false
title: NodeJS
---
1 change: 1 addition & 0 deletions content/technologies/react-native.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: "React Native"
logo: "build/images/technos/react.svg"
title: React Native
---
2 changes: 1 addition & 1 deletion templates/site/home.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
{% for item in technos %}
{% set techno = content_get('App\\Model\\Technology', item.id) %}
<li>
{#<a href="{{ path('technology', { technology: 'symfony' })}}" class="technologies__item">#}
<a href="{{ path('technology', { technology: 'symfony' })}}" class="technologies__item">
{# TODO: wire back technos links once ready #}
<div class="technologies__item">
<img src="{{ asset(techno.logo) }}" alt="{{ item.alt }}">
Expand Down

0 comments on commit 5c2998c

Please sign in to comment.