Skip to content
Open

demo #12

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"
48 changes: 25 additions & 23 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>Jeevan Chandaka</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
Expand All @@ -12,53 +12,55 @@
<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">Jeevan Chandaka</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">UNT STUDENT</h3>
<p class="contact-details">Phone: +940-597-1568 &nbsp; - &nbsp; Email: jeevan.chandaka@my.unt.edu</p>
</div>
</div>
<div id="objective">
<h3>Objective</h3>
<p>
To take a challenging and managerial role in the field of Computer programming and implement the expertise and experience gained in this field to develop complex project with efficiency and quality.
To take a challenging and managerial role in the field of data science and implement the expertise and experience gained in this field to develop complex project with efficiency and quality.
</p>
</div>
<div id="education">
<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">2003 - 2015</td>
<td><b>School-1:</b> Sri Chaitanya School(Standard KG-VII)</td>
</tr>
<tr class="school-2">
<td><b>School-2</b>: XYZ School (Standard IX-X)</td>
<td><b>School-2:</b> KKR School (Standard VIII-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>
<td rowspan="1">2015 - 2017</td>
<td><b>INTER:</b> SRI CHAITANYA INTER COLLEGE </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 - 2021</td>
<td><b>COLLEGE:</b> GITAM UNIVERSITY</td>
</tr>
<tr>
<td rowspan="1">2024 - 2026</td>
<td><b>MASTER'S:</b> UNT</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>2021 - 2022</td>
<td><b>Micro Focus</b>: As an Intern in MNC</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>Micro Focus</b>: More than 2 years' experience as an IT Consultant</td>
</tr>

</table>
Expand All @@ -68,23 +70,23 @@ <h3>Bio-Data</h3>
<table>
<tr>
<td>F'Name:</td>
<td><b>Naseem Akhter</b></td>
<td><b>Kumar Rao</b></td>
</tr>
<tr>
<td>Date of Birth:</td>
<td><b>25<sup>th</sup> November 1996</b></td>
<td><b>10<sup>th</sup> September 2000</b></td>
</tr>
<tr>
<td>CNIC:</td>
<td><b>42401-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