Skip to content

Commit 615f76c

Browse files
[TEMP] fixing git
1 parent 3f5b28d commit 615f76c

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<template>
2+
<div>
3+
<div class="grid grid-cols-1 lg:grid-cols-2">
4+
<div>
5+
<div>
6+
<div class="flex-col text-white font-sans">
7+
<h2 class="font-extrabold text-primary">ANDRONIX</h2>
8+
<h2 class="font-bold text-4xl">Distributions</h2>
9+
<p class="text-sm mt-3">Ever thought of trying out new distros? We provide a large variety of distros to
10+
choose from.
11+
Just choose any of your favourite distro and you are ready to roll.
12+
</p>
13+
</div>
14+
</div>
15+
</div>
16+
<div class="grid grid-cols-4 mt-8 gap-8 justify-center items-center">
17+
<img content="Debian Linux" v-tippy class="gray justify-self-center w-9 lg:w-12"
18+
src="~assets/images/distro/debian.svg" alt="">
19+
<img content="Ubuntu Linux" v-tippy class="gray justify-self-center w-9 lg:w-12"
20+
src="~assets/images/distro/ubuntu.svg" alt="">
21+
<img content="Manjaro Linux" v-tippy class="gray justify-self-center w-9 lg:w-12"
22+
src="~assets/images/distro/manjaro.svg" alt="">
23+
<img content="Arch Linux" v-tippy class="gray justify-self-center w-9 lg:w-12"
24+
src="~assets/images/distro/arch.svg" alt="">
25+
<img content="Fedora Linux" v-tippy class="gray justify-self-center w-9 lg:w-12"
26+
src="~assets/images/distro/fedora.svg" alt="">
27+
<img content="Kali Linux" v-tippy class="gray justify-self-center w-9 lg:w-12"
28+
src="~assets/images/distro/kali.svg" alt="">
29+
<img content="Void Linux" v-tippy class="gray justify-self-center w-9 lg:w-12"
30+
src="~assets/images/distro/void.svg" alt="">
31+
<img content="Alpine Linux" v-tippy class="gray justify-self-center w-9 lg:w-12"
32+
src="~assets/images/distro/alpine.svg" alt="">
33+
</div>
34+
</div>
35+
</div>
36+
</template>
37+
38+
<script>
39+
export default {
40+
name: 'DistroLogoGrid'
41+
}
42+
</script>
43+
44+
<style scoped>
45+
</style>

0 commit comments

Comments
 (0)