Compare commits
2 commits
2d08c69125
...
eb3f7bdffd
Author | SHA1 | Date | |
---|---|---|---|
eb3f7bdffd | |||
181f0125f0 |
5 changed files with 9 additions and 5 deletions
|
@ -62,7 +62,7 @@ steps:
|
|||
# branch: [main]
|
||||
|
||||
- name: Build ad5001.eu
|
||||
image: xdevbase/hugo-builder:latest
|
||||
image: xdevbase/hugo-builder
|
||||
commands:
|
||||
- hugo --minify
|
||||
when:
|
||||
|
|
|
@ -11,7 +11,7 @@ layout: default
|
|||
|
||||
# À mon propos
|
||||
|
||||
Aujourd'hui étudiant, je programme maintenant depuis près de 6 ans, notamment en open source.
|
||||
Aujourd'hui étudiant, je programme maintenant depuis près de 7 ans, notamment en open source.
|
||||
J'ai commencé à programmer des plugins en 2015 en PHP pour [PocketMine](https://pmmp.io).
|
||||
Autour de ce projet, aux côtés d'autres contributeurs de l'équipe [BoxOfDevs](https://github.com/BoxOfDevs) nous avons réalisé plusieurs projets à l'époque comme [Sites4Code](https://sites4code.github.io/MCPE/#), le [PocketMine Server Manager](https://github.com/BoxOfDevs/server-manager) et la nouvelle version de [PocketMine Tools](https://github.com/pmt-mcpe-fun/website/tree/master).
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ layout: default
|
|||
|
||||
# About me
|
||||
|
||||
Currently a student, I have been programming for almost 6 years, mainly in open source.
|
||||
Currently a student, I have been programming for almost 7 years, mainly in open source.
|
||||
I've started programming plugins in 2015 in PHP for [PocketMine](https://pmmp.io).
|
||||
Around that project, alongside other contributors in the [BoxOfDevs](https://github.com/BoxOfDevs) team we've made several projects at the time like [Sites4Code](https://sites4code.github.io/MCPE/#), the [PocketMine Server Manager](https://github.com/BoxOfDevs/server-manager) and the new version of [PocketMine Tools](https://github.com/pmt-mcpe-fun/website/tree/master).
|
||||
|
||||
|
|
|
@ -103,7 +103,11 @@ FrameworksDev:
|
|||
|
||||
# Frameworks I created.
|
||||
FrameworksCreated:
|
||||
- Name: NowoxComponents
|
||||
- Name: Enecss
|
||||
Icon: enecss
|
||||
Text: frameworkNowox
|
||||
Properties: CSS 3D transform framework, javascript-less interactive state system.
|
||||
- Name: NowoxComponents
|
||||
Icon: nowox
|
||||
Text: frameworkNowox
|
||||
Properties: a component based system, declarative and dynamic UI creation, styling, layout creation, animations, XML UI Declaration, and keyboard input handling.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7634557b2840ea9b1cd3ffa8481c17ebb69e31b2
|
||||
Subproject commit a2a96a281d461d0d56a16281fea4ae071d96d2bf
|
Loading…
Reference in a new issue