Skip to content

Commit 692c505

Browse files
committed
added benefit statement
1 parent dcd4a48 commit 692c505

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ <h1>Yael Goede</h1>
4141
<i class="fab fa-linkedin"></i> Connect on LinkedIn
4242
</a>
4343
</div>
44+
<div class="personal-statement">
45+
<span style="font-size: 2rem;">I innovate and automate </span> <br> For you I transform complex challenges into streamlined, efficient solutions that not only drive measurable results but also free up your time to focus on strategic growth and creative problem solving. This approach allows you to continually enhance productivity, add value to every project, and stay ahead in a rapidly evolving landscape.
46+
</div>
4447
<div class="header-bg"></div>
4548
</header>
4649

styles.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,18 @@ h3 {
9595
font-size: 1.1rem;
9696
}
9797

98+
.personal-statement {
99+
color: white;
100+
font-size: 1.4rem;
101+
font-weight: 300;
102+
margin-top: 1.5rem;
103+
padding: 0.5rem;
104+
background: rgba(255, 255, 255, 0.1);
105+
border-radius: 4px;
106+
display: inline-block;
107+
}
108+
109+
98110
.linkedin-button {
99111
display: inline-flex;
100112
align-items: center;

0 commit comments

Comments
 (0)