tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
me
2
fork
atom
This is my personal website
2
fork
atom
overview
issues
pulls
pipelines
update dashboard views
tsiry-sandratraina.com
2 years ago
e3e806ea
2166768e
+24
2 changed files
expand all
collapse all
unified
split
src
stats
dashboard.tsx
styles.ts
+11
src/stats/dashboard.tsx
···
19
/>
20
</picture>
21
</a>
0
0
0
0
0
0
0
0
0
0
0
22
<a href="https://ossinsight.io/analyze/tsirysndr">
23
<picture>
24
<img
···
19
/>
20
</picture>
21
</a>
22
+
<div class="gh-trends">
23
+
<a
24
+
href="https://www.githubtrends.io/wrapped/tsirysndr"
25
+
style="margin-right: 20px;"
26
+
>
27
+
<img src="https://api.githubtrends.io/user/svg/tsirysndr/langs?time_range=one_year&theme=ferns" />
28
+
</a>
29
+
<a href="https://www.githubtrends.io/wrapped/tsirysndr">
30
+
<img src="https://api.githubtrends.io/user/svg/tsirysndr/repos?time_range=one_year&theme=ferns" />
31
+
</a>
32
+
</div>
33
<a href="https://ossinsight.io/analyze/tsirysndr">
34
<picture>
35
<img
+13
src/styles.ts
···
63
}
64
65
`,
0
0
0
0
0
0
0
0
0
0
0
0
0
66
];
···
63
}
64
65
`,
66
+
`
67
+
.gh-trends {
68
+
display: flex;
69
+
flex-direction: row;
70
+
margin-bottom: 20px;
71
+
}
72
+
73
+
@media (max-width: 612px) {
74
+
.gh-trends {
75
+
flex-direction: column;
76
+
}
77
+
}
78
+
`,
79
];