create gists
This commit is contained in:
parent
79a17290d5
commit
43a8412f06
90 changed files with 1777 additions and 2107 deletions
|
|
@ -1,5 +1,4 @@
|
|||
defmodule ZoeyscomputerWeb.HomeLive do
|
||||
alias Hex.API.Key
|
||||
use ZoeyscomputerWeb, :live_view
|
||||
|
||||
def mount(_params, _session, socket) do
|
||||
|
|
@ -40,8 +39,8 @@ defmodule ZoeyscomputerWeb.HomeLive do
|
|||
|
||||
def render(assigns) do
|
||||
~H"""
|
||||
<div class="container p-4 flex justify-center align-middle">
|
||||
<div class="border border-ctp-overlay0 rounded-md p-4 flex-col flex items-center">
|
||||
<div class="container p-8 flex justify-center align-middle">
|
||||
<div class="border border-ctp-overlay0 rounded-md p-8 flex-col flex items-center">
|
||||
<h1 class="font-bold text-ctp-mauve">zoey</h1>
|
||||
<p class="text-ctp-text"><i>Software Engineer 🏳️⚧️</i></p>
|
||||
<p class="max-w-96 text-center mt-4 text-ctp-overlay2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue