git ssb

0+

Rômulo Alves / website



Commit 8aea3d23d4451e56e0de079459173a384addf300

Adds projects section

romuloalves committed on 4/20/2020, 11:02:09 PM
Parent: 7d084ede5b2b7a14bff692d9f8932f30b7680225

Files changed

index.htmlchanged
package.jsonchanged
index.htmlView
@@ -48,8 +48,11 @@
4848 background: #eee;
4949 margin-left: 5px;
5050 padding: 2px 5px;
5151 }
52 + br ~ code {
53 + margin-left: 0;
54 + }
5255
5356 @media (max-width: 700px) {
5457 html, body {
5558 margin: 8px;
@@ -105,8 +108,18 @@
105108 </li>
106109 </ul>
107110 </section>
108111 <section>
112 + <h1>Projects</h1>
113 + <ul>
114 + <li>
115 + <a href="https://git.sr.ht/~romuloalves/crypt-transfer" title="~romuloalves/crypt-transfer" target="_blank" rel="noopener">~romuloalves/crypt-transfer</a>
116 + <br />
117 + <code>> CLI to copy files through folders encrypting/decrypting them</code>
118 + </li>
119 + </ul>
120 + </section>
121 + <section>
109122 <h1>Talks</h1>
110123 <ul>
111124 <li class="talk">
112125 <span class="post-date">2018-04-14</span>
package.jsonView
@@ -1,7 +1,7 @@
11 {
22 "name": "website",
3- "version": "5.1.0",
3 + "version": "5.2.0",
44 "description": "Rômulo Alves website",
55 "repository": {
66 "type": "git",
77 "url": "git+https://git.sr.ht/~romuloalves/website"

Built with git-ssb-web