Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
61 changes: 17 additions & 44 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,23 @@ <h2>My Work</h2>

<div class="work__box">
<div class="work__text">
<h3>Portfolio Template</h3>
<h3>FetchExpenseAndRewards</h3>
<p>
A free Open Source Portfolio for anyone to use for free.
My analysis will show which month/(s) exceeds the monthly budget
set at $900, correlation between expenses and rewards earned,
expenses by category, by store, and by month, as well as by
specific stores.
</p>
<ul class="work__list">
<li>HTML</li>
<li>SCSS</li>
<li>JavaScript</li>
<li>Parcel</li>
<li>Python</li>
<li>Pandas</li>
<li>Matplotlib</li>
</ul>

<div class="work__links">
<a href="https://nisar.surge.sh" target="_blank" class="link__text">
<a href="https://github.com/pdizdar/FetchExpenseAndRewards.git" target="_blank" class="link__text">
Visit Site <span>&rarr;</span>
</a>
<a href="https://github.com/nisarhassan12/portfolio" title="View Source Code" target="_blank">
<img src="./images/github.svg" class="work__code" alt="GitHub">
</a>
</div>
Expand All @@ -105,20 +106,20 @@ <h3>Portfolio Template</h3>

<div class="work__box">
<div class="work__text">
<h3>Calculator</h3>
<h3>stock_price_comparision</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod,
eius.
Find the top five largest stocks by 3 month average volume for a particular time.
</p>
<ul class="work__list">
<li>React</li>
<li>Next.js</li>
<li>Node</li>
<li>MongoDB</li>
<li>Python</li>
<li>Pandas</li>
<li>Matplotlib</li>
<li>yfinance</li>
<li>Plotly</li>
</ul>

<div class="work__links">
<a href="#" class="link__text">
<a href="https://github.com/pdizdar/stock_price_comparision.git" class="link__text">
Visit Site <span>&rarr;</span>
</a>
<a href="#">
Expand All @@ -130,34 +131,6 @@ <h3>Calculator</h3>
<img src="./images/project-2.png" class="work__image" alt="Project 1" />
</div>
</div>

<div class="work__box">
<div class="work__text">
<h3>Notificator</h3>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quod,
eius.
</p>
<ul class="work__list">
<li>React</li>
<li>Next.js</li>
<li>Node</li>
<li>MongoDB</li>
</ul>

<div class="work__links">
<a href="#" class="link__text">
Visit Site <span>&rarr;</span>
</a>
<a href="#">
<img src="./images/github.svg" class="work__code" title="View Source Code" alt="GitHub">
</a>
</div>
</div>
<div class="work__image-box">
<img src="./images/project-3.png" class="work__image" alt="Project 3" />
</div>
</div>
</div>
</div>
</section>
Expand Down