1
0
Fork 0
mirror of https://gitlab.com/moepoi/moepoi.dev.git synced 2025-04-27 05:26:20 +02:00

Remove gitlab

This commit is contained in:
Moe Poi ~ 2022-12-02 17:28:53 +07:00
parent ea65c9bc1c
commit e6db365363
Signed by: moepoi
GPG key ID: 334B501E883409AF
2 changed files with 0 additions and 22 deletions
assets/images/home
lib/screens

View file

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#FC6D26" d="M126.615 72.31l-7.034-21.647L105.64 7.76c-.716-2.206-3.84-2.206-4.556 0l-13.94 42.903H40.856L26.916 7.76c-.717-2.206-3.84-2.206-4.557 0L8.42 50.664 1.385 72.31a4.792 4.792 0 001.74 5.358L64 121.894l60.874-44.227a4.793 4.793 0 001.74-5.357"/><path fill="#E24329" d="M64 121.894l23.144-71.23H40.856L64 121.893z"/><path fill="#FC6D26" d="M64 121.894l-23.144-71.23H8.42L64 121.893z"/><path fill="#FCA326" d="M8.42 50.663L1.384 72.31a4.79 4.79 0 001.74 5.357L64 121.894 8.42 50.664z"/><path fill="#E24329" d="M8.42 50.663h32.436L26.916 7.76c-.717-2.206-3.84-2.206-4.557 0L8.42 50.664z"/><path fill="#FC6D26" d="M64 121.894l23.144-71.23h32.437L64 121.893z"/><path fill="#FCA326" d="M119.58 50.663l7.035 21.647a4.79 4.79 0 01-1.74 5.357L64 121.894l55.58-71.23z"/><path fill="#E24329" d="M119.58 50.663H87.145l13.94-42.902c.717-2.206 3.84-2.206 4.557 0l13.94 42.903z"/></svg>

Before

(image error) Size: 953 B

View file

@ -93,27 +93,6 @@ class _HomeState extends State<Home> {
const SizedBox(
width: 10.0,
),
Flexible(
flex: 1,
child: InkWell(
splashFactory: NoSplash.splashFactory,
onTap: () async {
if (!await launchUrl(
Uri.parse('https://gitlab.com/moepoi'))) {
throw 'Could not launch';
}
},
child: SvgPicture.asset(
'assets/images/home/gitlab.svg',
height: 40,
width: 40,
fit: BoxFit.contain,
semanticsLabel: 'Gitlab',
),
)),
const SizedBox(
width: 10.0,
),
Flexible(
flex: 1,
child: InkWell(