aboutsummaryrefslogtreecommitdiff
path: root/img/project-flow.svg
AgeCommit message (Collapse)AuthorLines
2020-06-14Correction of comment style in SVG fileMarjan Akbari-3/+5
In the previous commit, I added comment wrongly by having '%%' around comment about copyright in the SVG file of the project-flow image. Because of this mistake, the image was not displayed in the website. Whit this commit, I replaced '%%' with '<!--' and image can be seen in the website.
2020-06-14New project-flow SVG image, new .center CSS classMarjan Akbari-499/+470
Until now, The project-flow SVG image was saved as optimized SVG with comments saved in it by Inkscape. This made its size about than 230 KB. The icon of paper in the image was also a simple paper. With this commit, I modified the icon of the paper and added some details: a small shape made of a square and circle inside the text of the paper to look like a figure. Then I saved it as an optimized SVG file without any comments. This allows us to have a file with 208KB size. For putting the image in the website I also decreased its size, so it was necessary to center it. To do this, I added a general class '.center' for this job and added it in 'base.css' at the end of General style section to allow us have everything with this class in the center.
2020-06-10Converted fonts to paths to fix change of font in different systemsMarjan Akbari-799/+568
When we look at the SVG in systems with different fonts, the result is not the same.
2020-06-10Added an SVG implementation of the project flow graph to top pageMarjan Akbari-0/+801
This SVG figure was modeled on the slides that present Maneage and created with Inkscape from scratch. Because converting the EPS/PDF created by LaTeX would make the SVG around 1Mb, but making the svg from scratch, it is now 44Kb :-).