better
This commit is contained in:
parent
a4306bc57d
commit
4d435a23c4
15 changed files with 248 additions and 112 deletions
|
@ -2,6 +2,6 @@
|
|||
title: Senior Frontend Developer @ [QI Path](https://www.qipath.com/)
|
||||
time: 2025-present
|
||||
description: |
|
||||
QI Path is a startup, a risk analysis platform. This platform helps decision makers in a variety of industries accurately assess risk, so they can make decisions with an awareness of hidden vulnerabilities and minimize quality and safety issues. This role also re-connects me with a college friend!
|
||||
QI Path is a startup offering a risk analysis platform. This platform helps decision makers in a variety of industries accurately assess risk, so they can make decisions with an awareness of hidden vulnerabilities and minimize quality and safety issues. This role also re-connects me with a college friend!
|
||||
draft: true
|
||||
---
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
layout: base.njk
|
||||
tags: timeline
|
||||
permalink: timeline/index.html
|
||||
title: Timeline
|
||||
---
|
||||
{% for item in collections.timeline | reverse %}
|
||||
{% if item.data.title !== "Timeline" and not item.data.draft %}
|
||||
<h3 id="{{item.data.time}}"><a class="header-anchor" href="#{{item.data.time}}" aria-hidden="true"></a>{{ item.data.title | markdown | safe }} <aside>{{item.data.time}}</aside></h3>
|
||||
<p>{{ item.data.description | markdown | safe }}</p>
|
||||
{% endif %}
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue