aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMarjan Akbari <mrjakbari@gmail.com>2020-06-14 01:27:54 +0100
committerMarjan Akbari <mrjakbari@gmail.com>2020-06-14 02:02:55 +0100
commite564f6d5e830b53df689968b245afdeb4451ea36 (patch)
tree2edcb6ff07afd83f52c9eb816268cffbf82b1ee1 /index.html
parent113cfaf0d4b42caa23485c10214240af11ed6232 (diff)
New project-flow SVG image, new .center CSS class
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.
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 297e49d..1919af3 100644
--- a/index.html
+++ b/index.html
@@ -80,7 +80,7 @@
A more informal introduction is available in <a href="pdf/slides-intro.pdf">these slides</a>.
</p>
- <img src="img/project-flow.svg" width="100%" />
+ <img class="center" src="img/project-flow.svg" width="85%" />
</section>
<section>