Skip to content

Commit

Permalink
Remove job ad
Browse files Browse the repository at this point in the history
  • Loading branch information
maltekrupa committed Mar 27, 2024
1 parent eb2399e commit 9421fbd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/global_cluster_web/live/page_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ defmodule GlobalClusterWeb.PageLive do
/>
<h3>Node map</h3>
<.world_map libcluster_nodes={@libcluster_nodes} mnesia_nodes={@mnesia_nodes} />
<h3>You can hire me!</h3>
<.job_ad />
<h3>Why?</h3>
<.why />
<h3>Technical details</h3>
Expand All @@ -67,13 +65,6 @@ defmodule GlobalClusterWeb.PageLive do
"""
end

def job_ad(assigns) do
~H"""
<div>I'm looking for an Elixir job in a company that will help me grow as a software engineer.</div>
<div><a href="mailto:[email protected]">eMail</a> | <a href="https://nafn.de/contact/">homepage</a></div>
"""
end

def details(assigns) do
~H"""
<div>
Expand Down

0 comments on commit 9421fbd

Please sign in to comment.