Updates
This commit is contained in:
parent
d163438f7b
commit
b9364a702c
@ -10,13 +10,17 @@ export default function Hero() {
|
|||||||
// id="hero-text-section"
|
// id="hero-text-section"
|
||||||
>
|
>
|
||||||
<span className="text-primary-light text-lg">About Me</span>
|
<span className="text-primary-light text-lg">About Me</span>
|
||||||
<h1
|
<h1 className="text-5xl leading-snug" id="hero-text">
|
||||||
className="text-5xl leading-snug"
|
I live on the bleeding edge of technology
|
||||||
id="hero-text"
|
|
||||||
>
|
|
||||||
Ben of All Trades, Master of All
|
|
||||||
</h1>
|
</h1>
|
||||||
<span className="hero-sub-text">Quick learner, adaptable, problem solver, curious. I strive to know the system, rather than the status quo. My credo is: no problem too great, no knowledge too vast, no logic too complex. I thrive in difficult situations and complex hurdles: problem solving is now second nature to me: if you can think it, it can be done.</span>
|
<span className="hero-sub-text">
|
||||||
|
Quick learner, adaptable, problem solver, curious. I strive
|
||||||
|
to know the system, rather than the status quo. My credo is:
|
||||||
|
no problem too great, no knowledge too vast, no logic too
|
||||||
|
complex. I thrive in difficult situations and complex
|
||||||
|
hurdles: problem solving is now second nature to me: if you
|
||||||
|
can think it, it can be done.
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user