Skip to content

Commit

Permalink
Update Page1
Browse files Browse the repository at this point in the history
  • Loading branch information
fromtheeast710 committed Sep 23, 2024
1 parent 85ab4a9 commit 962c65e
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions src/lib/layout/Page1.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,25 @@
import Page from "./Page.svelte";
</script>

<Page title="Skills" offsetX=5>
<Page title="Skills" offsetX="5">
<p>
I have epxeriences programming with the following languages:
I have epxeriences in imperative programming with the following languages:
<span id="c-lang">C/C++</span>, <span id="py-lang">Python</span>,
<span id="rs-lang">Rust</span>, <span id="nix-lang">Nix</span>
and the web stack <span id="html-lang">HTML</span>/<span id="css-lang"
>CSS</span
>/<span id="ts-lang">TS</span>
<span id="rs-lang">Rust</span> and the web stack
<span id="html-lang">HTML</span>/<span id="css-lang">CSS</span>/<span
id="ts-lang">TS</span
>
and <span id="sv-lang">Svelte</span>.
</p>

<p>
Planning to learn:
<span id="ml-lang">OCaml</span>, <span id="v-lang">SystemVerilog</span>.
I am also interested in functional programming with <span id="nix-lang"
>Nix</span
>
and is planning to learn
<span id="ml-lang">OCaml</span>.
<!-- I also occasionally play with electronics
and want to learn <span id="v-lang">SystemVerilog</span> for FPGAs design. -->
</p>

<p>
Expand Down

0 comments on commit 962c65e

Please sign in to comment.