Skip to content

Commit 5144768

Browse files
authored
Merge pull request #22 from igormcsouza/bugfix/correct-spell-mistakes
bugfix/correct spell mistakes
2 parents 00cbf14 + 8794305 commit 5144768

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
<div class="card-body">
7171
<p class="card-text">
7272
&#128106 Have a wife and a kid <br>
73-
&#127891 Undergraduate at Software Engenieering <br>
73+
&#127891 Undergraduate in Software Engineering <br>
7474
&#127981 Work at <a href="https://leadfortaleza.com.br/portal">Dell Lead</a> <br>
75-
&#128049 Have 3 cats <br>
75+
&#128049 Have three kittens <br>
7676
</p>
7777
<p class="card-text">
7878
Hey! Just a little about me! I work with data science and python development. I've
@@ -113,7 +113,10 @@
113113
<img src="/assets/img/todolist.png" class="card-img-top" alt="...">
114114
<div class="card-body">
115115
<h5 class="card-title">FullStack Todo</h5>
116-
<p class="card-text">Full Stack Todo is a Project to show up my habilites and also, provide some snippets and other pieces and bobs very useful when developing your own projects.</p>
116+
<p class="card-text">
117+
Full Stack Todo is a project to show my skills and also, provide some extracts
118+
and other valuable parts and reels when developing your own projects.
119+
</p>
117120
<div class="btn-group" role="group">
118121
<a href="https://igormcsouza.github.io/full-stack-todo" class="btn btn-primary" role="button">
119122
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-globe2" viewBox="0 0 16 16">
@@ -134,7 +137,11 @@ <h5 class="card-title">FullStack Todo</h5>
134137
<img src="/assets/img/pymetaheuristics.png" class="card-img-top" alt="...">
135138
<div class="card-body">
136139
<h5 class="card-title">Pymetaheuristics</h5>
137-
<p class="card-text">Combinatorial Optimization problems with quickly good solving.</p>
140+
<p class="card-text">
141+
A Python library to address optimization issues using, what we call, Heuristics.
142+
We use this method when base optimization techniques have failed (such as when
143+
it takes too long to solve).
144+
</p>
138145
<div class="btn-group" role="group">
139146
<a href="https://igormcsouza.github.io/pymetaheuristics" class="btn btn-primary disabled" role="button">
140147
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="bi bi-globe2" viewBox="0 0 16 16">

0 commit comments

Comments
 (0)