@@ -9,7 +9,8 @@ defmodule ElixirNewbieWeb.HomeLive do
9
9
~H"""
10
10
< section class = "flex h-fit w-full flex-col gap-12 4k:gap-36 lg:flex-row xl:gap-24 " >
11
11
< article class = "grid h-fit w-full grid-cols-6 grid-rows-6 " >
12
- < article class = "aspect-square relative col-start-1 col-end-6 row-start-1 row-end-6 rounded-full border-t-4 border-l-4 border-white " >
12
+ < article class = "aspect-square relative col-start-1 col-end-6 row-start-1 row-end-6 rounded-full " >
13
+ < div class = "absolute h-full w-full rounded-full border-t-4 border-l-4 border-white " />
13
14
< img
14
15
class = "rounded-full "
15
16
alt = "home page icon of a wizard "
@@ -18,42 +19,34 @@ defmodule ElixirNewbieWeb.HomeLive do
18
19
</ article >
19
20
< . link
20
21
href = "https://twitter.com/BrooklinJMyers "
21
- class = "row-start-3 col-start-5 relative left-1/2 bottom-1/3 group animate-fade-in "
22
+ class = "row-start-3 col-start-5 relative left-1/2 bottom-1/3 group "
22
23
>
23
- < div class = "transition duration-300 ease-in-out group-hover:scale-110 " >
24
- < div class = "animate-spin-slow absolute h-full w-full rounded-full border-l-2 border-cyan-600 " />
25
- < img alt = "Twitter Icon Button " class = "rounded-full border-2 " src = "images/twitter_icon_reduced.webp " />
26
- </ div >
24
+ < div class = "animate-fade-in absolute h-full w-full rounded-full border-4 border-dotted transition duration-300 ease-in-out group-hover:scale-110 " />
25
+ < img alt = "Twitter Icon Button " class = "rounded-full p-1 " src = "images/twitter_icon_reduced.webp " />
27
26
< p class = "absolute -bottom-6 w-full text-center text-sm text-white " > Twitter</ p >
28
27
</ . link >
29
28
< . link
30
29
href = "https://github.com/BrooklinJazz "
31
- class = "relative col-start-5 relative left-1/3 sm:left-1/4 row-start-4 group animate-fade-in "
30
+ class = "relative col-start-5 relative left-1/3 sm:left-1/4 row-start-4 group "
32
31
>
33
- < div class = "transition duration-300 ease-in-out group-hover:scale-110 " >
34
- < div class = "animate-spin-slow absolute h-full w-full rounded-full border-l-2 border-green-600 " />
35
- < img alt = "GitHub Icon Button " class = "rounded-full border-2 " src = "images/github_icon_reduced.webp " />
36
- </ div >
32
+ < div class = "animate-fade-in absolute h-full w-full rounded-full border-4 border-dotted transition duration-300 ease-in-out group-hover:scale-110 " />
33
+ < img alt = "GitHub Icon Button " class = "rounded-full p-1 " src = "images/github_icon_reduced.webp " />
37
34
< p class = "absolute -bottom-6 w-full text-center text-sm text-white " > GitHub</ p >
38
35
</ . link >
39
36
< . link
40
37
href = "https://www.linkedin.com/in/brooklinmyers/ "
41
- class = "row-start-5 col-start-4 relative left-1/2 group animate-fade-in "
38
+ class = "row-start-5 col-start-4 relative left-1/2 group "
42
39
>
43
- < div class = "transition duration-300 ease-in-out group-hover:scale-110 " >
44
- < div class = "animate-spin-slow absolute h-full w-full rounded-full border-l-2 border-blue-600 " />
45
- < img alt = "Linkedin Icon Button " class = "rounded-full border-2 " src = "images/linkedin_icon_reduced.webp " />
46
- </ div >
40
+ < div class = "animate-fade-in absolute h-full w-full rounded-full border-4 border-dotted transition duration-300 ease-in-out group-hover:scale-110 " />
41
+ < img alt = "Linkedin Icon Button " class = "rounded-full p-1 " src = "images/linkedin_icon_reduced.webp " />
47
42
< p class = "absolute -bottom-6 w-full text-center text-sm text-white " > Linkedin</ p >
48
43
</ . link >
49
44
< . link
50
45
href = "https://github.com/DockYard-Academy/beta_curriculum "
51
- class = "row-start-5 col-start-3 relative left-1/4 top-1/2 group animate-fade-in "
46
+ class = "row-start-5 col-start-3 relative left-1/4 top-1/2 group "
52
47
>
53
- < div class = "transition duration-300 ease-in-out group-hover:scale-110 " >
54
- < div class = "animate-spin-slow absolute h-full w-full rounded-full border-l-2 border-black " />
55
- < img alt = "DockYard Academy Icon Button " class = "rounded-full border-2 " src = "images/dockyard_academy_icon_reduced.webp " />
56
- </ div >
48
+ < div class = "animate-fade-in absolute h-full w-full rounded-full border-4 border-dotted transition duration-300 ease-in-out group-hover:scale-110 " />
49
+ < img alt = "DockYard Academy Icon Button " class = "rounded-full p-1 " src = "images/dockyard_academy_icon_reduced.webp " />
57
50
< p class = "absolute -bottom-12 w-full text-center text-sm text-white " > DockYard Academy</ p >
58
51
</ . link >
59
52
</ article >
0 commit comments