Skip to content

Commit 5c3d0d0

Browse files
committed
.
1 parent 7cb4da2 commit 5c3d0d0

File tree

41 files changed

+695
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+695
-14
lines changed

404.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@
8080

8181
</a>
8282
</li>
83+
<li class="menu__item">
84+
<a class="menu__link" href="./contributing">
85+
<i class='fa fa-heart'></i>
86+
<span class="menu__text">Contributing</span>
87+
88+
</a>
89+
</li>
8390
<li class="menu__item">
8491
<a class="menu__link" href="./about">
8592
<i class='fa fa-heart'></i>

about/index.html

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@
88
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
99
<meta name="description" content="">
1010
<meta property="og:title" content="About us" />
11-
<meta property="og:description" content="Rust in Blockchain is a monthly newsletter focused on Rust programming and blockchain development, bringing engineering insight and experience to the Rust blockchain community.
12-
If you are interested in contributing to this newsletter, or would like a feature published regarding Rust, please visit us on GitHub or tweet us.
13-
Rust in Blockchain is edited by
11+
<meta property="og:description" content="Rust in Blockchain is a developer community that focuses on Rust engineering and adoption in the blockchain industry.
12+
The RiB Newsletter is a monthly newsletter focused on Rust programming and blockchain development, bringing engineering insight and experience to the Rust blockchain community.
13+
Rust in Blockchain is run by
1414
Aimee, an experienced Rust community builder, and organizer of RustCon Asia 2019; Mike, a champion of best practices within the crypto space, making virtual tea; Brian, former Rust core team member." />
1515
<meta property="og:type" content="article" />
1616
<meta property="og:url" content="https://rustinblockchain.org/about/" />
1717

1818

1919
<meta name="twitter:card" content="summary"/>
2020
<meta name="twitter:title" content="About us"/>
21-
<meta name="twitter:description" content="Rust in Blockchain is a monthly newsletter focused on Rust programming and blockchain development, bringing engineering insight and experience to the Rust blockchain community.
22-
If you are interested in contributing to this newsletter, or would like a feature published regarding Rust, please visit us on GitHub or tweet us.
23-
Rust in Blockchain is edited by
21+
<meta name="twitter:description" content="Rust in Blockchain is a developer community that focuses on Rust engineering and adoption in the blockchain industry.
22+
The RiB Newsletter is a monthly newsletter focused on Rust programming and blockchain development, bringing engineering insight and experience to the Rust blockchain community.
23+
Rust in Blockchain is run by
2424
Aimee, an experienced Rust community builder, and organizer of RustCon Asia 2019; Mike, a champion of best practices within the crypto space, making virtual tea; Brian, former Rust core team member."/>
2525

2626
<link rel="dns-prefetch" href="//fonts.googleapis.com">
@@ -86,6 +86,13 @@
8686

8787
</a>
8888
</li>
89+
<li class="menu__item">
90+
<a class="menu__link" href="../contributing">
91+
<i class='fa fa-heart'></i>
92+
<span class="menu__text">Contributing</span>
93+
94+
</a>
95+
</li>
8996
<li class="menu__item">
9097
<a class="menu__link" href="../about">
9198
<i class='fa fa-heart'></i>
@@ -115,9 +122,12 @@
115122
<h1 class="post__title">About us</h1>
116123

117124
</header><div class="content post__content clearfix">
118-
<p>Rust in Blockchain is a monthly newsletter focused on Rust programming and blockchain development, bringing engineering insight and experience to the Rust blockchain community.</p>
119-
<p>If you are interested in contributing to this newsletter, or would like a feature published regarding Rust, please visit us on GitHub or tweet us.</p>
120-
<p>Rust in Blockchain is edited by</p>
125+
<p><a href="https://rustinblockchain.org">Rust in Blockchain</a> is a developer community
126+
that focuses on Rust engineering and adoption in the blockchain industry.</p>
127+
<p>The <a href="../newsletters">RiB Newsletter</a> is a monthly newsletter focused on Rust programming
128+
and blockchain development,
129+
bringing engineering insight and experience to the Rust blockchain community.</p>
130+
<p>Rust in Blockchain is run by</p>
121131
<ul>
122132
<li><a href="https://impl.dev/">Aimee</a>, an experienced Rust community builder, and organizer of <a href="https://rustcon.asia/">RustCon Asia</a> 2019;</li>
123133
<li>Mike, a champion of best practices within the crypto space, making virtual tea;</li>

awesome-blockchain-rust/index.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,13 @@
8282

8383
</a>
8484
</li>
85+
<li class="menu__item">
86+
<a class="menu__link" href="../contributing">
87+
<i class='fa fa-heart'></i>
88+
<span class="menu__text">Contributing</span>
89+
90+
</a>
91+
</li>
8592
<li class="menu__item">
8693
<a class="menu__link" href="../about">
8794
<i class='fa fa-heart'></i>
@@ -221,9 +228,9 @@ <h2 id="license">License</h2>
221228

222229
<nav class="pager flex">
223230
<div class="pager__item pager__item--prev">
224-
<a class="pager__link" href="../about/" rel="prev">
231+
<a class="pager__link" href="../contributing/" rel="prev">
225232
<span class="pager__subtitle">«&thinsp;Previous</span>
226-
<p class="pager__title">About us</p>
233+
<p class="pager__title"></p>
227234
</a>
228235
</div>
229236
</nav>

blogposts/2020-07-30-rib-is-one-year-old/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181

8282
</a>
8383
</li>
84+
<li class="menu__item">
85+
<a class="menu__link" href="../../contributing">
86+
<i class='fa fa-heart'></i>
87+
<span class="menu__text">Contributing</span>
88+
89+
</a>
90+
</li>
8491
<li class="menu__item">
8592
<a class="menu__link" href="../../about">
8693
<i class='fa fa-heart'></i>

blogposts/call-for-contributors/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181

8282
</a>
8383
</li>
84+
<li class="menu__item">
85+
<a class="menu__link" href="../../contributing">
86+
<i class='fa fa-heart'></i>
87+
<span class="menu__text">Contributing</span>
88+
89+
</a>
90+
</li>
8491
<li class="menu__item">
8592
<a class="menu__link" href="../../about">
8693
<i class='fa fa-heart'></i>

blogposts/how-rib-newsletter-is-generated/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181

8282
</a>
8383
</li>
84+
<li class="menu__item">
85+
<a class="menu__link" href="../../contributing">
86+
<i class='fa fa-heart'></i>
87+
<span class="menu__text">Contributing</span>
88+
89+
</a>
90+
</li>
8491
<li class="menu__item">
8592
<a class="menu__link" href="../../about">
8693
<i class='fa fa-heart'></i>

blogposts/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181

8282
</a>
8383
</li>
84+
<li class="menu__item">
85+
<a class="menu__link" href="../contributing">
86+
<i class='fa fa-heart'></i>
87+
<span class="menu__text">Contributing</span>
88+
89+
</a>
90+
</li>
8491
<li class="menu__item">
8592
<a class="menu__link" href="../about">
8693
<i class='fa fa-heart'></i>

categories/blogposts/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181

8282
</a>
8383
</li>
84+
<li class="menu__item">
85+
<a class="menu__link" href="../../contributing">
86+
<i class='fa fa-heart'></i>
87+
<span class="menu__text">Contributing</span>
88+
89+
</a>
90+
</li>
8491
<li class="menu__item">
8592
<a class="menu__link" href="../../about">
8693
<i class='fa fa-heart'></i>

categories/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181

8282
</a>
8383
</li>
84+
<li class="menu__item">
85+
<a class="menu__link" href="../contributing">
86+
<i class='fa fa-heart'></i>
87+
<span class="menu__text">Contributing</span>
88+
89+
</a>
90+
</li>
8491
<li class="menu__item">
8592
<a class="menu__link" href="../about">
8693
<i class='fa fa-heart'></i>

categories/newsletters/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@
8181

8282
</a>
8383
</li>
84+
<li class="menu__item">
85+
<a class="menu__link" href="../../contributing">
86+
<i class='fa fa-heart'></i>
87+
<span class="menu__text">Contributing</span>
88+
89+
</a>
90+
</li>
8491
<li class="menu__item">
8592
<a class="menu__link" href="../../about">
8693
<i class='fa fa-heart'></i>

0 commit comments

Comments
 (0)