Add logo assets and update favicon; modify homepage and navbar for branding
This commit is contained in:
@@ -6,15 +6,18 @@ function Home() {
|
||||
<section id="home" className="min-h-screen flex items-center justify-center relative">
|
||||
<RevealOnScroll>
|
||||
<div className="text-center z-10 px-4">
|
||||
<h1 className="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-blue-500 to-purple-600 bg-clip-text text-transparent leading-right">
|
||||
<h1 className="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-blue-500 to-cyan-400 bg-clip-text text-transparent leading-right">
|
||||
Alexis Pencrane
|
||||
</h1>
|
||||
|
||||
<p className="text-gray-500 text-lg mb-8 max-w-lg mx-auto">
|
||||
I'm a student in Networks and Telecommunications, specializing in Cybersecurity. I love learning new things related to networking and cybersecurity.
|
||||
I'm a student in Networks and Telecommunications, specializing in Cybersecurity. I love learning new things related to networking and cybersecurity.
|
||||
</p>
|
||||
|
||||
<div className="flex justify-center space-x-4">
|
||||
<a href="#about" className="bg-blue-500 text-white py-3 px-6 rounded font-medium transition relative overflow-hidden hover:-translate-y-0.5 hover:shadow-[0_0_15px_rgba(59, 130, 246, 0.4)]">
|
||||
Learn more about me
|
||||
</a>
|
||||
<a href="#projects" className="bg-blue-500 text-white py-3 px-6 rounded font-medium transition relative overflow-hidden hover:-translate-y-0.5 hover:shadow-[0_0_15px_rgba(59, 130, 246, 0.4)]">
|
||||
View Projects
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user