-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy wot-rust/wot-rust.github.io to wot-rust/wot-rust.github.io:gh-…
…pages
- Loading branch information
GitHub Actions
committed
Nov 29, 2023
0 parents
commit e2f02ae
Showing
40 changed files
with
4,843 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,234 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
|
||
<!-- Enable responsiveness on mobile devices--> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> | ||
|
||
<title> | ||
|
||
</title> | ||
|
||
|
||
|
||
<link id="default" class="stylesheet" rel="stylesheet" href="https://wot-rust.github.io/default.css" /> | ||
|
||
|
||
<!-- This script must follow css --> | ||
|
||
|
||
|
||
|
||
|
||
<script defer type="text/javascript" src="https://wot-rust.github.io/elasticlunr.min.js"></script> | ||
<script defer type="text/javascript" src="https://wot-rust.github.io/search_index.en.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
<noscript> | ||
<style> | ||
.navbar-menu { | ||
display: block; | ||
} | ||
|
||
.js-only { | ||
display: none; | ||
} | ||
</style> | ||
</noscript> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
|
||
|
||
<!-- START NAV --> | ||
|
||
|
||
|
||
|
||
<header> | ||
<nav class="navbar"> | ||
<div class="container"> | ||
<div class="navbar-brand"> | ||
|
||
<a class="navbar-item" href="/"> | ||
|
||
<img src="https://raw.githubusercontent.com/wot-rust/media/master/svg/logo.svg" | ||
alt="Home"> | ||
|
||
</a> | ||
|
||
<span class="navbar-burger burger" data-target="navbarMenu"> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</span> | ||
</div> | ||
<div id="navbarMenu" class="navbar-menu"> | ||
<div class="navbar-end"> | ||
|
||
|
||
|
||
|
||
<a itemprop="url" | ||
class="navbar-item " | ||
href="https://github.com/wot-rust"> | ||
<span itemprop="name">Github | ||
</span> | ||
</a> | ||
|
||
|
||
|
||
<a itemprop="url" | ||
class="navbar-item " | ||
href="https://discord.gg/5zy68ukBrv"> | ||
<span itemprop="name">Discord | ||
</span> | ||
</a> | ||
|
||
|
||
|
||
<a itemprop="url" | ||
class="navbar-item " | ||
href="https://wot-rust.github.io/coc"> | ||
<span itemprop="name">Code of Conduct | ||
</span> | ||
</a> | ||
|
||
|
||
|
||
|
||
<div class="navbar-item search-container js-only"> | ||
<input class="input" id="search" type="search" placeholder="Search"> | ||
|
||
<div class="search-results box"> | ||
<div class="search-results__items"></div> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
|
||
|
||
|
||
<!-- END NAV --> | ||
<main> | ||
<!-- START HERO TITLE --> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<section class="is-bold"> | ||
<header> | ||
<div class="hero-body"> | ||
<div class="container has-text-centered"> | ||
<h1 class="title">Authors: edoardo morandi</h1> | ||
</div> | ||
</div> | ||
</header> | ||
</section> | ||
|
||
<!-- END HERO TITLE --> | ||
<div class="container"> | ||
<!-- START ARTICLE FEED --> | ||
|
||
|
||
<section class="articles"> | ||
<div class="columns is-desktop"> | ||
<div class="column is-10-desktop is-offset-1-desktop"> | ||
|
||
|
||
<article itemscope itemtype="http://schema.org/CreativeWork"> | ||
<div class="card article"> | ||
<div class="card-content"> | ||
|
||
<header> | ||
<div class="has-text-centered"> | ||
<a href="https://wot-rust.github.io/datta/"> | ||
<p class="title article-title">From uritemplate to datta | ||
</p> | ||
</a> | ||
<div class="tags has-addons level-item"> | ||
|
||
<span class="tag is-rounded">2022-12-22</span> | ||
|
||
|
||
<span class="tag is-rounded is-primary"> | ||
|
||
Luca Barbato | ||
|
||
|
||
|
||
and | ||
|
||
|
||
|
||
|
||
Edoardo Morandi | ||
|
||
|
||
|
||
|
||
</span> | ||
|
||
<span class="tag is-rounded"> | ||
<svg class="i-clock" viewBox="0 0 32 32" width="16" height="16" fill="none" stroke="currentcolor" stroke-linecap="round" | ||
stroke-linejoin="round" stroke-width="6.25%"> | ||
<circle cx="16" cy="16" r="14" /> | ||
<path d="M16 8 L16 16 20 20" /> | ||
</svg> | ||
<span> 6 minute read</span> | ||
</span> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
</div> | ||
</div> | ||
</article> | ||
|
||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<!-- END ARTICLE FEED --> | ||
<!-- START PAGINATION --> | ||
|
||
<!-- END PAGINATION --> | ||
</div> | ||
</main> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<script type="text/javascript" src="https://wot-rust.github.io/js/zulma_navbar.js"></script> | ||
|
||
|
||
<script type="text/javascript" src="https://wot-rust.github.io/js/zulma_search.js"></script> | ||
|
||
|
||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.