Skip to content

Commit

Permalink
small changes to finalize.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijay093 committed Aug 14, 2023
1 parent b12a4d1 commit 97232e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ <h2 class="profile_title">Hi, I am Vijay</h2>
<div class="container mt-4 pt-4">
<h1 class="text-center mb-3">About Me</h1>
<div class="row mt-4">
<div class="col-lg-4">
<img src="images/profile_img.JPG" class= "imageAboutPage" alt="profile-image">
<div class="col-lg-3 mb-3">
<img src="images/profile_img.JPG" class="imageAboutPage" alt="profile-image">
</div>

<div class="col-lg-8">
<div class="col-lg-9">
<p>
Hello I am a alumni of PES University 2022, I have interned at Schnieder Electric where i had hands on with VBA. I Got Selected as a Deputy Engineer at Bharat Eletronics Limited. I love programming in Python and Web Development with HTML, CSS, JavaScript. I also practise Data Analysis with Python.
</p>
Expand All @@ -74,7 +74,8 @@ <h1 class="text-center mb-3">About Me</h1>
</div>
</div>
<div class="row mt-3">
<p> I am from Kolar District, Karnataka. I did my Schooling in JSS Public School, Malur. I completed my Pre-University in Vidhya Jyothi PU College, Kolar. I Purused my B.Tech as a Computer Science Engineer in PES University passout of 2022.</p>
<p> I am from Kolar District, Karnataka. I did my Schooling in JSS Public School, Malur. </p>
<p> I completed my Pre-University in Vidhya Jyothi PU College, Kolar. I Purused my B.Tech as a Computer Science Engineer in PES University passout of 2022.</p>
<p> I completed 100 days of code with Python and Web Development Bootcamp with all Full Stack Knowledge from HTML, CSS, JavaScript to Nodejs, MongoDB, Reactjs.</p>
<p> I also studied RPA with UI path. I am well versed in Python as a primary language, with C knwoledge aswell.</p>
</div>
Expand Down Expand Up @@ -297,7 +298,7 @@ <h4 class="card-title"></h4>
</div> -->
</div>
<div class="row">
<h2> <a href="https://github.com/Vijay093?tab=repositories" style="text-decoration: none;">More</a> </h2>
<h2 class="more"> <a href="https://github.com/Vijay093?tab=repositories" style="text-decoration: none;">More</a> </h2>
</div>
</div>
</section>
Expand Down
9 changes: 7 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
h1 {
.more {
text-align: center;
}

Expand Down Expand Up @@ -26,7 +26,7 @@ h1 {

.imageAboutPage {
width: 100%;
height: 60%;
height: 100%;
border-radius: 50%;
}

Expand Down Expand Up @@ -62,4 +62,9 @@ h1 {

#footer {
background-color: whitesmoke;
}

#about, #skills, #portfolio {
margin-top: 4rem;
padding-top: 4rem;
}

0 comments on commit 97232e0

Please sign in to comment.