added hero
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m30s
All checks were successful
Vercel Preview Deployment / Deploy-Preview (push) Successful in 1m30s
This commit is contained in:
parent
4c93cff666
commit
f914ab7935
BIN
src/lib/images/hero.webp
Normal file
BIN
src/lib/images/hero.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
@ -5,6 +5,7 @@
|
|||||||
import rack from '$lib/images/rack.webp';
|
import rack from '$lib/images/rack.webp';
|
||||||
import portfolio from '$lib/images/portfolio.png';
|
import portfolio from '$lib/images/portfolio.png';
|
||||||
import localWeather from '$lib/images/localWeather.png';
|
import localWeather from '$lib/images/localWeather.png';
|
||||||
|
import hero from '$lib/images/hero.webp';
|
||||||
|
|
||||||
const images = [
|
const images = [
|
||||||
{
|
{
|
||||||
@ -15,7 +16,14 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="text-center text-xl">
|
<div class="text-center text-xl">
|
||||||
<Heading tag="h1" class="my-4">father by day <Mark>developer</Mark> by night</Heading>
|
<div class="flex my-4 gap-4">
|
||||||
|
<Heading tag="h1" class="md:text-right">father by day <Mark>developer</Mark> by night</Heading>
|
||||||
|
<img
|
||||||
|
src={hero}
|
||||||
|
alt=""
|
||||||
|
class="hidden md:block rounded-xl max-h-36 w-auto shadow-inner border border-slate-700"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<h2 class="py-2">
|
<h2 class="py-2">
|
||||||
welcome to my space. For now it is used to document my learnings and share my projects. It might
|
welcome to my space. For now it is used to document my learnings and share my projects. It might
|
||||||
expand over time.
|
expand over time.
|
||||||
|
Loading…
Reference in New Issue
Block a user