Skip to content

Commit

Permalink
added project web pages
Browse files Browse the repository at this point in the history
  • Loading branch information
AshokBatakala committed Oct 8, 2023
1 parent 56ca3b6 commit 7608090
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Projects/video_reshaping/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!-- # wrtite a simple web page for testing -->

<!DOCTYPE html>
<html>
<head>
<title>Video Reshaping</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="container" id="container">
<div class="video-container">
<video id="video" autoplay></video>
</div>
<div class="controls">
<button id="snap" class="btn">Snap Photo</button>
<button id="reset" class="btn">Reset</button>
</div>
<canvas id="canvas" width="640" height="480"></canvas>
</div>
<script src="js/script.js"></script>
</body>

</html>
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ <h2 class="mb-5">Skills</h2>
<section class="resume-section" id="Projects">
<div class="resume-section-content">
<h2 class="mb-5">Projects</h2>
<a href="Projects\video_reshaping\index.html">Link to Page 2</a>

<!-- <p></p>
<p class="mb-0">I am a Master’s student at IISc with experience in computer vision, diffusion models, deep learning, and machine learning. My passion lies in developing innovative solutions to real-world problems using cutting-edge technologies. I am excited to apply my skills and knowledge to make a positive impact on society.</p> -->
</div>
Expand Down

0 comments on commit 7608090

Please sign in to comment.