Skip to content

Commit

Permalink
updating contentes
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay committed Sep 24, 2023
1 parent fe0392c commit 2387c91
Showing 1 changed file with 48 additions and 22 deletions.
70 changes: 48 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<a class="nav-link" href="about.html"> About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">Services</a>
<a class="nav-link" href="">Articles in PDF</a>
<!-- <a class="nav-link" href="service.html">Services</a> -->
</li>
<li class="nav-item">
Expand Down Expand Up @@ -323,32 +323,58 @@ <h3>

<!-- why section -->

<!-- <section class="why_section layout_padding">
<section class="why_section layout_padding">
<div class="container">
<div class="heading_container heading_center">
<h2>
Why Choose <span>Us</span>
Read our awesome <span>Articles</span>
</h2>
</div>
<div class="why_container">
<div class="box">
<div class="img-box">
<img src="images/w1.png" alt="">
</div>
<div class="detail-box">
<h5>
Expert Management
</h5>
<p>
Incidunt odit rerum tenetur alias architecto asperiores omnis cumque doloribus aperiam numquam! Eligendi
corrupti, molestias laborum dolores quod nisi vitae voluptate ipsa? In tempore voluptate ducimus officia
id, aspernatur nihil.
Tempore laborum nesciunt ut veniam, nemo officia ullam repudiandae repellat veritatis unde reiciendis
possimus animi autem natus
</p>
</div>
<!-- <div class="img-box"> -->
<a href="https://medium.com/p/8a66c3555b30">
<div class="detail-box">
<h5>
React js useMemo Hook
</h5>
<p style="width: 700px;align-self: flex-start;">
Momoization Concept,
useMemo,
react.memo,
Live Demo,
useMemo vs useCallback,
What problem solved in useMemo ?,
Why need useMemo ?,
Does useMemo has any disadvantage?
</p>
</div>
<img height="400" width="700"
src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*mu7Uf1yATDK3V6NkiIk85A.png" alt="">
</a>
<!-- </div> -->

</div>

<div class="box">
<!-- <div class="img-box"> -->
<a href="https://medium.com/@akshaymca2013/usememo-hook-vs-purecomponent-b7f8fca12c2b">
<div class="detail-box">
<h5>
useMemo Hook vs PureComponent
</h5>
<p style="width: 700px;align-self: flex-start;">

</p>
</div>
<img height="400" width="700"
src="https://miro.medium.com/v2/resize:fit:1400/format:webp/1*nd953QJVBLuxAFcu_35eNw.png" alt="">
</a>
<!-- </div> -->

</div>

<!-- <div class="box">
<div class="img-box">
<img src="images/w2.png" alt="">
</div>
Expand Down Expand Up @@ -398,15 +424,15 @@ <h5>
possimus animi autem natus
</p>
</div>
</div>
</div> -->
</div>
<div class="btn-box">
<a href="">
<a href="https://medium.com/@akshaymca2013">
Read More
</a>
</div>
</div>
</section> -->
</section>

<!-- end why section -->

Expand Down Expand Up @@ -737,7 +763,7 @@ <h4>
</a>
<!-- <a class="" href="service.html"> -->
<a class="" href="">
Services
Articles in PDF
</a>
<!-- <a class="" href="why.html"> -->
<a class="" href="">
Expand Down

0 comments on commit 2387c91

Please sign in to comment.