Skip to content

Commit 04b812c

Browse files
committed
add rss
1 parent 1af566f commit 04b812c

File tree

27 files changed

+174
-225
lines changed

27 files changed

+174
-225
lines changed

404.html

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

7474
</a>
7575
</li>
76+
<li class="menu__item">
77+
<a class="menu__link" href="./index.xml">
78+
<i class='fa fa-heart'></i>
79+
<span class="menu__text">RSS</span>
80+
81+
</a>
82+
</li>
7683
</ul>
7784
</nav>
7885

about-us/index.html

Lines changed: 1 addition & 220 deletions
Original file line numberDiff line numberDiff line change
@@ -1,220 +1 @@
1-
<!DOCTYPE html>
2-
<html class="no-js" lang="en-us">
3-
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7-
<title>About us - Rust in Blockchain</title>
8-
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
9-
<meta name="description" content="">
10-
<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
14-
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." />
15-
<meta property="og:type" content="article" />
16-
<meta property="og:url" content="https://rustinblockchain.org/about-us/" />
17-
18-
19-
<meta name="twitter:card" content="summary"/>
20-
<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
24-
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."/>
25-
26-
<link rel="dns-prefetch" href="//fonts.googleapis.com">
27-
<link rel="dns-prefetch" href="//fonts.gstatic.com">
28-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i">
29-
<link rel="stylesheet" href="../css/style.css">
30-
<link rel="stylesheet" href="../css/custom.css">
31-
<link rel="shortcut icon" href="../favicon.ico">
32-
33-
<script type="application/javascript">
34-
var doNotTrack = false;
35-
if (!doNotTrack) {
36-
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
37-
ga('create', 'UA-140591727-1', 'auto');
38-
39-
ga('send', 'pageview');
40-
}
41-
</script>
42-
<script async src='https://www.google-analytics.com/analytics.js'></script>
43-
44-
</head>
45-
<body class="body">
46-
<div class="container container--outer">
47-
<header class="header">
48-
<div class="container">
49-
<div class="logo">
50-
<a class="logo__link" href="../" title="Rust in Blockchain" rel="home">
51-
<div class="logo__title">Rust in Blockchain</div>
52-
<div class="logo__tagline">Bringing engineering insight and experience to blockchain technology.</div>
53-
</a>
54-
</div>
55-
56-
<nav class="menu">
57-
<button class="menu__btn" aria-haspopup="true" aria-expanded="false" tabindex="0">
58-
<span class="menu__btn-title" tabindex="-1">Menu</span>
59-
</button>
60-
<ul class="menu__list">
61-
<li class="menu__item">
62-
<a class="menu__link" href="../newsletters">
63-
<i class='fa fa-road'></i>
64-
<span class="menu__text">newsletters</span>
65-
66-
</a>
67-
</li>
68-
<li class="menu__item">
69-
<a class="menu__link" href="../blogposts">
70-
<i class='fa fa-road'></i>
71-
<span class="menu__text">blogposts</span>
72-
73-
</a>
74-
</li>
75-
<li class="menu__item">
76-
<a class="menu__link" href="../about">
77-
<i class='fa fa-heart'></i>
78-
<span class="menu__text">about us</span>
79-
80-
</a>
81-
</li>
82-
</ul>
83-
</nav>
84-
85-
</div>
86-
</header>
87-
<head>
88-
</head>
89-
90-
<div class="wrapper flex">
91-
<div class="primary">
92-
93-
94-
<main class="main" role="main">
95-
<article class="post">
96-
<header class="post__header">
97-
<h1 class="post__title">About us</h1>
98-
99-
</header><div class="content post__content clearfix">
100-
<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>
101-
<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>
102-
<p>Rust in Blockchain is edited by</p>
103-
<ul>
104-
<li><a href="https://aimeedeer.com/">Aimee</a>, an experienced Rust community builder, and organizer of <a href="https://rustcon.asia/">RustCon Asia</a> 2019;</li>
105-
<li>Mike, a champion of best practices within the crypto space, making virtual tea;</li>
106-
<li><a href="https://brson.github.io/">Brian</a>, former Rust core team member.</li>
107-
</ul>
108-
109-
</div>
110-
</article>
111-
</main>
112-
113-
114-
115-
116-
117-
</div>
118-
<aside class="sidebar"><div class="widget-search widget">
119-
<h4 class="widget__title">Subscribe</h4>
120-
<link href="//cdn-images.mailchimp.com/embedcode/slim-10_7.css" rel="stylesheet" type="text/css">
121-
<style type="text/css">
122-
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
123-
124-
</style>
125-
<div id="mc_embed_signup">
126-
<form action="https://rustinblockchain.us20.list-manage.com/subscribe/post?u=1ac6f6cdd5c25b48064506045&amp;id=efe2948d57" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
127-
128-
<div id="mc_embed_signup_scroll">
129-
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
130-
131-
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_1ac6f6cdd5c25b48064506045_efe2948d57" tabindex="-1" value=""></div>
132-
<div class="clear">
133-
<input class="widget-subscribe-btn" type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe">
134-
</div>
135-
</div>
136-
</form>
137-
</div>
138-
</div>
139-
140-
<div class="widget-social widget">
141-
<h4 class="widget-social__title widget__title">Follow us</h4>
142-
<div class="widget-social__content widget__content">
143-
<div class="widget-social__item widget__item">
144-
<a class="widget-social__link widget__link btn" title="Twitter" rel="noopener noreferrer" href="https://twitter.com/rust_blockchain" target="_blank">
145-
<svg class="widget-social__link-icon icon icon-twitter" width="24" height="24" viewBox="0 0 384 312"><path d="m384 36.9c-14.1 6.3-29.3 10.5-45.2 12.4 16.3-9.7 28.8-25.2 34.6-43.6-15.2 9-32.1 15.6-50 19.1-14.4-15.2-34.9-24.8-57.5-24.8-43.5 0-78.8 35.3-78.8 78.8 0 6.2.7 12.2 2 17.9-65.5-3.3-123.5-34.6-162.4-82.3-6.7 11.6-10.6 25.2-10.6 39.6 0 27.3 13.9 51.4 35 65.6-12.9-.4-25.1-4-35.7-9.9v1c0 38.2 27.2 70 63.2 77.2-6.6 1.8-13.6 2.8-20.8 2.8-5.1 0-10-.5-14.8-1.4 10 31.3 39.1 54.1 73.6 54.7-27 21.1-60.9 33.7-97.8 33.7-6.4 0-12.6-.4-18.8-1.1 34.9 22.4 76.3 35.4 120.8 35.4 144.9 0 224.1-120 224.1-224.1 0-3.4-.1-6.8-.2-10.2 15.4-11.1 28.7-25 39.3-40.8z"/></svg>
146-
<span>Twitter</span>
147-
</a>
148-
</div>
149-
<div class="widget-social__item widget__item">
150-
<a class="widget-social__link widget__link btn" title="Telegram" rel="noopener noreferrer" href="https://t.me/rustinblockchain" target="_blank">
151-
<svg class="widget-social__link-icon icon icon-telegram" width="24" height="24" viewBox="0 0 132 110"><path fill="#ddd" d="M50 103c-4 0-3-1-5-5L34 60l88-52"/><path fill="#aaa" d="M50 103c3 0 4-1 6-3l16-16-20-12"/><path fill="#fff" d="M52 72l48 36c6 3 10 2 11-5l20-93c2-8-3-11-8-9L7 45c-8 4-8 8-1 10l29 9 69-43c3-2 6-1 4 1"/></svg>
152-
<span>Telegram</span>
153-
</a>
154-
</div>
155-
<div class="widget-social__item widget__item">
156-
<a class="widget-social__link widget__link btn" title="GitHub" rel="noopener noreferrer" href="https://github.com/rust-in-blockchain" target="_blank">
157-
<svg class="widget-social__link-icon icon icon-github" width="24" height="24" viewBox="0 0 384 374"><path d="m192 0c-106.1 0-192 85.8-192 191.7 0 84.7 55 156.6 131.3 181.9 9.6 1.8 13.1-4.2 13.1-9.2 0-4.6-.2-16.6-.3-32.6-53.4 11.6-64.7-25.7-64.7-25.7-8.7-22.1-21.3-28-21.3-28-17.4-11.9 1.3-11.6 1.3-11.6 19.3 1.4 29.4 19.8 29.4 19.8 17.1 29.3 44.9 20.8 55.9 15.9 1.7-12.4 6.7-20.8 12.2-25.6-42.6-4.8-87.5-21.3-87.5-94.8 0-20.9 7.5-38 19.8-51.4-2-4.9-8.6-24.3 1.9-50.7 0 0 16.1-5.2 52.8 19.7 15.3-4.2 31.7-6.4 48.1-6.5 16.3.1 32.7 2.2 48.1 6.5 36.7-24.8 52.8-19.7 52.8-19.7 10.5 26.4 3.9 45.9 1.9 50.7 12.3 13.4 19.7 30.5 19.7 51.4 0 73.7-44.9 89.9-87.7 94.6 6.9 5.9 13 17.6 13 35.5 0 25.6-.2 46.3-.2 52.6 0 5.1 3.5 11.1 13.2 9.2 76.2-25.5 131.2-97.3 131.2-182 0-105.9-86-191.7-192-191.7z"/></svg>
158-
<span>GitHub</span>
159-
</a>
160-
</div>
161-
<div class="widget-social__item widget__item">
162-
<a class="widget-social__link widget__link btn" title="Email" href="mailto:n3wh4x0rs@gmail.com">
163-
<svg class="widget-social__link-icon icon icon-mail" width="24" height="24" viewBox="0 0 416 288"><path d="m0 16v256 16h16 384 16v-16-256-16h-16-384-16zm347 16-139 92.5-139-92.5zm-148 125.5 9 5.5 9-5.5 167-111.5v210h-352v-210z"/></svg>
164-
<span>n3wh4x0rs@gmail.com</span>
165-
</a>
166-
</div>
167-
168-
169-
170-
</div>
171-
</div>
172-
173-
<div class="widget-categories widget">
174-
<h4 class="widget__title">Categories</h4>
175-
<div class="widget__content">
176-
<ul class="widget__list">
177-
<li class="widget__item">
178-
<a class="widget__link" href="../categories/blogposts/">blogposts</a>
179-
</li>
180-
<li class="widget__item">
181-
<a class="widget__link" href="../categories/newsletters/">newsletters</a>
182-
</li>
183-
</ul>
184-
</div>
185-
</div>
186-
<div class="widget-text widget">
187-
<h4 class="widget__title">Support us</h4>
188-
<div class="widget__content">
189-
<ul class="widget__list">
190-
<li class="widget__item">
191-
<b>BTC:</b> 39fUHQ6LEdRvwhyyuaw4Q3xdkofF3YFz84
192-
</li>
193-
<li class="widget__item">
194-
<b>ETH:</b> 0xE35D48926663dc02B7b4226d6AC044D4c6a30410
195-
</li>
196-
<li class="widget__item">
197-
<b>CKB:</b> ckb1qyqqm7njp58jlleyy5v8wkkpmmy09rjut5fqj9py3f
198-
</li>
199-
</ul>
200-
</div>
201-
</div>
202-
203-
</aside>
204-
</div>
205-
<footer class="footer">
206-
<div class="container footer__container flex">
207-
208-
<div class="footer__copyright">
209-
&copy; 2020 Rust in Blockchain.
210-
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
211-
</div>
212-
</div>
213-
</footer>
214-
215-
</div>
216-
<script async defer src="../js/menu.js"></script>
217-
<script src="../js/custom.js"></script>
218-
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js?config=TeX-AMS-MML_HTMLorMML" async></script>
219-
</body>
220-
</html>
1+
<!DOCTYPE html><html><head><title>https://rustinblockchain.org/about/</title><link rel="canonical" href="https://rustinblockchain.org/about/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://rustinblockchain.org/about/" /></head></html>

about/index.html

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

8080
</a>
8181
</li>
82+
<li class="menu__item">
83+
<a class="menu__link" href="../index.xml">
84+
<i class='fa fa-heart'></i>
85+
<span class="menu__text">RSS</span>
86+
87+
</a>
88+
</li>
8289
</ul>
8390
</nav>
8491

@@ -159,9 +166,9 @@ <h4 class="widget-social__title widget__title">Follow us</h4>
159166
</a>
160167
</div>
161168
<div class="widget-social__item widget__item">
162-
<a class="widget-social__link widget__link btn" title="Email" href="mailto:hello@rustinblockchain.org">
169+
<a class="widget-social__link widget__link btn" title="Email" href="mailto:n3wh4x0rs@gmail.com">
163170
<svg class="widget-social__link-icon icon icon-mail" width="24" height="24" viewBox="0 0 416 288"><path d="m0 16v256 16h16 384 16v-16-256-16h-16-384-16zm347 16-139 92.5-139-92.5zm-148 125.5 9 5.5 9-5.5 167-111.5v210h-352v-210z"/></svg>
164-
<span>hello@rustinblockchain.org</span>
171+
<span>n3wh4x0rs@gmail.com</span>
165172
</a>
166173
</div>
167174

blogposts/call-for-contributors/index.html

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

7575
</a>
7676
</li>
77+
<li class="menu__item">
78+
<a class="menu__link" href="../../index.xml">
79+
<i class='fa fa-heart'></i>
80+
<span class="menu__text">RSS</span>
81+
82+
</a>
83+
</li>
7784
</ul>
7885
</nav>
7986

blogposts/index.html

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

7575
</a>
7676
</li>
77+
<li class="menu__item">
78+
<a class="menu__link" href="../index.xml">
79+
<i class='fa fa-heart'></i>
80+
<span class="menu__text">RSS</span>
81+
82+
</a>
83+
</li>
7784
</ul>
7885
</nav>
7986

categories/blogposts/index.html

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

7575
</a>
7676
</li>
77+
<li class="menu__item">
78+
<a class="menu__link" href="../../index.xml">
79+
<i class='fa fa-heart'></i>
80+
<span class="menu__text">RSS</span>
81+
82+
</a>
83+
</li>
7784
</ul>
7885
</nav>
7986

categories/index.html

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

7575
</a>
7676
</li>
77+
<li class="menu__item">
78+
<a class="menu__link" href="../index.xml">
79+
<i class='fa fa-heart'></i>
80+
<span class="menu__text">RSS</span>
81+
82+
</a>
83+
</li>
7784
</ul>
7885
</nav>
7986

categories/newsletters/index.html

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

7575
</a>
7676
</li>
77+
<li class="menu__item">
78+
<a class="menu__link" href="../../index.xml">
79+
<i class='fa fa-heart'></i>
80+
<span class="menu__text">RSS</span>
81+
82+
</a>
83+
</li>
7784
</ul>
7885
</nav>
7986

categories/newsletters/page/2/index.html

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

7575
</a>
7676
</li>
77+
<li class="menu__item">
78+
<a class="menu__link" href="../../../../index.xml">
79+
<i class='fa fa-heart'></i>
80+
<span class="menu__text">RSS</span>
81+
82+
</a>
83+
</li>
7784
</ul>
7885
</nav>
7986

index.html

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

7676
</a>
7777
</li>
78+
<li class="menu__item">
79+
<a class="menu__link" href="./index.xml">
80+
<i class='fa fa-heart'></i>
81+
<span class="menu__text">RSS</span>
82+
83+
</a>
84+
</li>
7885
</ul>
7986
</nav>
8087

0 commit comments

Comments
 (0)