Skip to content

Commit

Permalink
Portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
arunp77 committed Oct 6, 2023
1 parent 07a564a commit f89da07
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
Binary file removed assets/img/apple-touch-icon.png
Binary file not shown.
Binary file removed assets/img/favicon.png
Binary file not shown.
Binary file added assets/img/myphoto.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/profile-img.jpg
Binary file not shown.
14 changes: 6 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">

<title>iPortfolio Bootstrap Template - Index</title>
<title>Index</title>
<meta content="" name="description">
<meta content="" name="keywords">

Expand Down Expand Up @@ -54,15 +54,13 @@
<div class="d-flex flex-column">

<div class="profile">
<img src="assets/img/progile-arun.jpg" alt="" class="img-fluid rounded-circle">
<img src="assets/img/myphoto.jpeg" alt="" class="img-fluid rounded-circle">
<h1 class="text-light"><a href="index.html">Arun</a></h1>
<div class="social-links mt-3 text-center">
<a href="https://www.linkedin.com/in/arunp77/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/arunsinp" class="github"><i class="bx bxl-github"></i></a>
<a href="https://twitter.com/arunp77_" class="twitter"><i class="bx bxl-twitter"></i></a>
<!---
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a> --->
<a href="https://www.instagram.com/arunp77/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="arunp77" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="https://www.linkedin.com/in/arunp77/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>

Expand All @@ -82,7 +80,7 @@ <h1 class="text-light"><a href="index.html">Arun</a></h1>
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center align-items-center">
<div class="hero-container" data-aos="fade-in">
<h1>Arun Kumar Pandey</h1>
<h1>Dr. Arun Kumar Pandey</h1>
<p>I'm <span class="typed" data-typed-items="Data Scientist, Data analyst, Freelancer, Data engineer"></span></p>
</div>
</section><!-- End Hero -->
Expand All @@ -104,7 +102,7 @@ <h2>About</h2>

<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/progile-arun.jpg" class="img-fluid" alt="">
<img src="assets/img/myphoto.jpeg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<h3> Freelance data consultant &amp; Data Enthusiast.</h3>
Expand Down

0 comments on commit f89da07

Please sign in to comment.