Skip to content

Commit 8337c71

Browse files
committed
improve SEO
1 parent 3de3980 commit 8337c71

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

css/project-section.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.card-projects {
22
display: flex;
33
flex-direction: column;
4-
padding: 2rem;
4+
padding: 1rem;
55
}
66

77
.card-project {

css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ hr {
100100
flex-direction: column;
101101
justify-content: center;
102102
height: 90%;
103+
padding: 1rem;
103104
}
104105

105106
@keyframes show-presentation {

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ <h2 class="presentation-main-skill">
149149
</p>
150150
</div>
151151
</section>
152-
<section>
153-
<article id="aboutMe" class="centered-article">
152+
<section id="aboutMe">
153+
<div class="centered-article">
154154
<h2 class="subtitle reveal">About me</h2>
155155
<p class="reveal">
156156
Hello, My name is Carlos Jorge. I'm a full-stack engineer that enjoy
@@ -165,14 +165,14 @@ <h2 class="subtitle reveal">About me</h2>
165165
In my free time I like listening to music, reading books or watching
166166
movies from favorite directors.
167167
</p>
168-
</article>
168+
</div>
169169
</section>
170-
<section>
171-
<h2 class="subtitle reveal">
172-
Some projects<br />
173-
I've make
174-
</h2>
170+
<section id="work">
175171
<div class="card-projects">
172+
<h2 class="subtitle reveal">
173+
Some projects<br />
174+
I've make
175+
</h2>
176176
<div id="open-ecommerce" class="card-project reveal">
177177
<div class="card-title">OpenEcommerce</div>
178178
<div class="card-description">

0 commit comments

Comments
 (0)