Commit 8aea3d23d4451e56e0de079459173a384addf300
Adds projects section
romuloalves committed on 4/20/2020, 11:02:09 PMParent: 7d084ede5b2b7a14bff692d9f8932f30b7680225
Files changed
index.html | changed |
package.json | changed |
index.html | |||
---|---|---|---|
@@ -48,8 +48,11 @@ | |||
48 | 48 … | background: #eee; | |
49 | 49 … | margin-left: 5px; | |
50 | 50 … | padding: 2px 5px; | |
51 | 51 … | } | |
52 … | + br ~ code { | ||
53 … | + margin-left: 0; | ||
54 … | + } | ||
52 | 55 … | ||
53 | 56 … | @media (max-width: 700px) { | |
54 | 57 … | html, body { | |
55 | 58 … | margin: 8px; | |
@@ -105,8 +108,18 @@ | |||
105 | 108 … | </li> | |
106 | 109 … | </ul> | |
107 | 110 … | </section> | |
108 | 111 … | <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> | ||
109 | 122 … | <h1>Talks</h1> | |
110 | 123 … | <ul> | |
111 | 124 … | <li class="talk"> | |
112 | 125 … | <span class="post-date">2018-04-14</span> |
Built with git-ssb-web