In this article we are going to make a bootstrap Portfolio website using bootstrap5. YOu can easily create a portfolio website using boostrap5 . So without any delay lets get start. HTML and CSS <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Nucleus academy portfolio website </title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"> <style> .bgimage{ height: 100vh; background: url('images/heroImage.jpg'); background-size: cover; po...
Official Website of Dipesh Rai