mirror of
https://github.com/newtype256/website.git
synced 2025-06-05 06:36:26 +02:00
Add a bit of content
This commit is contained in:
parent
eb34fdd739
commit
bfc52d2883
31 changed files with 378 additions and 901 deletions
59
index.html
59
index.html
|
@ -1,43 +1,16 @@
|
|||
---
|
||||
title: Home
|
||||
---
|
||||
|
||||
<h2>Welcome</h2>
|
||||
|
||||
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
|
||||
|
||||
<p>Welcome to my blog!</p>
|
||||
|
||||
<p>I've reproduced a list of recent posts here for your reading pleasure:</p>
|
||||
|
||||
<h2>Posts</h2>
|
||||
$partial("templates/post-list.html")$
|
||||
|
||||
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
|
||||
|
||||
<!--
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>newtype</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="static/css/main.css" />
|
||||
</head>
|
||||
<body class="hack">
|
||||
<div class="main container">
|
||||
<h1>
|
||||
new<b id="T"><u>t</u></b
|
||||
><b id="Y"><u>y</u></b
|
||||
><b id="P"><u>p</u></b
|
||||
><b id="E"><u>e</u></b
|
||||
><b id="bropen" ><u>(</u></b
|
||||
><b id="brclose"><u>)</u></b><span id="hidden"> { newtype | newtype& }; newtype</span>
|
||||
</h1>
|
||||
<p>Nicolas Hovart • Ryan Lahfa • Yvan Sraka </p>
|
||||
<p><a href="mailto:contact@newtype.fr">contact@newtype.fr</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
-->
|
||||
<p>
|
||||
<a href="https://github.com/NicolasHov">Nicolas Hovart</a>
|
||||
• <a href="https://github.com/RaitoBezarius">Ryan Lahfa</a>
|
||||
• <a href="https://github.com/yvan-sraka">Yvan Sraka</a>
|
||||
• <strike><a href="https://github.com/naominitel">Naomi Nitel</strike></a>
|
||||
• <strike><a href="https://github.com/darnuria">Axel Viala</strike></a>
|
||||
</p>
|
||||
<p>
|
||||
What we do:
|
||||
<ul>
|
||||
<li>Rust | WebAssembly</li>
|
||||
<li>Nix | NixOS | NixOps</li>
|
||||
<li>React.js | React Native</li>
|
||||
</ul>
|
||||
</p>
|
||||
<p>-> <a href="mailto:contact@newtype.fr">contact@newtype.fr</a></p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue