Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
- <link href="styles.css" rel="stylesheet">
- <title>Resume</title>
- </head>
- <body>
- <main>
- <div class="container mt-5">
- <div class="d-flex flex-column">
- <div class="d-flex justify-content-center">
- <img src="profile.png" width="100px">
- </div>
- <div class="d-flex justify-content-center">
- <h3>About me</h3>
- </div>
- <div class="d-flex description justify-content-center">
- <p>Hi everyone my name is Nimesh, I currently work as a manual quality enginner slowly making my way into automation testing, so wish me luck :)</p>
- </div>
- </div>
- <div class="d-flex flex-column m-4">
- <div class="d-flex justify-content-center">
- <button class="buttons">SKILLS</button>
- </div>
- </div>
- <div class="d-flex flex-column m-4">
- <div class="d-flex justify-content-center">
- <button class="buttons">WORK EXPERIENCE</button>
- </div>
- </div>
- <div class="d-flex flex-column m-4">
- <div class="d-flex justify-content-center">
- <button class="buttons">EDUCATION</button>
- </div>
- </div>
- <div class="d-flex flex-column m-4">
- <div class="d-flex justify-content-center">
- <button class="buttons">CERTIFICATIONS</button>
- </div>
- </div>
- <div class="d-flex flex-column m-4">
- <div class="d-flex justify-content-center">
- <button class="buttons">TOOLS ANS TECH STACK</button>
- </div>
- </div>
- </div>
- </main>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement