add mono css framework, add some boiler plate, get started on responsive design fixes
This commit is contained in:
@@ -7,17 +7,38 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>
|
||||
Elixir.Llmex
|
||||
Llmex Blog
|
||||
</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/simple.css">
|
||||
<link rel="stylesheet" href="/css/mono.css">
|
||||
<link rel="stylesheet" href="/css/responsive.css">
|
||||
<meta name="description" content="A simple blog built with Elixir and Tableau">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="mono-all">
|
||||
<aside>
|
||||
<nav>
|
||||
<h1><a href="/">Llmex Blog</a></h1>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/posts">Posts</a></li>
|
||||
<li><a href="/about">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</aside>
|
||||
|
||||
<main>
|
||||
<p>
|
||||
hello, world!
|
||||
</p>
|
||||
<section>
|
||||
<h2>Welcome to Llmex Blog</h2>
|
||||
<p>
|
||||
A simple blog built with Elixir, Phoenix LiveView, and Tableau static site generator.
|
||||
Explore our latest posts and insights on functional programming, web development, and more.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 Llmex Blog. Built with <a href="https://github.com/artalar/mono" target="_blank">Mono</a> and <a href="https://github.com/elixir-tools/tableau" target="_blank">Tableau</a></p>
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
|
||||
|
Reference in New Issue
Block a user