Skip to content

Commit

Permalink
Added skills section
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag3301 committed Sep 22, 2024
1 parent 8c19d5f commit 91cda46
Show file tree
Hide file tree
Showing 8 changed files with 410 additions and 2 deletions.
3 changes: 2 additions & 1 deletion home/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ default_theme = "dark"
accent_color_dark = "#66ff66"
fix_contrast_dark = true
styles = [
"webfont.css"
"webfont.css",
"personal.css"
]
bundled_fonts = true
32 changes: 32 additions & 0 deletions home/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,38 @@ title = ""

I’m an embedded systems engineer with two years of experience in programming and electronics. Proficient in Python, C++, Bash, and Lua, I’ve worked with AVR microcontrollers and am currently exploring ARM Cortex-M with STM32 and FreeRTOS using ESP-IDF. A Linux enthusiast, I configure and use Arch Linux for my projects. I also write blog, make sure to check them out {{anchor(url="/blog", title="here")}}.

# Skills

<table style="font-size:1.5em; margin-top:1.5em;">
<tr>
<td>{{nerdicon(color="#e84d31", class="nf-md-git")}} Git</td>
<td>{{nerdicon(color="#6295cb", class="nf-custom-c")}} C</td>
<td>{{nerdicon(color="#08ff08", class="nf-cod-file_binary")}} Bare Metal</td>
<td>{{nerdicon(color="#085e9f", class="nf-custom-cpp")}} C++</td>
</tr>
<tr>
<td>{{nerdicon(color="#f7d551", class="nf-fa-python")}} Python</td>
<td>{{nerdicon(color="white", class="nf-fa-linux")}} Linux</td>
<td>{{nerdicon(color="#c6c5bf", class="nf-oct-terminal")}} Shell Script</td>
<td>{{nerdicon(color="blue", class="nf-seti-lua")}} Lua<td>
</tr>
<tr>
<td>{{nerdicon(color="white", class="nf-dev-gnu")}} GDB</td>
<td>{{nerdicon(color="#019130", class="nf-custom-vim")}} Vim</td>
<td><img class="image-line" src="/freecad.svg"> FreeCAD</td>
<td>{{nerdicon(color="#08ff08", class="nf-cod-circuit_board")}} PCB<td>
</tr>
<tr>
<td><img class="image-line" src="/stm32.png"> STM32</td>
<td><img style="height:0.7em" class="image-line" src="/arm.svg"></td>
<td>AVR Atmega</td>
<td><img style="height:1.2em"class="image-line" src="/freertos.svg"></td>
</tr>
</table>

<br>
<br>

# Projects

## STM32 pio libs
Expand Down
2 changes: 1 addition & 1 deletion home/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@use "icon";
@use "iframe";
@use "input";
@use "media";
// @use "media";
@use "nav";
@use "not-found";
@use "post-nav";
Expand Down
5 changes: 5 additions & 0 deletions home/static/arm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
256 changes: 256 additions & 0 deletions home/static/freecad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 91cda46

Please sign in to comment.