Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
modules = ["web"]

[nix]
channel = "stable-24_05"
49 changes: 22 additions & 27 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CV Using HTML & CSS</title>
<title>Pranathi's Resume</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
Expand All @@ -12,10 +12,10 @@
<div class="photo-and-name">
<img src="profile.png" class="photo" alt="Profile Picture">
<div class="contact-info-box">
<h1 class="name">Muhammad Owais</h1>
<h1 class="name">Pranathi Boddu</h1>
<br>
<h3 class="job-title">IT Manager</h3>
<p class="contact-details">Phone: +92-344-4XX3-1XX &nbsp; - &nbsp; Email: contact@muhammadovi.com</p>
<h3 class="job-title">Master's Student</h3>
<p class="contact-details">Phone: +92-344-87678 &nbsp; - &nbsp; Email: pranathi1808gmail.com</p>
</div>
</div>
<div id="objective">
Expand All @@ -28,37 +28,32 @@ <h3>Objective</h3>
<h3>Education</h3>
<table>
<tr class="school-1">
<td rowspan="2">2002 - 2015</td>
<td><b>School-1</b>: ABC School (Standard KG-VIII)</td>
<td rowspan="2">2007 - 2017</td>
<td><b>School-1</b>: Sister Nivedita School (Standard KG-VIII)</td>
</tr>
<tr class="school-2">
<td><b>School-2</b>: XYZ School (Standard IX-X)</td>
<td><b>School-2</b>: Narayana high School (Standard IX-X)</td>
</tr>

<tr class="school-1">
<td rowspan="2">2012 - 2014</td>
<td><b>ACCESS</b>: English Micro Scholarship Program by US Consolate</td>
</tr>
<tr class="school-2">
<td><b>The Professional's Academy</b>: Web Designing (HTML, CSS, JS, Bootstrap)</td>
</tr>

<tr>
<td style="width: 120px; color: gray;">2015 - 2017</td>
<td><b>Intermediate</b>: Board of Intermediate Karachi - Private</td>
<td style="width: 120px; color: gray;">2017 - 2019</td>
<td><b>Intermediate</b>: Narayana Junior College - Private</td>
</tr>
<tr class="school-1">
<td rowspan="2">2019 - 2023</td>
<td><b>Btech</b>: CMR College Engineering and Technology</td>
</tr>
</table>
</div>
<div id="work">
<h3>Experience</h3>
<table>
<tr class="work-1">
<td>2014 - 2015</td>
<td><b>ABC Corp</b>: As an IT Manager and Call Service Representative</td>
<td>2022 - 2022</td>
<td><b>Mind Tree</b>: Front end Developer - Intern</td>
</tr>
<tr class="work-2">
<td>2015 - Present</td>
<td><b>Reliable Punching</b>: More than 2 years' experience as an IT Manager and Customer Service Representative</td>
<td>2022 - 2024</td>
<td><b>Value Labs</b>: More than 2 years' experience as an software development engineer specailist</td>
</tr>

</table>
Expand All @@ -68,23 +63,23 @@ <h3>Bio-Data</h3>
<table>
<tr>
<td>F'Name:</td>
<td><b>Naseem Akhter</b></td>
<td><b>Boddu Venkateshwarlu</b></td>
</tr>
<tr>
<td>Date of Birth:</td>
<td><b>25<sup>th</sup> November 1996</b></td>
<td><b>27<sup>th</sup> June 2001</b></td>
</tr>
<tr>
<td>CNIC:</td>
<td><b>42401-XXXXXXX-7</b></td>
<td><b>42777-XXXXXXX-7</b></td>
</tr>
<tr>
<td>Religion:</td>
<td><b>Islam</b></td>
<td><b>Hindu</b></td>
</tr>
<tr>
<td>Nationality:</td>
<td><b>Pakistani</b></td>
<td><b>Indian</b></td>
</tr>
<tr>
<td>Marital Status:</td>
Expand Down