diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-06-08 11:29:24 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-06-08 11:29:24 +0700 |
commit | f66a996fe6bf3bc2d56b73cf1adbbece0c042d71 (patch) | |
tree | 405898a346fba5b98f759974cfb1cfaa4f0ec79b | |
parent | e0122326c1f695bb50005dd87ab6fcc5c611580c (diff) | |
download | web-cv-f66a996fe6bf3bc2d56b73cf1adbbece0c042d71.tar.gz |
Add contribution section
Also re-align some texts to avoid overflow
-rw-r--r-- | index.html | 10 | ||||
-rw-r--r-- | style.css | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/index.html b/index.html index fe6d376..edb58ec 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@ <li>English (proficient)</li> <li>French (basic)</li> </ul> - <h2 id="tech">Technologies</h2> + <h2 id="tech">Skills</h2> <dl class="skills"> <dt>Programming Languages</dt> <dd><a class="link-no-print" rel="external nofollow" href="https://www.python.org/">Python</a></dd> @@ -53,6 +53,12 @@ <dd>Generic SQL</dd> <dd>NoSQL: Redis, RethinkDB</dd> </dl> + <h2 id="contribution">Contributions</h2> + <ul> + <li>badwolf (localization)</li> + <li>nixpkgs (packaging</li> + <li>akkoma (bug fixes)</li> + </ul> </div> <div id="right"> <h2 id="education">Education</h2> @@ -106,7 +112,7 @@ <time class="dt-start">2021-07</time> – <time class="dt-end">2022-07</time>: <span class="event-summary">Co-maintaining <a class="link-no-print" href="https://sr.ht/~cnx/ipwhl/"><abbr title="InterPlanetary Wheels">IPWHL<abbr></a></span> <p class="event-description"> - Singly-versioned Python built distributions backed by IPFS for security and reproducibility. + Singly-versioned Python built distributions backed by IPFS. </p> <ul class="event-detail"> <li>Responsibilities: packaging software and release</li> diff --git a/style.css b/style.css index ec754f8..2d06680 100644 --- a/style.css +++ b/style.css @@ -57,7 +57,7 @@ dt { h1,h2 { display: table; - padding: 0.25ex 0.5em; + padding: 0.25ex 0.25em; } h1 { border-bottom: 2pt solid } |