Skip to content

Commit 25ffb7e

Browse files
committed
justified contents
1 parent 9cf1063 commit 25ffb7e

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Changes made to fulfil my needs:
117117
* Changed footer, header and other includes
118118
* Added [Latex support](https://talk.jekyllrb.com/t/how-to-use-latex-on-jekyll/4119/2) in _layouts/post.html
119119
* Added customized "Publications" page
120+
* Justified ```<p>``` contents
120121

121122
<div align="center">
122123
<sub><sup>© 2025 Alejandro Garnung Menéndez, licensed under the <a href="./LICENSE">MIT License</a>.</sup></sub>

_includes/about/timeline.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<div class="content">
66
<h2>{{ item.title }}</h2>
77
<h6 class="date">{{ item.from }} — {{ item.to }}</h6>
8-
<p>{{ item.description }}</p>
8+
<p style="text-align: justify;">{{ item.description }}</p>
99
</div>
1010
</div>
1111
{% endfor %}
1212
</div>
13-
</div>
13+
</div>

_includes/about/timeline_experience.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="content">
66
<h2>{{ item.title }}</h2>
77
<h6 class="date">{{ item.from }} — {{ item.to }}</h6>
8-
<p>{{ item.description }}</p>
8+
<p style="text-align: justify;">{{ item.description }}</p>
99
</div>
1010
</div>
1111
{% endfor %}

pages/about.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ weight: 3
88
# **About Me**
99

1010
Hi, I am **{{ site.author.name }}** :globe_with_meridians:,<br>
11+
12+
<p style="text-align: justify;">
1113
My interests focus on the research and development of analytical techniques and machine learning for computer vision and image processing to continuously improve a variety of applications, with an emphasis on cutting-edge systems and processes that involve object inspection and measurement algorithms, particularly in digital images and 3D point clouds.
14+
</p>
1215

1316
<div class="row">
1417
{% include about/skills.html title="Programming Skills" source=site.data.programming-skills %}

0 commit comments

Comments
 (0)