Compare commits
	
		
			2 Commits
		
	
	
		
			5cff5d8280
			...
			bda051ebc8
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| bda051ebc8 | |||
| 01fa306429 | 
@@ -70,8 +70,8 @@ config :tailwind,
 | 
				
			|||||||
  version: "4.0.0",
 | 
					  version: "4.0.0",
 | 
				
			||||||
  cannery: [
 | 
					  cannery: [
 | 
				
			||||||
    args: ~w(
 | 
					    args: ~w(
 | 
				
			||||||
      --input=css/app.css
 | 
					      --input=css/style.css
 | 
				
			||||||
      --output=../priv/static/assets/app.css
 | 
					      --output=../priv/static/assets/style.css
 | 
				
			||||||
    ),
 | 
					    ),
 | 
				
			||||||
    cd: Path.expand("../assets", __DIR__)
 | 
					    cd: Path.expand("../assets", __DIR__)
 | 
				
			||||||
  ]
 | 
					  ]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@
 | 
				
			|||||||
    <.live_title suffix={" | #{gettext("Cannery")}"}>
 | 
					    <.live_title suffix={" | #{gettext("Cannery")}"}>
 | 
				
			||||||
      {assigns[:page_title] || gettext("Cannery")}
 | 
					      {assigns[:page_title] || gettext("Cannery")}
 | 
				
			||||||
    </.live_title>
 | 
					    </.live_title>
 | 
				
			||||||
    <link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
 | 
					    <link phx-track-static rel="stylesheet" href={~p"/assets/style.css"} />
 | 
				
			||||||
    <script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
 | 
					    <script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
 | 
				
			||||||
    </script>
 | 
					    </script>
 | 
				
			||||||
  </head>
 | 
					  </head>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,16 +1,16 @@
 | 
				
			|||||||
<div class="mx-auto px-8 sm:px-16 flex flex-col justify-center items-center text-center space-y-4 max-w-3xl">
 | 
					<div class="flex flex-col justify-center items-center px-8 mx-auto space-y-4 max-w-3xl text-center sm:px-16">
 | 
				
			||||||
  <img
 | 
					  <img
 | 
				
			||||||
    src={~p"/images/cannery.svg"}
 | 
					    src={~p"/images/cannery.svg"}
 | 
				
			||||||
    alt={gettext("Cannery logo")}
 | 
					    alt={gettext("Cannery logo")}
 | 
				
			||||||
    class="inline-block w-32 hover:-mt-2 hover:mb-2 transition-all duration-500 ease-in-out"
 | 
					    class="inline-block pt-2 pb-0 mb-8 w-32 transition-all duration-500 ease-in-out hover:pt-0 hover:pb-2"
 | 
				
			||||||
    title={gettext("isn't he cute >:3")}
 | 
					    title={gettext("isn't he cute >:3")}
 | 
				
			||||||
  />
 | 
					  />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <h1 class="title text-primary-600 text-2xl">
 | 
					  <h1 class="text-2xl title text-primary-600">
 | 
				
			||||||
    {gettext("Welcome to Cannery")}
 | 
					    {gettext("Welcome to Cannery")}
 | 
				
			||||||
  </h1>
 | 
					  </h1>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <h2 class="title text-primary-600 text-lg">
 | 
					  <h2 class="text-lg title text-primary-600">
 | 
				
			||||||
    {gettext("The self-hosted firearm tracker website")}
 | 
					    {gettext("The self-hosted firearm tracker website")}
 | 
				
			||||||
  </h2>
 | 
					  </h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -48,8 +48,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  <hr class="hr" />
 | 
					  <hr class="hr" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <ul class="flex flex-col space-y-2 text-center justify-center">
 | 
					  <ul class="flex flex-col justify-center space-y-2 text-center">
 | 
				
			||||||
    <h2 class="title text-primary-600 text-lg">
 | 
					    <h2 class="text-lg title text-primary-600">
 | 
				
			||||||
      {gettext("Instance Information")}
 | 
					      {gettext("Instance Information")}
 | 
				
			||||||
    </h2>
 | 
					    </h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -104,8 +104,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  <hr class="hr" />
 | 
					  <hr class="hr" />
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <ul class="flex flex-col space-y-2 text-center justify-center">
 | 
					  <ul class="flex flex-col justify-center space-y-2 text-center">
 | 
				
			||||||
    <h2 class="title text-primary-600 text-lg">
 | 
					    <h2 class="text-lg title text-primary-600">
 | 
				
			||||||
      {gettext("Get involved!")}
 | 
					      {gettext("Get involved!")}
 | 
				
			||||||
    </h2>
 | 
					    </h2>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user