100% finis
This commit is contained in:
330
index.html
330
index.html
@@ -6,13 +6,16 @@
|
|||||||
<title>Portfolio Apon</title>
|
<title>Portfolio Apon</title>
|
||||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||||
|
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top shadow-sm">
|
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top shadow-sm">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="#hero">Apon Portfolio</a>
|
<a class="navbar-brand fw-bold" href="#hero">
|
||||||
|
<i class="fas fa-code me-2"></i>Apon
|
||||||
|
</a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
</button>
|
</button>
|
||||||
@@ -20,6 +23,7 @@
|
|||||||
<ul class="navbar-nav text-center">
|
<ul class="navbar-nav text-center">
|
||||||
<li class="nav-item"><a class="nav-link" href="#hero">Accueil</a></li>
|
<li class="nav-item"><a class="nav-link" href="#hero">Accueil</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="#about">À propos</a></li>
|
<li class="nav-item"><a class="nav-link" href="#about">À propos</a></li>
|
||||||
|
<li class="nav-item"><a class="nav-link" href="#skills">Compétences</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="#projects">Projets</a></li>
|
<li class="nav-item"><a class="nav-link" href="#projects">Projets</a></li>
|
||||||
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
|
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -28,49 +32,268 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<section id="hero" class="d-flex align-items-center justify-content-center text-center">
|
<section id="hero" class="d-flex align-items-center justify-content-center text-center">
|
||||||
|
<div class="floating-elements">
|
||||||
|
<div class="floating-element el-1"><i class="fas fa-code"></i></div>
|
||||||
|
<div class="floating-element el-2"><i class="fas fa-laptop"></i></div>
|
||||||
|
<div class="floating-element el-3"><i class="fas fa-mobile-alt"></i></div>
|
||||||
|
<div class="floating-element el-4"><i class="fas fa-database"></i></div>
|
||||||
|
</div>
|
||||||
<div class="hero-content">
|
<div class="hero-content">
|
||||||
<h1>Bonjour, je suis <span>Apon</span></h1>
|
<h1 class="mb-4" data-aos="fade-down" data-aos-delay="200">Bonjour, je suis <span class="typing-text"></span></h1>
|
||||||
<p>Étudiant en BTS CIEL • Passionné par le numérique et les loisirs créatifs</p>
|
<p class="lead mb-4" data-aos="fade-up" data-aos-delay="400">Étudiant en BTS CIEL • Passionné par le numérique</p>
|
||||||
|
<div data-aos="zoom-in" data-aos-delay="600">
|
||||||
|
<a href="#contact" class="btn btn-custom me-3">Me contacter</a>
|
||||||
|
<a href="#projects" class="btn btn-outline-custom">Mes projets</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="about">
|
<section id="about">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<h2>À propos</h2>
|
<h2 class="section-title" data-aos="fade-down">À propos</h2>
|
||||||
<div class="row justify-content-center">
|
<div class="row justify-content-center">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8" data-aos="fade-up">
|
||||||
<p>Je m'appelle Apon, j'ai 21 ans. Étudiant en BTS CIEL après un bac général. Passionné par le badminton, les films et séries. J'aime créer et apprendre de nouvelles compétences numériques.</p>
|
<p>Je m'appelle Apon, j'ai 21 ans. Étudiant en BTS CIEL après un bac général. Passionné par le badminton, les films et séries. J'aime créer et apprendre de nouvelles compétences numériques.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row mt-5">
|
||||||
|
<div class="col-md-4" data-aos="fade-right" data-aos-delay="200">
|
||||||
|
<div class="about-item">
|
||||||
|
<div class="icon-wrapper">
|
||||||
|
<i class="fas fa-graduation-cap fa-3x mb-3 text-primary"></i>
|
||||||
|
</div>
|
||||||
|
<h5>Formation</h5>
|
||||||
|
<p>BTS CIEL (Cybersécurité, Informatique et réseaux, Electronique)</p>
|
||||||
|
<div class="timeline">
|
||||||
|
<div class="timeline-item">
|
||||||
|
<span class="year">2023-2025</span>
|
||||||
|
<span class="event">BTS CIEL</span>
|
||||||
|
</div>
|
||||||
|
<div class="timeline-item">
|
||||||
|
<span class="year">2022</span>
|
||||||
|
<span class="event">Bac Général</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4" data-aos="fade-up" data-aos-delay="300">
|
||||||
|
<div class="about-item">
|
||||||
|
<div class="icon-wrapper">
|
||||||
|
<i class="fas fa-laptop-code fa-3x mb-3 text-primary"></i>
|
||||||
|
</div>
|
||||||
|
<h5>Passion</h5>
|
||||||
|
<p>Développement web, programmation et nouvelles technologies</p>
|
||||||
|
<div class="hobbies">
|
||||||
|
<span class="hobby-tag">Coding</span>
|
||||||
|
<span class="hobby-tag">Design</span>
|
||||||
|
<span class="hobby-tag">Innovation</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-4" data-aos="fade-left" data-aos-delay="400">
|
||||||
|
<div class="about-item">
|
||||||
|
<div class="icon-wrapper">
|
||||||
|
<i class="fas fa-running fa-3x mb-3 text-primary"></i>
|
||||||
|
</div>
|
||||||
|
<h5>Loisirs</h5>
|
||||||
|
<p>Badminton, cinéma et séries</p>
|
||||||
|
<div class="hobbies">
|
||||||
|
<span class="hobby-tag">Badminton</span>
|
||||||
|
<span class="hobby-tag">Cinéma</span>
|
||||||
|
<span class="hobby-tag">Séries</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id="skills">
|
||||||
|
<div class="container text-center">
|
||||||
|
<h2 class="section-title" data-aos="fade-down">Mes Compétences</h2>
|
||||||
|
<div class="row justify-content-center">
|
||||||
|
<div class="col-lg-10">
|
||||||
|
<div class="row g-4">
|
||||||
|
<div class="col-md-6" data-aos="fade-right">
|
||||||
|
<div class="skill-category">
|
||||||
|
<h4 class="mb-4"><i class="fas fa-code me-2"></i>Développement Web</h4>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>HTML/CSS</span>
|
||||||
|
<span class="skill-level">Intermédiaire</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 75%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>JavaScript</span>
|
||||||
|
<span class="skill-level">Bases</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 50%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>Bootstrap</span>
|
||||||
|
<span class="skill-level">Intermédiaire</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 70%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-6" data-aos="fade-left">
|
||||||
|
<div class="skill-category">
|
||||||
|
<h4 class="mb-4"><i class="fas fa-desktop me-2"></i>Informatique</h4>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>Suite Office</span>
|
||||||
|
<span class="skill-level">Avancé</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 85%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>Montage PC</span>
|
||||||
|
<span class="skill-level">Intermédiaire</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 70%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>Résolution de problèmes</span>
|
||||||
|
<span class="skill-level">Intermédiaire</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 75%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-6" data-aos="fade-right" data-aos-delay="200">
|
||||||
|
<div class="skill-category">
|
||||||
|
<h4 class="mb-4"><i class="fas fa-users me-2"></i>Soft Skills</h4>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>Travail d'équipe</span>
|
||||||
|
<span class="skill-level">Avancé</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 80%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>Communication</span>
|
||||||
|
<span class="skill-level">Intermédiaire</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 70%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>Organisation</span>
|
||||||
|
<span class="skill-level">Intermédiaire</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 75%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-md-6" data-aos="fade-left" data-aos-delay="200">
|
||||||
|
<div class="skill-category">
|
||||||
|
<h4 class="mb-4"><i class="fas fa-language me-2"></i>Langues</h4>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>Français</span>
|
||||||
|
<span class="skill-level">Courant</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 90%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="skill-item">
|
||||||
|
<div class="skill-name">
|
||||||
|
<span>Anglais</span>
|
||||||
|
<span class="skill-level">Intermédiaire</span>
|
||||||
|
</div>
|
||||||
|
<div class="progress">
|
||||||
|
<div class="progress-bar" role="progressbar" style="width: 65%"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="projects">
|
<section id="projects">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<h2>Mes projets</h2>
|
<h2 class="section-title" data-aos="fade-down">Mes Projets</h2>
|
||||||
<div class="row g-4 justify-content-center">
|
<div class="row g-4 justify-content-center">
|
||||||
<div class="col-md-4">
|
<div class="col-md-4" data-aos="flip-left" data-aos-delay="200">
|
||||||
<div class="card project-card h-100 shadow-sm">
|
<div class="card project-card h-100 shadow-sm">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Projet 1</h5>
|
<div class="project-icon">
|
||||||
<p class="card-text">Développement web pendant mon stage</p>
|
<i class="fas fa-cogs"></i>
|
||||||
|
</div>
|
||||||
|
<h5 class="card-title">CMS Simplifié</h5>
|
||||||
|
<p class="card-text">Système de gestion de contenu développé en PHP/MySQL avec zone d'administration et CRUD complet.</p>
|
||||||
|
<div class="project-tags">
|
||||||
|
<span class="badge bg-primary">PHP</span>
|
||||||
|
<span class="badge bg-secondary">MySQL</span>
|
||||||
|
<span class="badge bg-info">HTML/CSS</span>
|
||||||
|
</div>
|
||||||
|
<a href="https://gitea.lasallesaintdenis.com/apon2/projet-cms" target="_blank" class="btn-project mt-3">Voir le projet</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4" data-aos="flip-left" data-aos-delay="300">
|
||||||
<div class="card project-card h-100 shadow-sm">
|
<div class="card project-card h-100 shadow-sm">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Projet 2</h5>
|
<div class="project-icon">
|
||||||
<p class="card-text">Projet personnel pour apprendre à coder</p>
|
<i class="fas fa-school"></i>
|
||||||
|
</div>
|
||||||
|
<h5 class="card-title">Site Web Lycée</h5>
|
||||||
|
<p class="card-text">Création d'un site web pour le lycée avec interface moderne et responsive.</p>
|
||||||
|
<div class="project-tags">
|
||||||
|
<span class="badge bg-primary">HTML/CSS</span>
|
||||||
|
<span class="badge bg-success">JavaScript</span>
|
||||||
|
<span class="badge bg-info">Responsive</span>
|
||||||
|
</div>
|
||||||
|
<button class="btn-project mt-3">Voir le projet</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-4">
|
<div class="col-md-4" data-aos="flip-left" data-aos-delay="400">
|
||||||
<div class="card project-card h-100 shadow-sm">
|
<div class="card project-card h-100 shadow-sm">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">Projet 3</h5>
|
<div class="project-icon">
|
||||||
<p class="card-text">Projet créatif combinant technologie et loisirs</p>
|
<i class="fas fa-gamepad"></i>
|
||||||
|
</div>
|
||||||
|
<h5 class="card-title">Site avec Mini-Jeux</h5>
|
||||||
|
<p class="card-text">Développement d'un site web avec 4 mini-jeux intégrés pour pratiquer mes compétences.</p>
|
||||||
|
<div class="project-tags">
|
||||||
|
<span class="badge bg-success">JavaScript</span>
|
||||||
|
<span class="badge bg-primary">HTML/CSS</span>
|
||||||
|
<span class="badge bg-warning">Animation CSS</span>
|
||||||
|
</div>
|
||||||
|
<button class="btn-project mt-3">Voir le projet</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,38 +303,99 @@
|
|||||||
|
|
||||||
<section id="contact">
|
<section id="contact">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<h2>Contact</h2>
|
<h2 class="section-title" data-aos="fade-down">Contact</h2>
|
||||||
<div class="row g-4 justify-content-center">
|
<div class="row g-4 justify-content-center">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3" data-aos="zoom-in" data-aos-delay="200">
|
||||||
<a href="mailto:aponbarua14@gmail.com" class="text-decoration-none">
|
<a href="mailto:aponbarua14@gmail.com" class="text-decoration-none">
|
||||||
<div class="card contact-card shadow-sm p-3">
|
<div class="card contact-card shadow-sm p-3">
|
||||||
<i class="fas fa-envelope fa-2x mb-2 text-primary"></i>
|
<div class="contact-icon">
|
||||||
|
<i class="fas fa-envelope fa-2x mb-2 text-primary"></i>
|
||||||
|
</div>
|
||||||
<h5>Email</h5>
|
<h5>Email</h5>
|
||||||
<p>aponbarua14@gmail.com</p>
|
<p>aponbarua14@gmail.com</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3" data-aos="zoom-in" data-aos-delay="300">
|
||||||
<div class="card contact-card shadow-sm p-3">
|
<div class="card contact-card shadow-sm p-3">
|
||||||
<i class="fas fa-phone fa-2x mb-2 text-success"></i>
|
<div class="contact-icon">
|
||||||
|
<i class="fas fa-phone fa-2x mb-2 text-success"></i>
|
||||||
|
</div>
|
||||||
<h5>Téléphone</h5>
|
<h5>Téléphone</h5>
|
||||||
<p>+33 7 54 58 73 06</p>
|
<p>+33 7 54 58 73 06</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3" data-aos="zoom-in" data-aos-delay="400">
|
||||||
<a href="https://www.linkedin.com/in/apon-barua-3506a0330/" target="_blank" class="text-decoration-none">
|
<a href="https://www.linkedin.com/in/apon-barua-3506a0330/" target="_blank" class="text-decoration-none">
|
||||||
<div class="card contact-card shadow-sm p-3">
|
<div class="card contact-card shadow-sm p-3">
|
||||||
<i class="fab fa-linkedin fa-2x mb-2 text-info"></i>
|
<div class="contact-icon">
|
||||||
|
<i class="fab fa-linkedin fa-2x mb-2 text-info"></i>
|
||||||
|
</div>
|
||||||
<h5>LinkedIn</h5>
|
<h5>LinkedIn</h5>
|
||||||
<p>Apon</p>
|
<p>Apon Barua</p>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-3" data-aos="zoom-in" data-aos-delay="500">
|
||||||
|
<a href="https://github.com" target="_blank" class="text-decoration-none">
|
||||||
|
<div class="card contact-card shadow-sm p-3">
|
||||||
|
<div class="contact-icon">
|
||||||
|
<i class="fab fa-github fa-2x mb-2 text-dark"></i>
|
||||||
|
</div>
|
||||||
|
<h5>GitHub</h5>
|
||||||
|
<p>Mes projets</p>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row justify-content-center mt-5">
|
||||||
|
<div class="col-md-8" data-aos="fade-up">
|
||||||
|
<div class="card contact-form-card shadow-sm">
|
||||||
|
<div class="card-body p-4">
|
||||||
|
<h4 class="mb-4">Envoyez-moi un message</h4>
|
||||||
|
<form id="contactForm">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6 mb-3">
|
||||||
|
<input type="text" class="form-control" placeholder="Votre nom" required>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 mb-3">
|
||||||
|
<input type="email" class="form-control" placeholder="Votre email" required>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="mb-3">
|
||||||
|
<input type="text" class="form-control" placeholder="Sujet" required>
|
||||||
|
</div>
|
||||||
|
<div class="mb-3">
|
||||||
|
<textarea class="form-control" rows="5" placeholder="Votre message" required></textarea>
|
||||||
|
</div>
|
||||||
|
<button type="submit" class="btn btn-custom">Envoyer</button>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<footer class="bg-dark text-light py-4 text-center">
|
||||||
|
<div class="container">
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-md-6 text-md-start">
|
||||||
|
<p>© 2024 Apon Portfolio. Tous droits réservés.</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 text-md-end">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
<button id="backToTop" class="back-to-top">
|
||||||
|
<i class="fas fa-arrow-up"></i>
|
||||||
|
</button>
|
||||||
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
|
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
244
script.js
244
script.js
@@ -1,8 +1,248 @@
|
|||||||
|
AOS.init({
|
||||||
|
duration: 1000,
|
||||||
|
once: true,
|
||||||
|
offset: 100
|
||||||
|
});
|
||||||
|
|
||||||
|
window.addEventListener('load', function() {
|
||||||
|
const loadingScreen = document.getElementById('loading');
|
||||||
|
setTimeout(() => {
|
||||||
|
loadingScreen.style.opacity = '0';
|
||||||
|
loadingScreen.style.visibility = 'hidden';
|
||||||
|
document.body.style.overflow = 'auto';
|
||||||
|
}, 1000);
|
||||||
|
});
|
||||||
|
|
||||||
const links = document.querySelectorAll('a.nav-link, .navbar-brand');
|
const links = document.querySelectorAll('a.nav-link, .navbar-brand');
|
||||||
links.forEach(link => {
|
links.forEach(link => {
|
||||||
link.addEventListener('click', function(e){
|
link.addEventListener('click', function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
const target = document.querySelector(this.getAttribute('href'));
|
const target = document.querySelector(this.getAttribute('href'));
|
||||||
target.scrollIntoView({behavior:'smooth'});
|
if (target) {
|
||||||
|
target.scrollIntoView({ behavior: 'smooth' });
|
||||||
|
const navbarToggler = document.querySelector('.navbar-toggler');
|
||||||
|
const navbarCollapse = document.querySelector('.navbar-collapse');
|
||||||
|
if (navbarCollapse.classList.contains('show')) {
|
||||||
|
navbarToggler.click();
|
||||||
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
window.addEventListener('scroll', function() {
|
||||||
|
const navbar = document.querySelector('.navbar');
|
||||||
|
const backToTop = document.getElementById('backToTop');
|
||||||
|
|
||||||
|
if (window.scrollY > 50) {
|
||||||
|
navbar.classList.add('scrolled');
|
||||||
|
} else {
|
||||||
|
navbar.classList.remove('scrolled');
|
||||||
|
}
|
||||||
|
|
||||||
|
if (window.scrollY > 300) {
|
||||||
|
backToTop.classList.add('show');
|
||||||
|
} else {
|
||||||
|
backToTop.classList.remove('show');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
document.getElementById('backToTop').addEventListener('click', function() {
|
||||||
|
window.scrollTo({ top: 0, behavior: 'smooth' });
|
||||||
|
});
|
||||||
|
|
||||||
|
function typeWriter(element, text, speed = 100) {
|
||||||
|
let i = 0;
|
||||||
|
element.innerHTML = '';
|
||||||
|
|
||||||
|
function type() {
|
||||||
|
if (i < text.length) {
|
||||||
|
element.innerHTML += text.charAt(i);
|
||||||
|
i++;
|
||||||
|
setTimeout(type, speed);
|
||||||
|
} else {
|
||||||
|
setTimeout(() => {
|
||||||
|
deleteText(element, text, speed);
|
||||||
|
}, 2000);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function deleteText(el, txt, spd) {
|
||||||
|
let j = txt.length;
|
||||||
|
|
||||||
|
function del() {
|
||||||
|
if (j > 0) {
|
||||||
|
el.innerHTML = txt.substring(0, j - 1);
|
||||||
|
j--;
|
||||||
|
setTimeout(del, spd / 2);
|
||||||
|
} else {
|
||||||
|
setTimeout(() => {
|
||||||
|
typeWriter(element, texts[(textIndex + 1) % texts.length]);
|
||||||
|
}, 500);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
del();
|
||||||
|
}
|
||||||
|
|
||||||
|
type();
|
||||||
|
}
|
||||||
|
|
||||||
|
const texts = ["Apon", "APON", "Passionné"];
|
||||||
|
let textIndex = 0;
|
||||||
|
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
const typingElement = document.querySelector('.typing-text');
|
||||||
|
if (typingElement) {
|
||||||
|
typeWriter(typingElement, texts[0]);
|
||||||
|
}
|
||||||
|
|
||||||
|
const skillBars = document.querySelectorAll('.progress-bar');
|
||||||
|
const skillObserver = new IntersectionObserver((entries) => {
|
||||||
|
entries.forEach(entry => {
|
||||||
|
if (entry.isIntersecting) {
|
||||||
|
const bar = entry.target;
|
||||||
|
const width = bar.style.width;
|
||||||
|
bar.style.width = '0';
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
bar.style.width = width;
|
||||||
|
bar.style.transition = 'width 1.5s ease-in-out';
|
||||||
|
}, 300);
|
||||||
|
|
||||||
|
skillObserver.unobserve(bar);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}, { threshold: 0.5 });
|
||||||
|
|
||||||
|
skillBars.forEach(bar => {
|
||||||
|
skillObserver.observe(bar);
|
||||||
|
});
|
||||||
|
|
||||||
|
const projectCards = document.querySelectorAll('.project-card');
|
||||||
|
projectCards.forEach(card => {
|
||||||
|
card.addEventListener('mouseenter', function() {
|
||||||
|
this.style.transform = 'translateY(-15px) scale(1.02)';
|
||||||
|
});
|
||||||
|
|
||||||
|
card.addEventListener('mouseleave', function() {
|
||||||
|
this.style.transform = 'translateY(0) scale(1)';
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
const contactForm = document.getElementById('contactForm');
|
||||||
|
if (contactForm) {
|
||||||
|
contactForm.addEventListener('submit', function(e) {
|
||||||
|
e.preventDefault();
|
||||||
|
|
||||||
|
const inputs = this.querySelectorAll('input, textarea');
|
||||||
|
let isValid = true;
|
||||||
|
|
||||||
|
inputs.forEach(input => {
|
||||||
|
if (!input.value.trim()) {
|
||||||
|
isValid = false;
|
||||||
|
input.style.borderColor = 'red';
|
||||||
|
} else {
|
||||||
|
input.style.borderColor = '#e0e0e0';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
if (isValid) {
|
||||||
|
alert('Message envoyé avec succès !');
|
||||||
|
this.reset();
|
||||||
|
} else {
|
||||||
|
alert('Veuillez remplir tous les champs.');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
const buttons = document.querySelectorAll('.btn-custom, .btn-outline-custom, .btn-project');
|
||||||
|
buttons.forEach(button => {
|
||||||
|
button.addEventListener('click', function(e) {
|
||||||
|
const ripple = document.createElement('span');
|
||||||
|
const rect = this.getBoundingClientRect();
|
||||||
|
const size = Math.max(rect.width, rect.height);
|
||||||
|
const x = e.clientX - rect.left - size / 2;
|
||||||
|
const y = e.clientY - rect.top - size / 2;
|
||||||
|
|
||||||
|
ripple.style.width = ripple.style.height = size + 'px';
|
||||||
|
ripple.style.left = x + 'px';
|
||||||
|
ripple.style.top = y + 'px';
|
||||||
|
ripple.classList.add('ripple');
|
||||||
|
|
||||||
|
this.appendChild(ripple);
|
||||||
|
|
||||||
|
setTimeout(() => {
|
||||||
|
ripple.remove();
|
||||||
|
}, 600);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
const yearElement = document.querySelector('footer p');
|
||||||
|
if (yearElement) {
|
||||||
|
const currentYear = new Date().getFullYear();
|
||||||
|
yearElement.innerHTML = `© ${currentYear} Apon Portfolio. Tous droits réservés.`;
|
||||||
|
}
|
||||||
|
|
||||||
|
window.addEventListener('scroll', function() {
|
||||||
|
const scrolled = window.pageYOffset;
|
||||||
|
const hero = document.getElementById('hero');
|
||||||
|
if (hero) {
|
||||||
|
hero.style.backgroundPositionY = -(scrolled * 0.5) + 'px';
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
const style = document.createElement('style');
|
||||||
|
style.textContent = `
|
||||||
|
.ripple {
|
||||||
|
position: absolute;
|
||||||
|
border-radius: 50%;
|
||||||
|
background: rgba(255, 255, 255, 0.6);
|
||||||
|
transform: scale(0);
|
||||||
|
animation: ripple-animation 0.6s linear;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes ripple-animation {
|
||||||
|
to {
|
||||||
|
transform: scale(4);
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-custom, .btn-outline-custom, .btn-project {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
`;
|
||||||
|
document.head.appendChild(style);
|
||||||
|
});
|
||||||
|
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
const skillItems = document.querySelectorAll('.skill-item');
|
||||||
|
|
||||||
|
skillItems.forEach(item => {
|
||||||
|
item.addEventListener('mouseenter', function() {
|
||||||
|
this.style.transform = 'scale(1.05)';
|
||||||
|
this.style.transition = 'transform 0.3s ease';
|
||||||
|
});
|
||||||
|
|
||||||
|
item.addEventListener('mouseleave', function() {
|
||||||
|
this.style.transform = 'scale(1)';
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
function createParticles() {
|
||||||
|
const hero = document.getElementById('hero');
|
||||||
|
if (!hero) return;
|
||||||
|
|
||||||
|
for (let i = 0; i < 20; i++) {
|
||||||
|
const particle = document.createElement('div');
|
||||||
|
particle.classList.add('particle');
|
||||||
|
particle.style.left = Math.random() * 100 + 'vw';
|
||||||
|
particle.style.animationDuration = (Math.random() * 10 + 10) + 's';
|
||||||
|
particle.style.animationDelay = Math.random() * 5 + 's';
|
||||||
|
hero.appendChild(particle);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
window.addEventListener('load', createParticles);
|
||||||
623
style.css
623
style.css
@@ -1,12 +1,106 @@
|
|||||||
body {
|
:root {
|
||||||
font-family: Arial, sans-serif;
|
--primary-color: #0277bd;
|
||||||
scroll-behavior: smooth;
|
--secondary-color: #01579b;
|
||||||
background-color: #f0f4f8;
|
--accent-color: #ff6f00;
|
||||||
color: #333;
|
--light-blue: #e1f5fe;
|
||||||
margin: 0;
|
--light-green: #e8f5e9;
|
||||||
|
--light-orange: #fff3e0;
|
||||||
|
--light-purple: #f3e5f5;
|
||||||
|
--light-cyan: #e0f7fa;
|
||||||
|
--dark-color: #333;
|
||||||
|
--light-color: #f8f9fa;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h5 { font-weight: 700; }
|
* {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
background-color: var(--light-color);
|
||||||
|
color: var(--dark-color);
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading-screen {
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
z-index: 9999;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.loading-screen p {
|
||||||
|
margin-top: 20px;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.spinner {
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
border: 5px solid rgba(255, 255, 255, 0.3);
|
||||||
|
border-radius: 50%;
|
||||||
|
border-top-color: white;
|
||||||
|
animation: spin 1s ease-in-out infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes spin {
|
||||||
|
to { transform: rotate(360deg); }
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
padding: 15px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar.scrolled {
|
||||||
|
background-color: rgba(255, 255, 255, 0.95) !important;
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
padding: 10px 0;
|
||||||
|
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-brand {
|
||||||
|
font-size: 1.5rem;
|
||||||
|
color: var(--primary-color) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-nav a {
|
||||||
|
transition: color 0.3s, transform 0.3s;
|
||||||
|
position: relative;
|
||||||
|
font-weight: 500;
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-nav a::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 0;
|
||||||
|
height: 2px;
|
||||||
|
background-color: var(--primary-color);
|
||||||
|
transition: width 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-nav a:hover {
|
||||||
|
color: var(--secondary-color) !important;
|
||||||
|
transform: translateY(-2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-nav a:hover::after {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
@@ -15,50 +109,519 @@ section {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 80px 20px;
|
padding: 100px 20px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
#hero {
|
#hero {
|
||||||
background: linear-gradient(135deg, #e1f5fe, #b3e5fc);
|
background: linear-gradient(135deg, var(--light-blue), #b3e5fc);
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about {
|
#hero::before {
|
||||||
background: linear-gradient(135deg,#e8f5e9,#c8e6c9);
|
content: "";
|
||||||
text-align: center;
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%230277bd" fill-opacity="0.1" d="M0,224L48,213.3C96,203,192,181,288,181.3C384,181,480,203,576,192C672,181,768,139,864,138.7C960,139,1056,181,1152,186.7C1248,192,1344,160,1392,144L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
|
||||||
|
background-size: cover;
|
||||||
|
background-position: bottom;
|
||||||
|
animation: wave 20s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
#projects {
|
@keyframes wave {
|
||||||
background: linear-gradient(135deg,#fff3e0,#ffe0b2);
|
0% { background-position-x: 0; }
|
||||||
|
100% { background-position-x: 1440px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact {
|
.hero-content {
|
||||||
background: linear-gradient(135deg,#f3e5f5,#e1bee7);
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-content h1 {
|
||||||
|
font-size: 3.5rem;
|
||||||
|
font-weight: 700;
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-content span {
|
.hero-content span {
|
||||||
color: #0277bd;
|
color: var(--primary-color);
|
||||||
|
position: relative;
|
||||||
|
background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
background-clip: text;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-card, .contact-card {
|
.typing-text::after {
|
||||||
|
content: "|";
|
||||||
|
animation: blink 1s infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes blink {
|
||||||
|
0%, 100% { opacity: 1; }
|
||||||
|
50% { opacity: 0; }
|
||||||
|
}
|
||||||
|
|
||||||
|
.lead {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
max-width: 600px;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating-elements {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating-element {
|
||||||
|
position: absolute;
|
||||||
|
font-size: 2rem;
|
||||||
|
color: rgba(2, 119, 189, 0.2);
|
||||||
|
animation: float 6s ease-in-out infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating-element.el-1 {
|
||||||
|
top: 20%;
|
||||||
|
left: 10%;
|
||||||
|
animation-delay: 0s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating-element.el-2 {
|
||||||
|
top: 60%;
|
||||||
|
left: 80%;
|
||||||
|
animation-delay: 1s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating-element.el-3 {
|
||||||
|
top: 80%;
|
||||||
|
left: 20%;
|
||||||
|
animation-delay: 2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating-element.el-4 {
|
||||||
|
top: 40%;
|
||||||
|
left: 85%;
|
||||||
|
animation-delay: 3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes float {
|
||||||
|
0%, 100% { transform: translateY(0) rotate(0deg); }
|
||||||
|
50% { transform: translateY(-20px) rotate(10deg); }
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-indicator {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 30px;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
color: var(--primary-color);
|
||||||
|
font-size: 0.9rem;
|
||||||
|
animation: bounce 2s infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow {
|
||||||
|
width: 2px;
|
||||||
|
height: 20px;
|
||||||
|
background-color: var(--primary-color);
|
||||||
|
margin-top: 5px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.arrow::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
bottom: -5px;
|
||||||
|
left: -3px;
|
||||||
|
width: 8px;
|
||||||
|
height: 8px;
|
||||||
|
border-right: 2px solid var(--primary-color);
|
||||||
|
border-bottom: 2px solid var(--primary-color);
|
||||||
|
transform: rotate(45deg);
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes bounce {
|
||||||
|
0%, 20%, 50%, 80%, 100% { transform: translateY(0) translateX(-50%); }
|
||||||
|
40% { transform: translateY(-10px) translateX(-50%); }
|
||||||
|
60% { transform: translateY(-5px) translateX(-50%); }
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-custom {
|
||||||
|
background: linear-gradient(45deg, var(--primary-color), var(--secondary-color));
|
||||||
|
color: white;
|
||||||
|
border: none;
|
||||||
|
padding: 12px 30px;
|
||||||
|
border-radius: 30px;
|
||||||
|
transition: all 0.3s;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
font-weight: 600;
|
||||||
|
box-shadow: 0 4px 15px rgba(2, 119, 189, 0.3);
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-custom::before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: -100%;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
|
||||||
|
transition: left 0.5s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-custom:hover::before {
|
||||||
|
left: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-custom:hover {
|
||||||
|
transform: translateY(-3px);
|
||||||
|
box-shadow: 0 8px 25px rgba(2, 119, 189, 0.4);
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-outline-custom {
|
||||||
|
border: 2px solid var(--primary-color);
|
||||||
|
color: var(--primary-color);
|
||||||
|
background: transparent;
|
||||||
|
padding: 10px 28px;
|
||||||
|
border-radius: 30px;
|
||||||
|
transition: all 0.3s;
|
||||||
|
text-decoration: none;
|
||||||
|
display: inline-block;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-outline-custom:hover {
|
||||||
|
background: var(--primary-color);
|
||||||
|
color: white;
|
||||||
|
transform: translateY(-3px);
|
||||||
|
box-shadow: 0 8px 25px rgba(2, 119, 189, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
position: relative;
|
||||||
|
margin-bottom: 3rem;
|
||||||
|
font-size: 2.5rem;
|
||||||
|
font-weight: 700;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title::after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
bottom: -10px;
|
||||||
|
left: 50%;
|
||||||
|
transform: translateX(-50%);
|
||||||
|
width: 80px;
|
||||||
|
height: 4px;
|
||||||
|
background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
|
||||||
|
border-radius: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#about {
|
||||||
|
background: linear-gradient(135deg, var(--light-green), #c8e6c9);
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-item {
|
||||||
|
padding: 30px 20px;
|
||||||
|
transition: all 0.3s ease;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
transition: transform 0.3s, box-shadow 0.3s;
|
height: 100%;
|
||||||
|
background: rgba(255, 255, 255, 0.7);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-card:hover, .contact-card:hover {
|
.about-item:hover {
|
||||||
transform: scale(1.05);
|
transform: translateY(-10px);
|
||||||
box-shadow: 0 12px 25px rgba(0,0,0,0.15);
|
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
|
||||||
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav a {
|
.icon-wrapper {
|
||||||
transition: color 0.3s, transform 0.3s;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-nav a:hover {
|
.timeline {
|
||||||
color: #01579b;
|
margin-top: 20px;
|
||||||
transform: scale(1.05);
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
section p {
|
.timeline-item {
|
||||||
font-size: 1.1rem;
|
display: flex;
|
||||||
max-width: 800px;
|
justify-content: space-between;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
}
|
||||||
|
|
||||||
|
.year {
|
||||||
|
font-weight: bold;
|
||||||
|
color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
.hobbies {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hobby-tag {
|
||||||
|
display: inline-block;
|
||||||
|
background: var(--light-blue);
|
||||||
|
color: var(--primary-color);
|
||||||
|
padding: 5px 10px;
|
||||||
|
border-radius: 20px;
|
||||||
|
margin: 5px;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
#skills {
|
||||||
|
background: linear-gradient(135deg, var(--light-cyan), #b2ebf2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.skill-category {
|
||||||
|
margin-bottom: 2rem;
|
||||||
|
padding: 25px;
|
||||||
|
border-radius: 15px;
|
||||||
|
background: rgba(255, 255, 255, 0.7);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skill-category:hover {
|
||||||
|
transform: translateY(-5px);
|
||||||
|
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skill-item {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skill-name {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress {
|
||||||
|
height: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
background-color: #e9ecef;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.progress-bar {
|
||||||
|
background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
|
||||||
|
border-radius: 5px;
|
||||||
|
transition: width 1.5s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.skill-level {
|
||||||
|
font-weight: 600;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
color: var(--primary-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
#projects {
|
||||||
|
background: linear-gradient(135deg, var(--light-orange), #ffe0b2);
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-card {
|
||||||
|
border-radius: 15px;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
border: none;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 100%;
|
||||||
|
background: rgba(255, 255, 255, 0.8);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-card:hover {
|
||||||
|
transform: translateY(-15px) scale(1.02);
|
||||||
|
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-icon {
|
||||||
|
width: 80px;
|
||||||
|
height: 80px;
|
||||||
|
background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
|
||||||
|
border-radius: 50%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin: 0 auto 20px;
|
||||||
|
color: white;
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.project-tags {
|
||||||
|
margin-top: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
margin-right: 5px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
font-size: 0.7rem;
|
||||||
|
padding: 5px 10px;
|
||||||
|
border-radius: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-project {
|
||||||
|
background: transparent;
|
||||||
|
border: 2px solid var(--primary-color);
|
||||||
|
color: var(--primary-color);
|
||||||
|
padding: 1px 20px;
|
||||||
|
border-radius: 20px;
|
||||||
|
transition: all 0.3s;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-project:hover {
|
||||||
|
background: var(--primary-color);
|
||||||
|
color: white;
|
||||||
|
transform: translateY(-2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
#contact {
|
||||||
|
background: linear-gradient(135deg, var(--light-purple), #e1bee7);
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-card {
|
||||||
|
border-radius: 15px;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
border: none;
|
||||||
|
height: 100%;
|
||||||
|
background: rgba(255, 255, 255, 0.8);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-card:hover {
|
||||||
|
transform: translateY(-10px);
|
||||||
|
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
|
||||||
|
background: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-icon {
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
background: rgba(2, 119, 189, 0.1);
|
||||||
|
border-radius: 50%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin: 0 auto 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact-form-card {
|
||||||
|
border-radius: 15px;
|
||||||
|
border: none;
|
||||||
|
background: rgba(255, 255, 255, 0.9);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control {
|
||||||
|
border-radius: 10px;
|
||||||
|
border: 1px solid #e0e0e0;
|
||||||
|
padding: 12px 15px;
|
||||||
|
transition: all 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-control:focus {
|
||||||
|
border-color: var(--primary-color);
|
||||||
|
box-shadow: 0 0 0 0.2rem rgba(2, 119, 189, 0.25);
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
background: linear-gradient(135deg, #2c3e50, #34495e) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links a {
|
||||||
|
display: inline-block;
|
||||||
|
width: 40px;
|
||||||
|
height: 40px;
|
||||||
|
background: rgba(255, 255, 255, 0.1);
|
||||||
|
border-radius: 50%;
|
||||||
|
text-align: center;
|
||||||
|
line-height: 40px;
|
||||||
|
color: white;
|
||||||
|
margin-left: 10px;
|
||||||
|
transition: all 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.social-links a:hover {
|
||||||
|
background: var(--primary-color);
|
||||||
|
transform: translateY(-3px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.back-to-top {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 30px;
|
||||||
|
right: 30px;
|
||||||
|
width: 50px;
|
||||||
|
height: 50px;
|
||||||
|
background: linear-gradient(45deg, var(--primary-color), var(--accent-color));
|
||||||
|
color: white;
|
||||||
|
border: none;
|
||||||
|
border-radius: 50%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
font-size: 1.2rem;
|
||||||
|
cursor: pointer;
|
||||||
|
opacity: 0;
|
||||||
|
visibility: hidden;
|
||||||
|
transition: all 0.3s;
|
||||||
|
z-index: 1000;
|
||||||
|
box-shadow: 0 4px 15px rgba(2, 119, 189, 0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
.back-to-top.show {
|
||||||
|
opacity: 1;
|
||||||
|
visibility: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
.back-to-top:hover {
|
||||||
|
transform: translateY(-3px);
|
||||||
|
box-shadow: 0 8px 25px rgba(2, 119, 189, 0.4);
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
section {
|
||||||
|
padding: 80px 15px;
|
||||||
|
min-height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hero-content h1 {
|
||||||
|
font-size: 2.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.floating-elements {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.back-to-top {
|
||||||
|
bottom: 20px;
|
||||||
|
right: 20px;
|
||||||
|
width: 45px;
|
||||||
|
height: 45px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user