This repository has no description
0

Configure Feed

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

1<svg viewBox="-10 -10 120 120" xmlns="http://www.w3.org/2000/svg"> 2<g style="fill: none; stroke: black; stroke-width: 0.5px;"> 3<path d="M100,0 L100,50 L50,100 L50,50 L0,50 L50,50 z"/> 4</g> 5<g> 6<circle cx="50" cy="0" r="5" style="fill: none; stroke: black; stroke-width: 0.5px;"/> 7</g> 8<g> 9<circle cx="75" cy="25" r="25" style="fill: green;"/> 10</g> 11<g> 12<circle cx="0" cy="50" r="5" style="fill: none; stroke: black; stroke-width: 0.5px;"/> 13</g> 14<g> 15<circle cx="50" cy="50" r="25" style="fill: none; stroke: black; stroke-width: 0.5px;"/> 16</g> 17</svg>