mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-02-03 21:57:54 +01:00
Working on main banner
This commit is contained in:
@@ -24,12 +24,12 @@ const socials = [
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="w-container my-16">
|
<div class="w-container mt-32 mb-24">
|
||||||
<div class="max-w-2xl space-y-8">
|
<div class="flex items-center flex-col space-y-4">
|
||||||
<h1 class="text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 sm:text-5xl !leading-tight">
|
<h1 class="text-center lg:text-6xl sm:text-5xl text-4xl font-bold tracking-tight text-zinc-800 dark:text-zinc-100 !leading-tight md:w-2/3">
|
||||||
Software engineer and mathematics lover
|
Software engineer, mathematics lover and AI enthusiast
|
||||||
</h1>
|
</h1>
|
||||||
<p class="leading-relaxed text-subtitle">
|
<p class="leading-relaxed text-subtitle text-center md:w-2/3 p-2">
|
||||||
I'm Arthur, a software engineer passionate about artificial intelligence and the cloud but also a mathematics student living in France. I am currently studying mathematics at the Faculty of Sciences of Paris-Saclay.
|
I'm Arthur, a software engineer passionate about artificial intelligence and the cloud but also a mathematics student living in France. I am currently studying mathematics at the Faculty of Sciences of Paris-Saclay.
|
||||||
</p>
|
</p>
|
||||||
<div class="flex gap-4">
|
<div class="flex gap-4">
|
||||||
|
|||||||
Reference in New Issue
Block a user