Untitled
unknown
plain_text
3 years ago
2.3 kB
6
Indexable
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css"> <title>Document</title> </head> <body> <div class="container"> <div class="rounded-circle bg-light mx-auto mt-5 border border-3 border-danger text-center" style="width: fit-content;position: relative; top: 70px; z-index: 5;"> <svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" fill="currentColor" class="bi bi-person-fill" viewBox="0 0 16 16"> <path d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"/> </svg> </div> <div class="card w-25 rounded-3 mx-auto position-absolute start-50 translate-middle-x"> <div class="card-header bg-secondary border-0 p-5"></div> <div class="card-body text-center bg-secondary"> <h3 class="card-title text-danger">Ali</h3> <p class="card-text text-light">Ali@gmail.com</p> <p class="card-text text-light fw-bold">Developer | Designer</p> <a href="#" class="bg-danger rounded-circle fs-5 p-1"><i class="bi bi-github mx-1 text-dark"></i></a> <a href="#" class="bg-danger rounded-circle fs-5 p-1"><i class="bi bi-twitter mx-1 text-dark"></i></a> <a href="#" class="bg-danger rounded-circle fs-5 p-1"><i class="bi bi-youtube mx-1 text-dark"></i></a> <a href="#" class="bg-danger rounded-circle fs-5 p-1"><i class="bi bi-linkedin mx-1 text-dark"></i></a> </div> <div class="card-footer bg-danger text-light fw-bold text-center"> <span>120k Followers | 10k Following</span> </div> </div> </div> </body> </html>
Editor is loading...