Skip to content

Commit 1f7fe1c

Browse files
author
joe wang
committed
1 parent 80101b0 commit 1f7fe1c

File tree

9 files changed

+33
-17
lines changed

9 files changed

+33
-17
lines changed

ARCs/arc-0016.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
arc: 16
23
title: Algorand standard for declaring traits in an ASA's metadata
34
description: This is a standard for declaring traits (attributes) in an ASA's metadata.
45
author: Keegan Thompson @keeganthomp

_includes/arctable.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2 id="{{status|slugify}}">{{status}}</h2>
2424
{% for page in arcs %}
2525
<tr>
2626
<td class="arcnum"><a href="{{page.url|relative_url}}">{{page.arc|xml_escape}}</a></td>
27-
{% if status == "Last Call" and page.last-call-deadline != undefined %}
27+
{% if status == "Last Call" %}
2828
<td class="date">{{ page.last-call-deadline | xml_escape }}</td>
2929
{% endif %}
3030
<td class="title">{{page.title|xml_escape}}</td>

_site/ARCs/arc-0016.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
55
<meta name="viewport" content="width=device-width, initial-scale=1" />
66

7-
<title>ARC-: Algorand standard for declaring traits in an ASA&#39;s metadata</title>
8-
<meta property="og:title" content="ARC-: Algorand standard for declaring traits in an ASA&#39;s metadata" />
7+
<title>ARC-16: Algorand standard for declaring traits in an ASA&#39;s metadata</title>
8+
<meta property="og:title" content="ARC-16: Algorand standard for declaring traits in an ASA&#39;s metadata" />
99
<meta name="description" content="This is a standard for declaring traits (attributes) in an ASA&#39;s metadata." />
1010
<meta property="og:description" content="This is a standard for declaring traits (attributes) in an ASA&#39;s metadata." />
1111
<meta name="twitter:description" content="This is a standard for declaring traits (attributes) in an ASA&#39;s metadata." />
@@ -53,7 +53,7 @@
5353

5454
<div class="home">
5555
<h1 class="page-heading">
56-
ARC-: Algorand standard for declaring traits in an ASA's metadata
56+
ARC-16: Algorand standard for declaring traits in an ASA's metadata
5757
<a href="https://github.com/lifecoder1988/ARCs/blob/master/ARCs/arc-0016.md"><svg role="img" aria-label="Source" xmlns="https://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><title>Source</title><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg></a>
5858
</h1>
5959
<h3>This is a standard for declaring traits (attributes) in an ASA's metadata.</h3>
@@ -226,16 +226,16 @@ <h2 id="copyright">
226226
<h2>Citation</h2>
227227
<p>Please cite this document as:</p>
228228

229-
<p>Keegan Thompson @keeganthomp, "ARC-: Algorand standard for declaring traits in an ASA's metadata [DRAFT]," <em>Ethereum Improvement Proposals</em>, no. , January 2022. [Online serial]. Available: https://algorandfoundation.github.io/ARCS/arc-.</p>
229+
<p>Keegan Thompson @keeganthomp, "ARC-16: Algorand standard for declaring traits in an ASA's metadata [DRAFT]," <em>Ethereum Improvement Proposals</em>, no. 16, January 2022. [Online serial]. Available: https://algorandfoundation.github.io/ARCS/arc-16.</p>
230230
</div>
231231

232232
<script type="application/ld+json">
233233
{
234234
"@context": "http://schema.org",
235235
"@type": "TechArticle",
236-
"headline": "ARC-: Algorand standard for declaring traits in an ASA's metadata [DRAFT]",
236+
"headline": "ARC-16: Algorand standard for declaring traits in an ASA's metadata [DRAFT]",
237237
"author": "Keegan Thompson @keeganthomp",
238-
"name": "ARC-: Algorand standard for declaring traits in an ASA's metadata [DRAFT]",
238+
"name": "ARC-16: Algorand standard for declaring traits in an ASA's metadata [DRAFT]",
239239
"dateCreated": "2022-01-04",
240240
"datePublished": "2022-01-04",
241241

_site/all.html

+9-7
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ <h2 id="last-call">Last Call</h2>
122122
<tr>
123123
<td class="arcnum"><a href="/ARCs/arc-0004">4</a></td>
124124

125+
<td class="date"></td>
126+
125127
<td class="title">Algorand Application Binary Interface (ABI)</td>
126128
<td class="author"></td>
127129
</tr>
@@ -144,13 +146,6 @@ <h2 id="draft">Draft</h2>
144146

145147
</thead>
146148

147-
<tr>
148-
<td class="arcnum"><a href="/ARCs/arc-0016"></a></td>
149-
150-
<td class="title">Algorand standard for declaring traits in an ASA's metadata</td>
151-
<td class="author">Keegan Thompson @keeganthomp</td>
152-
</tr>
153-
154149
<tr>
155150
<td class="arcnum"><a href="/ARCs/arc-0001">1</a></td>
156151

@@ -214,6 +209,13 @@ <h2 id="draft">Draft</h2>
214209
<td class="author"></td>
215210
</tr>
216211

212+
<tr>
213+
<td class="arcnum"><a href="/ARCs/arc-0016">16</a></td>
214+
215+
<td class="title">Algorand standard for declaring traits in an ASA's metadata</td>
216+
<td class="author">Keegan Thompson @keeganthomp</td>
217+
</tr>
218+
217219
<tr>
218220
<td class="arcnum"><a href="/ARCs/arc-0019">19</a></td>
219221

_site/assets/css/style.css

+6
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,9 @@ main.page-content div.wrapper { max-width: unset; }
213213
.stagnant { background-color: #ffdead; border: solid 1px #ff6700; }
214214

215215
.withdrawn { background-color: #f9e7e5; border: solid 1px #c0392b; }
216+
217+
.footer-col-1 { width: -webkit-calc(30% - (30px / 2)); width: calc(30% - (30px / 2)); }
218+
219+
.footer-col-2 { width: -webkit-calc(30% - (30px / 2)); width: calc(30% - (30px / 2)); }
220+
221+
.footer-col-3 { width: -webkit-calc(40% - (30px / 2)); width: calc(40% - (30px / 2)); }

_site/feed.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.7">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2022-05-05T10:15:17+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Algorand Requests for Comments</title><subtitle>To discuss ARC drafts, use the corresponding issue in the issue tracker.</subtitle></feed>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.7">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2022-05-09T22:01:59+08:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">Algorand Requests for Comments</title><subtitle>To discuss ARC drafts, use the corresponding issue in the issue tracker.</subtitle></feed>

_site/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<div class="wrapper">
5151
<h1 class="page-heading">ARCs
5252
<a href="#"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter"></a>
53-
<a href="/last-call.xml"><img src="https://img.shields.io/badge/rss-Last Calls-red.svg" alt="RSS"></a>
53+
<a href="#"><img src="https://img.shields.io/badge/rss-Last Calls-red.svg" alt="RSS"></a>
5454
</h1>
5555
<p>To discuss ARC drafts, use the corresponding issue in the <a target="_blank" href="https://github.com/algorandfoundation/ARCs/issues">issue tracker</a> </p>
5656

assets/css/style.scss

+7
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,10 @@ main.page-content {
6868
background-color: #f9e7e5;
6969
border: solid 1px #c0392b;
7070
}
71+
72+
73+
.footer-col-1 { width: -webkit-calc(30% - (30px / 2)); width: calc(30% - (30px / 2)); }
74+
75+
.footer-col-2 { width: -webkit-calc(30% - (30px / 2)); width: calc(30% - (30px / 2)); }
76+
77+
.footer-col-3 { width: -webkit-calc(40% - (30px / 2)); width: calc(40% - (30px / 2)); }

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<h1 class="page-heading">ARCs
77
<a href="#"><img src="https://badges.gitter.im/Join%20Chat.svg" alt="Gitter"></a>
8-
<a href="/last-call.xml"><img src="https://img.shields.io/badge/rss-Last Calls-red.svg" alt="RSS"></a>
8+
<a href="#"><img src="https://img.shields.io/badge/rss-Last Calls-red.svg" alt="RSS"></a>
99
</h1>
1010
<p>To discuss ARC drafts, use the corresponding issue in the <a target="_blank" href="https://github.com/algorandfoundation/ARCs/issues">issue tracker</a> </p>
1111

0 commit comments

Comments
 (0)