-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
2 lines (2 loc) · 3.68 KB
/
Copy pathindex.html
File metadata and controls
2 lines (2 loc) · 3.68 KB
1
2
<!doctype html>
<html lang="ja"><head prefix="og: http://ogp.me/ns#"><meta charset="UTF-8"><meta content="IE=edge" http-equiv="X-UA-Compatible"><meta name="viewport" content="width=device-width,initial-scale=1"><script src="https://www.googletagmanager.com/gtag/js?id=UA-134256281-1"></script><script src="/gtag.js"></script><meta property="og:title" content="Elm-jp"><meta property="og:url" content="https://elm-lang.jp"><meta property="og:image" content="https://elm-lang.jp/images/card.png"><meta property="og:site_name" content="https://elm-lang.jp"><meta property="og:locale" content="ja_JP"><meta property="og:type" content="website"><meta name="keywords" content="Elm"><meta name="thumbnail" content="https://elm-lang.jp/images/card.png"><meta name="twitter:card" content="summary_large_image"><title>Elm-jp</title><link rel="" href="/favicon.ico"><link rel="stylesheet" href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css"><link rel="stylesheet" href="/style.css"><script src="/dynamic.js"></script></head><body class="flex flex-col min-h-screen"><header class="flex items-center justify-between flex-wrap bg-blue-500 p-3"><h1 class="flex text-white mr-6"><img class="fill-current h-8 w-8 mr-2" src="/images/elm-japan-icon.svg"><a href="/"><span class="font-semibold text-xl">Elm-jp</span></a></h1><nav class="flex-grow flex justify-end items-center"><div class="hidden sm:block text-sm flex-grow"><a class="inline-block text-blue-200 hover:text-white mr-4" target="_blank" rel="noopener" href="https://guide.elm-lang.jp">Guide(邦訳版)</a><a class="inline-block text-blue-200 hover:text-white mr-4" target="_blank" rel="noopener" href="https://discordapp.com/invite/4j2MxCg">Discord</a><a class="inline-block text-blue-200 hover:text-white mr-4" target="_blank" rel="noopener" href="https://scrapbox.io/elm-jp">ScrapBox</a></div><div><a class="block text-sm px-4 py-2 border rounded text-white border-white hover:border-transparent hover:text-blue-500 hover:bg-white" href="/sakura-chan/">さくらちゃん日記</a></div></nav></header><main class="flex-grow"><section class="p-5"><img src="/images/sakura.jpg"><p class="mt-2">Elm-jp は日本を活動拠点とする、動物を愛でるようなやさしい気持ちを大切にするElmユーザーの集まりです。</p></section><section class="md:flex flex-wrap p-3"><div class="flex-1 rounded overflow-hidden border m-2 p-5"><h1 class="text-gray-900 font-bold text-xl">公式ガイドの翻訳</h1><p class="mt-2">Elmの公式ガイドを日本語に翻訳して公開しています。Elmに興味を持ったら、まずはここから始めましょう。</p><a class="block text-blue-500 hover:text-blue-700 mt-1" target="_blank" rel="noopener" href="https://guide.elm-lang.jp">はじめに · An Introduction to Elm →</a></div><div class="flex-1 rounded overflow-hidden border m-2 p-5"><h1 class="text-gray-900 font-bold text-xl">Discord</h1><p class="mt-2">日本のユーザー間で、Elmのノウハウや最新情報を共有しています。Elm初心者からの質問も受け付けています。</p><a class="block text-blue-500 hover:text-blue-700 mt-1" target="_blank" rel="noopener" href="https://discordapp.com/invite/4j2MxCg">Discordに参加する →</a></div><div class="flex-1 rounded overflow-hidden border m-2 p-5"><h1 class="text-gray-900 font-bold text-xl">ScrapBox</h1><p class="mt-2">Elm-jpのScrapBoxです。ScrapBoxのほか、QiitaやZennなどでも記事を探すことができます。</p><a class="block text-blue-500 hover:text-blue-700 mt-1" target="_blank" rel="noopener" href="https://scrapbox.io/elm-jp">ScrapBox →</a></div></section></main><footer class="text-center bg-blue-500 text-white p-3"><p>© 2021 Elm-jp</p></footer></body></html>