-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
767 additions
and
65 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<meta content="width=device-width, initial-scale=1.0" name="viewport"> | ||
|
||
<title>Portfolio Details</title> | ||
<meta content="" name="description"> | ||
<meta content="" name="keywords"> | ||
|
||
<!-- Favicons --> | ||
<link href="assets/img/Favicon-1.png" rel="icon"> | ||
<link href="assets/img/Favicon-1.png" rel="apple-touch-icon"> | ||
|
||
<!-- Google Fonts --> | ||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> | ||
|
||
<!-- Vendor CSS Files --> | ||
<link href="assets/vendor/aos/aos.css" rel="stylesheet"> | ||
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> | ||
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> | ||
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> | ||
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> | ||
|
||
<!-- Template Main CSS File --> | ||
<link href="assets/css/style.css" rel="stylesheet"> | ||
|
||
<!-- ======================================================= | ||
* Template Name: iPortfolio | ||
* Updated: Sep 18 2023 with Bootstrap v5.3.2 | ||
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/ | ||
* Author: BootstrapMade.com | ||
* License: https://bootstrapmade.com/license/ | ||
======================================================== --> | ||
</head> | ||
|
||
<body> | ||
|
||
<!-- ======= Mobile nav toggle button ======= --> | ||
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i> | ||
|
||
<!-- ======= Header ======= --> | ||
<header id="header"> | ||
<div class="d-flex flex-column"> | ||
|
||
<div class="profile"> | ||
<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://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> | ||
|
||
<nav id="navbar" class="nav-menu navbar"> | ||
<ul> | ||
<li><a href="#hero" class="nav-link scrollto active"><i class="bx bx-home"></i> <span>Home</span></a></li> | ||
<li><a href="#about" class="nav-link scrollto"><i class="bx bx-user"></i> <span>About</span></a></li> | ||
<li><a href="#resume" class="nav-link scrollto"><i class="bx bx-file-blank"></i> <span>Resume</span></a></li> | ||
<li><a href="#portfolio" class="nav-link scrollto"><i class="bx bx-book-content"></i> <span>Portfolio</span></a></li> | ||
<li><a href="#services" class="nav-link scrollto"><i class="bx bx-server"></i> <span>Services</span></a></li> | ||
<li><a href="#contact" class="nav-link scrollto"><i class="bx bx-envelope"></i> <span>Contact</span></a></li> | ||
</ul> | ||
</nav><!-- .nav-menu --> | ||
</div> | ||
</header><!-- End Header --> | ||
|
||
<main id="main"> | ||
|
||
<!-- ======= Breadcrumbs ======= --> | ||
<section id="breadcrumbs" class="breadcrumbs"> | ||
<div class="container"> | ||
|
||
<div class="d-flex justify-content-between align-items-center"> | ||
<h2>Portfoio Details</h2> | ||
<ol> | ||
<li><a href="index.html">Home</a></li> | ||
<li>Portfoio Details</li> | ||
</ol> | ||
</div> | ||
|
||
</div> | ||
</section><!-- End Breadcrumbs --> | ||
|
||
<!-- ======= Portfolio Details Section ======= --> | ||
<section id="portfolio-details" class="portfolio-details"> | ||
<div class="container"> | ||
|
||
<div class="row gy-4"> | ||
|
||
<div class="col-lg-8"> | ||
<div class="portfolio-details-slider swiper"> | ||
<div class="swiper-wrapper align-items-center"> | ||
|
||
<div class="swiper-slide"> | ||
<img src="assets/img/portfolio/Python-logo.png" alt=""> | ||
</div> | ||
|
||
<div class="swiper-slide"> | ||
<img src="assets/img/portfolio/portfolio-details-2.jpg" alt=""> | ||
</div> | ||
|
||
<div class="swiper-slide"> | ||
<img src="assets/img/portfolio/portfolio-details-3.jpg" alt=""> | ||
</div> | ||
|
||
</div> | ||
<div class="swiper-pagination"></div> | ||
</div> | ||
</div> | ||
|
||
<div class="col-lg-4"> | ||
<div class="portfolio-info"> | ||
<h3>Project information</h3> | ||
<ul> | ||
<li><strong>Category</strong>: About python programming</li> | ||
<li><strong>Resources</strong>: at GitHub</li> | ||
<!-- | ||
<li><strong>Project date</strong>: 01 March, 2020</li> | ||
--> | ||
<li><strong>Project URL</strong>: <a href="See the repo">https://github.com/arunsinp/Python-programming</a></li> | ||
</ul> | ||
</div> | ||
<div class="portfolio-description"> | ||
<h2>Details about this repository</h2> | ||
<p> | ||
Welcome to my Python Programming repository, your gateway to mastering one of the most versatile and widely-used programming languages. | ||
This collection of Jupyter notebooks and tutorials is thoughtfully structured to take you on a journey from Python basics to more advanced | ||
topics, making your learning experience both enriching and enjoyable. | ||
</p> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
</div> | ||
</section><!-- End Portfolio Details Section --> | ||
|
||
</main><!-- End #main --> | ||
|
||
<!-- ======= Footer ======= --> | ||
<footer id="footer"> | ||
<div class="container"> | ||
<div class="copyright"> | ||
© Copyright <strong><span>Arun</span></strong> | ||
</div> | ||
<div class="credits"> | ||
<!-- All the links in the footer should remain intact. --> | ||
<!-- You can delete the links only if you purchased the pro version. --> | ||
<!-- Licensing information: https://bootstrapmade.com/license/ --> | ||
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/ --> | ||
Designed by <a href="https://arunsinp.github.io/Vision-Analytics/">Vision ANalytica</a> | ||
</div> | ||
</div> | ||
</footer><!-- End Footer --> | ||
|
||
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a> | ||
|
||
<!-- Vendor JS Files --> | ||
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> | ||
<script src="assets/vendor/aos/aos.js"></script> | ||
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> | ||
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script> | ||
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script> | ||
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script> | ||
<script src="assets/vendor/typed.js/typed.umd.js"></script> | ||
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script> | ||
<script src="assets/vendor/php-email-form/validate.js"></script> | ||
|
||
<!-- Template Main JS File --> | ||
<script src="assets/js/main.js"></script> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.