"CV"
Bootstrap 4.1.1 Snippet by ALUSMANA727

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!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"> <title>CV</title> <link rel="stylesheet" href="CSS/styles.css"> </head> <body> <!-- CV --> <section class="CV pt-0"> <div class="container"> <h1 class="CV text-xlarge "><center><h1 class="text-warnig bg-success">CV</h1></center></h1> <div class="row"> <div class="col-3 text-center bg-success text-white"> <div class="py-20"> <h2 class="">info:</h2> <img src="imgs/Usman Ghani.jpg" alt="Usman Ghani"> <p class="text-left"><b>Name:</b></p> <p class="text-xlarge pb-10">Usman Ghani</p> <p class="text-left"><b>Email:</b> <a href="mailto:"> Usmanghusman1@gmail.com</a></p> <p class="text-left"><b>Phone:</b> <a href="tel:">03268730727</a></p> <p class="text-left"><b>Address:</b> Muhammadi Street, Mian Ka More, Phool Nagar, District Kasur</p> <p class="text-left"><b>CNIC:</b> 42501-8728704-5</p> </div> </div> <div class="col-9 text-whit"> <!-- Objective --> <h3 class="text-medium text-primery">Objective:</h3> <p class="text-success">I am a web developer. I am lucky to be promoted in your company and from junior web developer in your company I will try my best to get promoted to senior web developer as soon as possible. And I will try my best to make your company grow a lot. Thank you, goodbye</p> <!-- ../Objective --> <!-- Qualification --> <h4 class="text-medium text-primery">Qualification:</h4> <table> <thead> <tr class="text-center text-primery"> <th>#</th> <th>Year of Passing</th> <th>Degree Name</th> <th>Institute</th> <th>Grades</th> </tr> </thead> <tbody> <tr class="text-center text-success"> <td>1</td> <td>2022</td> <td>FSC Pre Medical</td> <td>PGC</td> <td>D</td> </tr> <tr class="text-center text-success"> <td>2</td> <td>2020</td> <td>Matric Biology</td> <td>New Model School</td> <td>D+</td> </tr> </tbody> </table> <!-- ../Qualification --> <!-- Experience --> <h5 class="text-medium text-primery">Experience:</h5> <table> <thead> <tr class="text-center text-primery"> <th>#</th> <th>Year of Passing</th> <th>Degree Name</th> <th>Institute</th> <th>Experience</th> </tr> </thead> <tbody> <tr class="text-center text-success"> <td>1</td> <td>2022</td> <td>Web Development</td> <td>Slills Development Center</td> <td>3 Month</td> </tr> </tbody> </table> <!-- ../Experience --> <!-- skills --> <h6 class="text-medium text-primery">Skills:</h6> <ol class="text-success"> <li>HTML</li> <li>CSS</li> <li>WordPress</li> </ol> <!-- ../skills --> <!-- Hobies --> <h1 class="text-medium text-primery">Hobies:</h1> <ul class="text-success"> <li>Acquiring Digital Skills</li> <li>Mastring Kung Fu</li> <li>Bedminton</li> <li>Read Story</li> </ul> <!-- ../Hobies --> <h2 class="text-medium text-primery">Referance:</h2> <p class="text-success"><i>Referance Will be Provide on Demand</i></p> </div> </div> </div> </section> <!-- CV --> </body> </html>

Related: See More


Questions / Comments: