this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add Fail Well project and fix external link attributes

+17 -2
+17 -2
src/components/presentation/my-projects.vue
··· 4 4 5 5 <ul> 6 6 <li> 7 - <a href="https://thinking-people-system.house/" 7 + <a 8 + href="https://failwell.io" 9 + target="_blank" 10 + rel="noopener noreferrer" 11 + >Fail Well</a 12 + >: a tool designed to help developers and knowledge workers understand 13 + the gap between their expectations and reality. 14 + </li> 15 + <li> 16 + <a 17 + href="https://thinking-people-system.house/" 18 + target="_blank" 19 + rel="noopener noreferrer" 8 20 >Thinking People System</a 9 21 > 10 22 is a website with exploration in mind. The TPS is a framework to satisfy 11 23 the client with the growth of people making the product. I still have to 12 24 understand it - in the process, I make explorable article about the 13 25 concepts like 14 - <a href="https://thinking-people-system.house/pull-system" 26 + <a 27 + href="https://thinking-people-system.house/pull-system" 28 + target="_blank" 29 + rel="noopener noreferrer" 15 30 >the Pull System</a 16 31 >. 17 32 </li>