Outiref

Code source de l'URL : http://naylec404.github.io/

<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>nayweb</title>
    <link rel="stylesheet" href="style.css">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
</head>
<body>
    <header>
        <div class="container">
            <a href="#" class="logo">nayweb</a>
            <nav>
                <input type="checkbox" id="nav-toggle" class="nav-toggle">
                <label for="nav-toggle" class="nav-toggle-label">
                    <span></span>
                </label>
                <ul>
                    <li><a href="index.html" class="active">Home</a></li>
                    <li><a href="index-actus.html">Actus</a></li>
                    <li><a href="index-weather.html">Météo</a></li>
                    <li><a href="index-divertissement.html">Divertissement</a></li>
                </ul>
            </nav>
        </div>
    </header>

    <main class="container">
        <section class="home">
            <div class="home-content">
                <h1>Hello World !</h1>
                <h2>I'm <span class="highlight">naylec</span> student<span class="cursor"></span></h2>
                <p>
                    Hello visitors, I am a student passionate about Computer Science universe, 
                    actually I study in technician formation in France, it's like "BTS SIO (BTS Services Informatiques aux Organisations), 
                    option SISR (Solutions d'Infrastructure, Systèmes et Réseaux)" at the Training Center CFAI-AFPI LDA in Saint-Etienne (France). <br>
                    I am therefore in parallel with courses within the HEF group as an alternate computer support technician. This allows me to develop, 
                    deepen, and apply my knowledge and skills in a professional environment.
                </p>
                <div class="social-icons">
                    <a href="https://fr.linkedin.com/in/celyan-micol-504630203" target="_blank" rel="noopener noreferrer">
                        <i class="fab fa-linkedin"></i>
                    </a>
                    <a href="https://www.instagram.com/naylec06/" target="_blank" rel="noopener noreferrer">
                        <i class="fab fa-instagram"></i>
                    </a>
                    <a href="https://github.com/naylecx" target="_blank" rel="noopener noreferrer">
                        <i class="fab fa-github"></i>
                    </a>
                </div>
                <a href="https://naylec-romania.github.io/" class="btn" target="_blank" rel="noopener noreferrer">naylec-romania</a>
            </div>
            <div class="home-img">
                <img src="https://i.postimg.cc/9XnnjqdF/home-img.jpg" alt="homeimg.jpg">
            </div>
        </section>

        <!-- CV Section -->
        <section class="cv-section">
            <h2 class="cv-title">Curriculum Vitae</h2>
            <div class="cv-images">
                <div class="cv-page">
                    <img src="cv1.jpg" alt="CV Célyan Micol - Page 1" class="cv-img">
                </div>
                <div class="cv-page">
                    <img src="cv2.jpg" alt="CV Célyan Micol - Page 2" class="cv-img">
                </div>
            </div>
        </section>

    <footer>
        <div class="container">
            <p>&copy; 2024 nayweb. Tous droits réservés.</p>
            <p>Boosted by V0</p>
        </div>
    </footer>

</body>
</html>