1+ <!DOCTYPE html>
2+ < html >
3+
4+ < head >
5+
6+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
7+ < meta http-equiv ="content-type " content ="text/html; charset=utf-8 ">
8+
9+ <!-- Enable responsiveness on mobile devices-->
10+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0, maximum-scale=1 ">
11+
12+ < title >
13+
14+ </ title >
15+
16+
17+
18+ < link id ="default " class ="stylesheet " rel ="stylesheet " href ="https://wot-rust.github.io/default.css " />
19+
20+
21+ <!-- This script must follow css -->
22+
23+
24+
25+
26+
27+ < script defer type ="text/javascript " src ="https://wot-rust.github.io/elasticlunr.min.js "> </ script >
28+ < script defer type ="text/javascript " src ="https://wot-rust.github.io/search_index.en.js "> </ script >
29+
30+
31+
32+ < link rel ="icon " href ="favicon.svg ">
33+
34+
35+ < noscript >
36+ < style >
37+ .navbar-menu {
38+ display : block;
39+ }
40+
41+ .js-only {
42+ display : none;
43+ }
44+ </ style >
45+ </ noscript >
46+
47+ </ head >
48+
49+ < body >
50+
51+
52+
53+ <!-- START NAV -->
54+
55+
56+
57+
58+ < header >
59+ < nav class ="navbar ">
60+ < div class ="container ">
61+ < div class ="navbar-brand ">
62+
63+ < a class ="navbar-item " href ="/ ">
64+
65+ < img src ="https://raw.githubusercontent.com/wot-rust/media/master/svg/logo.svg "
66+ alt ="Home ">
67+
68+ </ a >
69+
70+ < span class ="navbar-burger burger " data-target ="navbarMenu ">
71+ < span > </ span >
72+ < span > </ span >
73+ < span > </ span >
74+ </ span >
75+ </ div >
76+ < div id ="navbarMenu " class ="navbar-menu ">
77+ < div class ="navbar-end ">
78+
79+
80+
81+
82+ < a itemprop ="url "
83+ class ="navbar-item "
84+ href ="https://github.com/wot-rust ">
85+ < span itemprop ="name "> Github
86+ </ span >
87+ </ a >
88+
89+
90+
91+ < a itemprop ="url "
92+ class ="navbar-item "
93+ href ="https://discord.gg/5zy68ukBrv ">
94+ < span itemprop ="name "> Discord
95+ </ span >
96+ </ a >
97+
98+
99+
100+ < a itemprop ="url "
101+ class ="navbar-item "
102+ href ="https://wot-rust.github.io/coc ">
103+ < span itemprop ="name "> Code of Conduct
104+ </ span >
105+ </ a >
106+
107+
108+
109+
110+ < div class ="navbar-item search-container js-only ">
111+ < input class ="input " id ="search " type ="search " placeholder ="Search ">
112+
113+ < div class ="search-results box ">
114+ < div class ="search-results__items "> </ div >
115+ </ div >
116+ </ div >
117+
118+ </ div >
119+ </ div >
120+ </ div >
121+ </ nav >
122+ </ header >
123+
124+
125+
126+
127+ <!-- END NAV -->
128+ < main >
129+ <!-- START HERO TITLE -->
130+
131+
132+
133+
134+
135+
136+ < section class ="is-bold ">
137+ < header >
138+ < div class ="hero-body ">
139+ < div class ="container has-text-centered ">
140+ < h1 class ="title "> Authors: edoardo morandi</ h1 >
141+ </ div >
142+ </ div >
143+ </ header >
144+ </ section >
145+
146+ <!-- END HERO TITLE -->
147+ < div class ="container ">
148+ <!-- START ARTICLE FEED -->
149+
150+
151+ < section class ="articles ">
152+ < div class ="columns is-desktop ">
153+ < div class ="column is-10-desktop is-offset-1-desktop ">
154+
155+
156+ < article itemscope itemtype ="http://schema.org/CreativeWork ">
157+ < div class ="card article ">
158+ < div class ="card-content ">
159+
160+ < header >
161+ < div class ="has-text-centered ">
162+ < a href ="https://wot-rust.github.io/datta/ ">
163+ < p class ="title article-title "> From uritemplate to datta
164+ </ p >
165+ </ a >
166+ < div class ="tags has-addons level-item ">
167+
168+ < span class ="tag is-rounded "> 2022-12-22</ span >
169+
170+
171+ < span class ="tag is-rounded is-primary ">
172+
173+ Luca Barbato
174+
175+
176+
177+ and
178+
179+
180+
181+
182+ Edoardo Morandi
183+
184+
185+
186+
187+ </ span >
188+
189+ < span class ="tag is-rounded ">
190+ < svg class ="i-clock " viewBox ="0 0 32 32 " width ="16 " height ="16 " fill ="none " stroke ="currentcolor " stroke-linecap ="round "
191+ stroke-linejoin ="round " stroke-width ="6.25% ">
192+ < circle cx ="16 " cy ="16 " r ="14 " />
193+ < path d ="M16 8 L16 16 20 20 " />
194+ </ svg >
195+ < span > 6 minute read</ span >
196+ </ span >
197+ </ div >
198+ </ div >
199+ </ header >
200+
201+
202+ </ div >
203+ </ div >
204+ </ article >
205+
206+
207+ </ div >
208+ </ div >
209+ </ section >
210+
211+
212+ <!-- END ARTICLE FEED -->
213+ <!-- START PAGINATION -->
214+
215+ <!-- END PAGINATION -->
216+ </ div >
217+ </ main >
218+
219+
220+
221+
222+
223+
224+
225+
226+ < script type ="text/javascript " src ="https://wot-rust.github.io/js/zulma_navbar.js "> </ script >
227+
228+
229+ < script type ="text/javascript " src ="https://wot-rust.github.io/js/zulma_search.js "> </ script >
230+
231+
232+
233+ </ body >
234+
235+ </ html >
0 commit comments