Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael-Lopes-Da-Silva committed Nov 28, 2024
1 parent 5d71d21 commit c2b00c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!--- 2024-11-28T13:41:02.106 --->

~~~shell
> cat user.json
~~~

~~~json
"informations": {
"name": "Gaël LOPES DA SILVA",
Expand All @@ -11,6 +15,7 @@
]
}
~~~
<img align="left" style="width: 37px;" title="This is the yellow dancing man. Don't question him." alt="Too bad. He gone..." src="./assets/yellow_man.gif">

[<kbd><br><strong>Portfolio</strong><br><br></kbd>](https://gael-lopes-da-silva.github.io/portfolio/)
<img align="right" style="width: 37px;" title="This is the yellow dancing man. Don't question him." alt="Too bad. He gone..." src="./assets/yellow_man.gif">
10 changes: 8 additions & 2 deletions main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ function (@main)(args)
text = """
<!--- $(now()) --->
~~~json
```shell
> cat user.json
```
<img align="left" style="width: 60px;" title="This is the yellow dancing man. Don't question him." alt="Too bad. He gone..." src="./assets/yellow_man.gif">
```json
"informations": {
"name": "Gaël LOPES DA SILVA",
"age": $(getAge()),
Expand All @@ -25,7 +31,7 @@ function (@main)(args)
"Student"
]
}
~~~
```
[<kbd><br><strong>Portfolio</strong><br><br></kbd>](https://gael-lopes-da-silva.github.io/portfolio/)
<img align="right" style="width: 37px;" title="This is the yellow dancing man. Don't question him." alt="Too bad. He gone..." src="./assets/yellow_man.gif">
Expand Down

0 comments on commit c2b00c6

Please sign in to comment.