-
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
1 parent
73e98b0
commit 35f5049
Showing
9 changed files
with
819 additions
and
628 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,93 +1,68 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1, shrink-to-fit=no" | ||
/> | ||
<meta name="description" content="Digital Presence" /> | ||
<meta name="author" content="Dipanshu Agarwal" /> | ||
<title>Projects - Dipanshu Agarwal</title> | ||
<link rel="stylesheet" href="./style.css" /> | ||
<link rel="icon" type="image/x-icon" href="/assests/image/favicon.ico" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" | ||
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" | ||
crossorigin="anonymous" | ||
/> | ||
</head> | ||
|
||
<body class="container bg-dark"> | ||
<nav class="navbar navbar-expand-lg navbar-dark"> | ||
<a class="navbar-brand" href="#"> Projects </a> | ||
<button | ||
class="navbar-toggler" | ||
type="button" | ||
data-toggle="collapse" | ||
data-target="#navbarTogglerDemo02" | ||
aria-controls="navbarTogglerDemo02" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation" | ||
> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<meta name="description" content="Digital Presence" /> | ||
<meta name="author" content="Dipanshu Agarwal" /> | ||
<title>Projects - Dipanshu Agarwal</title> | ||
<link rel="stylesheet" href="./style.css" /> | ||
<link rel="icon" type="image/x-icon" href="/assests/image/favicon.ico" /> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" | ||
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" /> | ||
</head> | ||
|
||
<div class="collapse navbar-collapse" id="navbarTogglerDemo02"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/index.html">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/resume/index.html">Resume</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/blog/index.html">Blog</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
<div class="rounded bg-gradient-1 text-dark shadow p-5 mb-5"> | ||
<div class="row"> | ||
<div class="col-md-7"> | ||
<a href="#"> | ||
<img | ||
class="img-fluid rounded mb-3 mb-md-0" | ||
src="./1.png" | ||
alt="" | ||
/> | ||
</a> | ||
</div> | ||
<div class="col-md-5"> | ||
<h3>Stock Market Predicition</h3> | ||
<p class="text-justify"> | ||
Building supervised learning models which can study the various | ||
time-series trends with seasonality in the mix.<br /> | ||
Built a total of 6 models that performs a time-series trend analysis | ||
on the Stock Price data of State Bank of India, based on the dataset | ||
obtained from moneycontrol.com.<br> We also compared the MAPE values | ||
which were obtained and decided upon the best performing model. | ||
</p> | ||
<a class="btn btn-dark text-white" href="https://github.com/dipanshuagarwal/Stock-Market-Forecasting" target="_blank">Github</a> | ||
</div> | ||
</div> | ||
</div> | ||
<body class="container bg-dark"> | ||
<nav class="navbar navbar-expand-lg navbar-dark"> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" | ||
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<script | ||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" | ||
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" | ||
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" | ||
crossorigin="anonymous" | ||
></script> | ||
</body> | ||
</html> | ||
<div class="collapse navbar-collapse" id="navbarTogglerDemo02"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/index.html">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/resume/index.html">Resume</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
<div class="rounded bg-gradient-1 text-dark shadow p-5 mb-5"> | ||
<div class="row"> | ||
<div class="col-md-7"> | ||
<a href="#"> | ||
<img class="img-fluid rounded mb-3 mb-md-0" src="./1.png" alt="" /> | ||
</a> | ||
</div> | ||
<div class="col-md-5"> | ||
<h3>Stock Market Predicition</h3> | ||
<p class="text-justify"> | ||
Building supervised learning models which can study the various | ||
time-series trends with seasonality in the mix.<br /> | ||
Built a total of 6 models that performs a time-series trend analysis | ||
on the Stock Price data of State Bank of India, based on the dataset | ||
obtained from moneycontrol.com.<br> We also compared the MAPE values | ||
which were obtained and decided upon the best performing model. | ||
</p> | ||
<a class="btn btn-dark text-white" href="https://github.com/dipanshuagarwal/Stock-Market-Forecasting" | ||
target="_blank">Github</a> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"> | ||
</script> | ||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" | ||
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"> | ||
</script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" | ||
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"> | ||
</script> | ||
</body> | ||
|
||
</html> |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -1,83 +1,62 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="description" content="Blog - by Dipanshu Agarwal" /> | ||
<meta name="author" content="Dipanshu Agarwal" /> | ||
<title>Blog - Dipanshu Agarwal</title> | ||
<link rel="icon" type="image/x-icon" href="/assests/image/favicon.ico" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" | ||
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" | ||
crossorigin="anonymous" | ||
/> | ||
<link rel="stylesheet" href="./style.css " /> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar container navbar-expand-lg navbar-dark fixed-top"> | ||
<a class="navbar-brand" href="#"> Blog </a> | ||
<button | ||
class="navbar-toggler" | ||
type="button" | ||
data-toggle="collapse" | ||
data-target="#navbarTogglerDemo02" | ||
aria-controls="navbarTogglerDemo02" | ||
aria-expanded="false" | ||
aria-label="Toggle navigation" | ||
> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="description" content="Blog - by Dipanshu Agarwal" /> | ||
<meta name="author" content="Dipanshu Agarwal" /> | ||
<title>Blog - Dipanshu Agarwal</title> | ||
<link rel="icon" type="image/x-icon" href="/assests/image/favicon.ico" /> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" | ||
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous" /> | ||
<link rel="stylesheet" href="./style.css " /> | ||
</head> | ||
|
||
<div class="collapse navbar-collapse" id="navbarTogglerDemo02"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/index.html">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/Projects/index.html">Projects</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/resume/index.html">Resume</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
<header> | ||
<div class="overlay"></div> | ||
<video | ||
playsinline="playsinline" | ||
autoplay="autoplay" | ||
muted="muted" | ||
loop="loop" | ||
> | ||
<source src="/assests/mp4/bg.mp4" type="video/mp4" /> | ||
</video> | ||
<div class="container"> | ||
<div class="tbox"> | ||
<h1 class="display-3">Coming Soon !!</h1> | ||
<p class="lead mb-0"> | ||
I am working hard to finish the development of this site. | ||
</p> | ||
</div> | ||
<body> | ||
<nav class="navbar container navbar-expand-lg navbar-dark fixed-top"> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" | ||
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="navbarTogglerDemo02"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/index.html">Home</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/Projects/index.html">Projects</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="/resume/index.html">Resume</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
<header> | ||
<div class="overlay"></div> | ||
<video playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop"> | ||
<source src="/assests/mp4/bg.mp4" type="video/mp4" /> | ||
</video> | ||
<div class="container"> | ||
<div class="tbox"> | ||
<h1 class="display-3">Coming Soon !!</h1> | ||
<p class="lead mb-0"> | ||
I am working hard to finish the development of this site. | ||
</p> | ||
</div> | ||
</header> | ||
<script | ||
src="https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" | ||
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" | ||
crossorigin="anonymous" | ||
></script> | ||
<script | ||
src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" | ||
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" | ||
crossorigin="anonymous" | ||
></script> | ||
</body> | ||
</html> | ||
</div> | ||
</header> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" | ||
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"> | ||
</script> | ||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" | ||
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"> | ||
</script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" | ||
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"> | ||
</script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.