Skip to content

Commit

Permalink
Updated the profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkateeshh committed Nov 30, 2023
1 parent bf47e1e commit 9e64b0c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Binary file added assets/img/Pro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions assets/newcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,9 @@ img {
/* fill: hsl(69, 69%, 61%); */
}
.home__blob-img {
width: 330px;
padding-left: 20px;
width: 180%;
height: 145%;
padding-left: 30px;
}
.home__data {
grid-column: 1/3;
Expand Down
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="assets/newcss.css" />
<link
rel="stylesheet"
href="https://unicons.iconscout.com/release/v4.0.0/css/line.css"
href="https://unicons.iconscout.com/release/v4.0.8/css/line.css"
/>
</head>

Expand Down Expand Up @@ -113,7 +113,7 @@
class="home__blob-img"
x="-79"
y="-46"
xlink:href="assets/img/profile.jpg"
xlink:href="assets/img/Pro.jpg"
/>
</g>
</svg>
Expand Down Expand Up @@ -214,7 +214,7 @@ <h1 class="skills__title">Programming Languages</h1>
<div class="skills__list grid">
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">c</h3>
<h3 class="skills__name">C</h3>
<span class="skills__nuber">90%</span>
</div>
<div class="skills__bar">
Expand All @@ -223,7 +223,7 @@ <h3 class="skills__name">c</h3>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">java</h3>
<h3 class="skills__name">Java</h3>
<span class="skills__nuber">80%</span>
</div>
<div class="skills__bar">
Expand All @@ -232,7 +232,7 @@ <h3 class="skills__name">java</h3>
</div>
<div class="skills__data">
<div class="skills__titles">
<h3 class="skills__name">python</h3>
<h3 class="skills__name">Python</h3>
<span class="skills__nuber">55%</span>
</div>
<div class="skills__bar">
Expand Down Expand Up @@ -790,15 +790,15 @@ <h1 class="footer__title">Venkatesh</h1>
class="footer__social"
target="__blank"
>
<i class="uil uil-instagram"></i>
<i class="fa-brands fa-instagram"></i>
</a>

<a
href="https://twitter.com/Venkateeshhh"
target="__blank"
class="footer__social"
>
<i class="uil uil-twitter-alt"></i>
<i class="fa-brands fa-x-twitter"></i>
</a>
</div>
</div>
Expand All @@ -813,7 +813,7 @@ <h1 class="footer__title">Venkatesh</h1>
</a>

<script type="text/javascript" src="assets/swiper-bundle.min.js"></script>

<script src="https://kit.fontawesome.com/2205d59d52.js" crossorigin="anonymous"></script>
<script src="assets/ptj.js"></script>
</body>
</html>

0 comments on commit 9e64b0c

Please sign in to comment.