Skip to content

Commit

Permalink
move www.locode.dev home page to servicestack.net/locode
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Apr 20, 2024
1 parent d982d63 commit 7ae81e9
Show file tree
Hide file tree
Showing 4 changed files with 830 additions and 129 deletions.
7 changes: 6 additions & 1 deletion MyApp/Pages/AutoUi.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</div>
<div class="mx-auto mt-16 flex max-w-2xl sm:mt-24 lg:ml-10 lg:mt-0 lg:mr-0 lg:max-w-none lg:flex-none xl:ml-32">
<div class="max-w-3xl flex-none sm:max-w-5xl lg:max-w-none">
<a href="https://docs.servicestack.net/locode/">
<a href="/locode/">
<img src="/img/pages/auto-ui/gallery-contacts.png" alt="App screenshot" width="2432" height="1442" class="w-[68rem] rounded-md bg-white/5 shadow-2xl ring-1 ring-white/10"></a>
</div>
</div>
Expand Down Expand Up @@ -77,6 +77,11 @@
})

<a id="locode"></a>
<div class="relative max-w-7xl">
<a href="/locode" class="absolute top-20 right-0 text-blue-600 hover:text-blue-800">
<svg xmlns="http://www.w3.org/2000/svg" class="w-12 h-12" viewBox="0 0 24 24"><path fill="currentColor" d="M4 10.4V4a1 1 0 0 1 1-1h5V1h4v2h5a1 1 0 0 1 1 1v6.4l1.086.326a1 1 0 0 1 .682 1.2l-1.516 6.068A4.992 4.992 0 0 1 16 16a4.992 4.992 0 0 1-4 2a4.992 4.992 0 0 1-4-2a4.992 4.992 0 0 1-4.252 1.994l-1.516-6.068a1 1 0 0 1 .682-1.2L4 10.4zm2-.6L12 8l2.754.826l1.809.543L18 9.8V5H6v4.8zM4 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 12 20a5.978 5.978 0 0 0 4-1.528A5.978 5.978 0 0 0 20 20h2v2h-2a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 12 22a7.963 7.963 0 0 1-4-1.07A7.963 7.963 0 0 1 4 22H2v-2h2z"></path></svg>
</a>
</div>
@await Html.PartialAsync("VideoGroup", new Shared.VideoGroup {
Title = "Locode",
Summary = "Rapidly develop beautiful database-powered Web Apps with an Instant UI around existing database-first RDBMS tables for rapid prototyping, then export into declarative code-first development models for even greater customizability",
Expand Down

0 comments on commit 7ae81e9

Please sign in to comment.