feat: timeline minor tweaks
This commit is contained in:
parent
6b060f38f5
commit
d2f9e5632f
|
@ -25,12 +25,12 @@
|
|||
inkscape:document-units="mm"
|
||||
showgrid="false"
|
||||
inkscape:zoom="23.318967"
|
||||
inkscape:cx="5.2532343"
|
||||
inkscape:cy="9.5630307"
|
||||
inkscape:cx="5.2103509"
|
||||
inkscape:cy="9.5630308"
|
||||
inkscape:window-width="1920"
|
||||
inkscape:window-height="1006"
|
||||
inkscape:window-height="1008"
|
||||
inkscape:window-x="0"
|
||||
inkscape:window-y="42"
|
||||
inkscape:window-y="36"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1" />
|
||||
<defs
|
||||
|
@ -43,7 +43,7 @@
|
|||
<circle
|
||||
style="fill:none;fill-opacity:1;stroke:#202228;stroke-width:0.639316;stroke-linejoin:round;stroke-opacity:1;paint-order:fill markers stroke"
|
||||
id="path1850"
|
||||
cx="155.16"
|
||||
cx="154.40691"
|
||||
cy="26.429564"
|
||||
r="0.92050833" />
|
||||
</g>
|
||||
|
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
|
@ -605,7 +605,9 @@ export default class Timeline extends Vue {
|
|||
color: #fff;
|
||||
}
|
||||
i {
|
||||
color: #d5d5d5;
|
||||
font-size: .8em;
|
||||
font-style: normal;
|
||||
color: #9d9d9d;
|
||||
}
|
||||
|
||||
li {
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"home.title": "FREELANCE DEVELOPER",
|
||||
"home.line1": "Hi, I am another freelance developer !",
|
||||
"home.line2-1": "I made this website so you can",
|
||||
"home.line2-1": "I've created this website so you can",
|
||||
"home.line2-2": "browse",
|
||||
"home.line2-3": "some of my skills and projects.",
|
||||
"home.line3": "TODO",
|
||||
"home.line4": "TODO",
|
||||
"home.line5-1": "For now, my technologies of choice are : ",
|
||||
"home.line2-3": "my skills and projects.",
|
||||
"home.line3": "I started dev back in 2010. I now have worked on more than 50 projects.",
|
||||
"home.line4": "I work hard to provide my clients with maintainable projects so that they can evolve at low cost (economic and ecological).",
|
||||
"home.line5-1": "My top technologies at the moment are",
|
||||
"home.line5-2": "and",
|
||||
"home.line5-3": "(Arduino, Raspberry).",
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"home.line2-3": "mes compétences et projets.",
|
||||
"home.line3": "J'ai démarré le dev en 2010. Aujourd'hui je compte plus de 50 projets à mon actif.",
|
||||
"home.line4": "Je suis très attaché à fournir à mes clients des projets maintenables afin qu'ils puissent évoluer à moindre coût (économique et écologique).",
|
||||
"home.line5-1": "Les technologies qui m'intéressent actuellement sont : le",
|
||||
"home.line5-1": "Les technologies qui m'intéressent actuellement sont le",
|
||||
"home.line5-2": "et l'",
|
||||
"home.line5-3": "(Arduino, Raspberry).",
|
||||
|
||||
|
|
Loading…
Reference in New Issue