Skip to content

Commit

Permalink
Merge pull request #87 from innogeeks/main
Browse files Browse the repository at this point in the history
Easy Ed Added
  • Loading branch information
AdityyaX authored Apr 9, 2024
2 parents 39a5158 + fbcefdd commit 934ca38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/newcard/newcard.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// newcard.tsx
export {};

// Your existing code goes here
14 changes: 13 additions & 1 deletion src/containers/Home/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,19 @@ export default function HomePage() {
</div>
</div>
</div>

<div data-aos="fade-right" className="more-one">
<div class="card" id="card2">
<div class="top-section">
<div class="border"></div>
<img src="https://s3.ap-south-1.amazonaws.com/innohacks3.0/Logo.png" className="image3"></img>
</div>
<div class="bottom-section">
<span class="title" style={{ fontFamily: "repo-light" }}>The objective of this Problem Statement is to design and develop a live streaming platform that enables educational experts to broadcast live sessions, workshops, or lectures to students who have subscribed to the service. The platform should offer features that foster engagement, interaction, and learning among participants.
</span>
<a href="https://docs.google.com/document/d/1l27ZOnpx0yPA_tc_AEcUbH2RHLkUDCgXuoV6_-MtTp4/edit?usp=sharing" style={{textDecoration: 'none'}} target="_blank"><button className="butt" >Problem Statement</button></a>
</div>
</div>
</div>

{/* <div data-aos="fade-right" className="more-one">
<img
Expand Down

0 comments on commit 934ca38

Please sign in to comment.