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
19
/>
20
20
</picture>
21
21
</a>
22
22
+
<div class="gh-trends">
23
23
+
<a
24
24
+
href="https://www.githubtrends.io/wrapped/tsirysndr"
25
25
+
style="margin-right: 20px;"
26
26
+
>
27
27
+
<img src="https://api.githubtrends.io/user/svg/tsirysndr/langs?time_range=one_year&theme=ferns" />
28
28
+
</a>
29
29
+
<a href="https://www.githubtrends.io/wrapped/tsirysndr">
30
30
+
<img src="https://api.githubtrends.io/user/svg/tsirysndr/repos?time_range=one_year&theme=ferns" />
31
31
+
</a>
32
32
+
</div>
22
33
<a href="https://ossinsight.io/analyze/tsirysndr">
23
34
<picture>
24
35
<img
+13
src/styles.ts
···
63
63
}
64
64
65
65
`,
66
66
+
`
67
67
+
.gh-trends {
68
68
+
display: flex;
69
69
+
flex-direction: row;
70
70
+
margin-bottom: 20px;
71
71
+
}
72
72
+
73
73
+
@media (max-width: 612px) {
74
74
+
.gh-trends {
75
75
+
flex-direction: column;
76
76
+
}
77
77
+
}
78
78
+
`,
66
79
];