Skip to content

Commit e97d2dc

Browse files
committed
remove the presentation elements
1 parent 36f5a99 commit e97d2dc

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

css/presentation-section.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
.presentation-title {
8-
font-size: 2.5rem;
8+
font-size: 2.4rem;
99
color: var(--default-secundary-font-color);
1010
animation: 1s show-presentation ease;
1111
margin-top: 0.7rem;

index.html

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,25 @@
134134
<main>
135135
<section>
136136
<div class="presentation centered-article">
137-
<h1 class="presentation-title">
138-
Hi, I am <br class="br-show" />Carlos Jorge, <br />
139-
Web developer!
140-
</h1>
141-
<h2 class="presentation-main-skill">
142-
Welcome to my personal portfolio!
143-
</h2>
144-
<p class="presentation-description">
145-
I'm a cuban computer science from Havana University. Currently, I'm
146-
working as full-stack engineer focused in building .net application
147-
and their performance. Also, I work in frontend websites using
148-
frameworks like angular, vue or react.
149-
</p>
137+
<div class="reveal active">
138+
<h1 class="presentation-title">
139+
Hi, I am <br class="br-show" />Carlos Jorge, <br />
140+
Web developer!
141+
</h1>
142+
</div>
143+
<div class="reveal active">
144+
<h2 class="presentation-main-skill">
145+
Welcome to my personal portfolio!
146+
</h2>
147+
</div>
148+
<div class="reveal active">
149+
<p class="presentation-description">
150+
I'm a cuban computer science from Havana University. Currently,
151+
I'm working as full-stack engineer focused in building .net
152+
application and their performance. Also, I work in frontend
153+
websites using frameworks like angular, vue or react.
154+
</p>
155+
</div>
150156
</div>
151157
</section>
152158
<section id="aboutMe">

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function reveal() {
77
if (
88
elementTop <
99
windowHeight - element.getBoundingClientRect().height + 150 &&
10-
elementBottom >= 150
10+
elementBottom >= 140
1111
) {
1212
console.log(element);
1313
element.classList.add("active");

0 commit comments

Comments
 (0)