bio
This commit is contained in:
parent
6c69aa3c4f
commit
e090a45c35
1 changed files with 25 additions and 1 deletions
26
build.py
26
build.py
|
@ -389,7 +389,31 @@ function swap() {{
|
|||
tabs = {
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'bio': f'''\
|
||||
Hello!
|
||||
<h1>Marc Beninca</h1>
|
||||
Welcome to a recap attempt of my IT life!
|
||||
|
||||
<h2>The early days</h2>
|
||||
In my primary school days I started to interact with computers at home,
|
||||
mainly Amstrad CPC 464 & 6128 machines.<br />
|
||||
It was the occasion for me to:
|
||||
<ul>
|
||||
<li>discover computer architectures</li>
|
||||
<li>learn how to program in BASIC</li>
|
||||
<li>suffer the noise and speed of tape recorders</li>
|
||||
<li>experience the revolution of floppy disks transfer rates</li>
|
||||
</ul>
|
||||
|
||||
<h2>Diving in</h2>
|
||||
Right before beginning high school, I was introduced to the PC platform.<br />
|
||||
The “system programming PC bible” was my reference for a long time.<br />
|
||||
I had the occasion to develop projects in:
|
||||
<ul>
|
||||
<li>Pascal (for example my own hexadecimal file editor)</li>
|
||||
<li>Assembly (mainly for critical subroutines performance)</li>
|
||||
<li>AutoLISP (automation in LISP of AutoCAD elements processing)</li>
|
||||
</ul>
|
||||
|
||||
To be continued…
|
||||
''',
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'books': f'''\
|
||||
|
|
Loading…
Reference in a new issue