@@ -12,29 +12,38 @@ defmodule ElixirNewbieWeb.HomeLive do
12
12
13
13
def render ( assigns ) do
14
14
~H"""
15
- < section class = "bg-[url('/images/background-smoke-transparent.webp')] flex-col h-screen min-h-screen bg-black bg-no-repeat bg-cover " >
15
+ <%!-- without overflow hidden the page sometimes provides a scrollbar due to animations --%>
16
+ < section class = "bg-[url('/images/HomeBackground.webp')] flex-col h-screen min-h-screen bg-black bg-no-repeat bg-cover overflow-hidden " >
16
17
< . navigation />
17
18
< section class = "mx-auto flex w-full flex-col gap-12 4k:mt-36 4k:w-1/2 4k:gap-36 sm:w-full md:w-3/4 lg:w-full lg:flex-row xl:w-3/4 xl:gap-24 " >
18
19
< article class = "grid h-fit w-full grid-cols-6 grid-rows-6 " >
19
- < img
20
- 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 "
21
- alt = "home page icon of a wizard "
22
- src = "images/home_page_icon_reduced.webp "
23
- />
20
+ < . link target = "_blank " navigate = "https://dockyard.com/blog/2022/07/26/what-to-expect-from-the-dockyard-academy-q-a-with-instructor-brooklin-myers " 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 overflow-hidden" } >
21
+ < p class = { [
22
+ "text-center flex items-center justify-center absolute h-full w-full text-white text-2xl" ,
23
+ "transition ease-in-out duration-300 opacity-0 hover:cursor-pointer hover:bg-black/50 hover:opacity-100"
24
+ ] } >
25
+ Brooklin Myers
26
+ </ p >
27
+ < img
28
+ class = "h-full w-full "
29
+ alt = "home page icon of a wizard "
30
+ src = "images/HomeWizard.webp "
31
+ />
32
+ </ . link >
24
33
<%= if @ ready_for_animations do %>
25
- < . round_link link = { "https://discord.gg/XBAAmuZGXU" } position = { "row-start-5 col-start-2 relative right-2 top-1/3" } logo = { "images/discord_icon.png " } > Join our Discord</ . round_link >
26
- < . round_link link = { "https://twitter.com/BrooklinJMyers" } position = { "row-start-3 col-start-5 relative left-1/2 bottom-1/3" } logo = { "images/twitter_icon_reduced .webp" } > Twitter</ . round_link >
27
- < . round_link link = { "https://github.com/BrooklinJazz" } position = { "relative col-start-5 relative left-1/3 sm:left-1/4 row-start-4" } logo = { "images/github_icon_reduced .webp" } > GitHub</ . round_link >
28
- < . round_link link = { "https://www.linkedin.com/in/brooklinmyers/" } position = { "row-start-5 col-start-4 relative left-1/2" } logo = { "images/linkedin_icon_reduced .webp" } > Linkedin</ . round_link >
29
- < . round_link link = { "https://github.com/DockYard-Academy/beta_curriculum" } position = { "row-start-5 col-start-3 relative left-1/4 top-1/2" } logo = { "images/dockyard_academy_icon_reduced .webp" } > Dockyard Academy</ . round_link >
34
+ < . round_link link = { "https://discord.gg/XBAAmuZGXU" } position = { "row-start-5 col-start-2 relative right-2 top-1/3" } logo = { "images/DiscordIcon.webp " } > Join our Discord</ . round_link >
35
+ < . round_link link = { "https://twitter.com/BrooklinJMyers" } position = { "row-start-3 col-start-5 relative left-1/2 bottom-1/3" } logo = { "images/TwitterIcon .webp" } > Twitter</ . round_link >
36
+ < . round_link link = { "https://github.com/BrooklinJazz" } position = { "relative col-start-5 relative left-1/3 sm:left-1/4 row-start-4" } logo = { "images/GitHubIcon .webp" } > GitHub</ . round_link >
37
+ < . round_link link = { "https://www.linkedin.com/in/brooklinmyers/" } position = { "row-start-5 col-start-4 relative left-1/2" } logo = { "images/LinkedinIcon .webp" } > Linkedin</ . round_link >
38
+ < . round_link link = { "https://github.com/DockYard-Academy/beta_curriculum" } position = { "row-start-5 col-start-3 relative left-1/4 top-1/2" } logo = { "images/DockYardAcademyIcon .webp" } > Dockyard Academy</ . round_link >
30
39
<% end %>
31
40
</ article >
32
41
< article class = "flex w-full flex-col text-2xl text-white 4k:text-4xl lg:text-2xl " >
33
42
< h1 > Greetings, traveler, My name is Brooklin. I am here to teach you Elixir. Where should we start?</ h1 >
34
- < . rectangle_link navigate = { ~p" /blog" } src = "images/blog_button_reduced .webp " alt = "Magic Psychedelic Books " > 1. Read the Blog</ . rectangle_link >
35
- < . rectangle_link navigate = { ~p" /podcast" } src = "images/podcast_button_reduced .webp " alt = "Avatar-like half face " > 2. Listen to the Podcast</ . rectangle_link >
36
- < . rectangle_link navigate = { ~p" /resources" } src = "images/resources_button_reduced .webp " alt = "Fantasy Mushroom Forest " > 3. Explore Learning Resources</ . rectangle_link >
37
- < . rectangle_link navigate = { ~p" /community" } src = "images/resources_button_community.png " alt = "Fantasy Mushroom Forest " > 4. Join The Community</ . rectangle_link >
43
+ < . rectangle_link navigate = { ~p" /blog" } src = "images/BlogButton .webp " alt = "Fantasy Book Shelf " > 1. Read the Blog</ . rectangle_link >
44
+ < . rectangle_link navigate = { ~p" /podcast" } src = "images/PodcastButton .webp " alt = "Fantasy Face In Flowers " > 2. Listen to the Podcast</ . rectangle_link >
45
+ < . rectangle_link navigate = { ~p" /resources" } src = "images/ResourcesButton .webp " alt = "Fantasy Mushroom Forest " > 3. Explore Learning Resources</ . rectangle_link >
46
+ < . rectangle_link navigate = { ~p" /community" } src = "images/CommunityButton.webp " alt = "Fantasy Village " > 4. Join The Community</ . rectangle_link >
38
47
</ article >
39
48
</ section >
40
49
</ section >
@@ -46,11 +55,15 @@ defmodule ElixirNewbieWeb.HomeLive do
46
55
< . link
47
56
navigate = { @ navigate }
48
57
class = { [
49
- "mt-4 xl:mt-8 text-left relative rounded-3xl aspect-[7/1]" ,
50
- "transition duration-500 ease-in-out ring ring-white hover:ring-offset-2 overflow-hidden "
58
+ "mt-4 xl:mt-8 text-left relative rounded-3xl aspect-[7/1] overflow-hidden " ,
59
+ "transition duration-500 ease-in-out ring ring-white hover:ring-offset-2"
51
60
] }
52
61
>
53
- < h2 class = { "absolute flex h-full w-full items-center pl-16" } > <%= render_slot ( @ inner_block ) %> </ h2 >
62
+ < h2 class = {
63
+ [
64
+ "absolute flex h-full w-full items-center pl-16" ,
65
+ "transition duration-300 ease-in-out bg-black/30 hover:bg-black/0"
66
+ ] } > <%= render_slot ( @ inner_block ) %> </ h2 >
54
67
< img alt = { @ alt } src = { @ src } class = "w-full rounded-3xl object-cover " />
55
68
</ . link >
56
69
"""
@@ -61,6 +74,7 @@ defmodule ElixirNewbieWeb.HomeLive do
61
74
< . link
62
75
href = { @ link }
63
76
class = { "#{ @ position } group animate-fade-in" }
77
+ target = "_blank "
64
78
>
65
79
< div class = "transition duration-300 ease-in-out group-hover:scale-110 " >
66
80
< div class = "animate-spin-slow absolute h-full w-full rounded-full border-l-2 border-cyan-600 " />
0 commit comments