This commit is contained in:
Benjamin Toby 2023-10-24 18:59:00 +01:00
parent d163438f7b
commit b9364a702c
68 changed files with 4701 additions and 4697 deletions

View File

@ -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>
); );