Skip to content

Commit 09be708

Browse files
Update README
1 parent f17e222 commit 09be708

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
1-
<!--- 2024-11-28T15:29:20.468 --->
1+
<!--- 2024-12-02T09:35:41.148 --->
22

33
```shell
44
> cat user.json
55
```
66

77
```json
88
{
9-
"message": "I dost extend a hearty welcome to thee upon mine profile page",
9+
"message": "",
1010
"informations": {
1111
"name": "Gaël LOPES DA SILVA",
1212
"age": 21,
13-
"location": "The fair realm of France",
14-
"class": "high sorcerer",
15-
"specialisation": "tamer of the digital realm"
16-
"job": [
17-
"Web Developper",
18-
"Student"
13+
"location": "France",
14+
"activities": [
15+
"web developper",
16+
"student"
1917
]
2018
}
2119
}
2220
```
2321

2422
<a href="https://gael-lopes-da-silva.github.io/portfolio/"><kbd><br>&nbsp;<b>Portfolio</b>&nbsp;<br><br></kbd></a>
25-
<img align="right" style="width: 37px;" title="Behold yon man clad in yellow, who doth dance with mirth. Question him not, fair sirs." alt="Alas, he hath departed..." src="./assets/yellow_man.gif">
23+
<img align="right" style="width: 37px;" title="Behold the yellow dancing man. Do not question him!" alt="Alas, he went..." src="./assets/yellow_man.gif">

main.jl

+6-8
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,21 @@ function (@main)(args)
2121
2222
```json
2323
{
24-
"message": "I dost extend a hearty welcome to thee upon mine profile page",
24+
"message": "",
2525
"informations": {
2626
"name": "Gaël LOPES DA SILVA",
2727
"age": $(getAge()),
28-
"location": "The fair realm of France",
29-
"class": "high sorcerer",
30-
"specialisation": "tamer of the digital realm"
31-
"job": [
32-
"Web Developper",
33-
"Student"
28+
"location": "France",
29+
"activities": [
30+
"web developper",
31+
"student"
3432
]
3533
}
3634
}
3735
```
3836
3937
<a href="https://gael-lopes-da-silva.github.io/portfolio/"><kbd><br>&nbsp;<b>Portfolio</b>&nbsp;<br><br></kbd></a>
40-
<img align="right" style="width: 37px;" title="Behold yon man clad in yellow, who doth dance with mirth. Question him not, fair sirs." alt="Alas, he hath departed..." src="./assets/yellow_man.gif">
38+
<img align="right" style="width: 37px;" title="Behold the yellow dancing man. Do not question him!" alt="Alas, he went..." src="./assets/yellow_man.gif">
4139
"""
4240

4341
open("README.md", "w") do file

0 commit comments

Comments
 (0)