Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Merge branch 'Upcoming-events' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-kulkarni-25 authored Apr 22, 2021
2 parents 17a59ac + 0ac5f21 commit 8a922de
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 29 deletions.
12 changes: 7 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,13 +340,15 @@ header #menu-bar{
flex-wrap: wrap;
}



.events .box-container .box{
height:60rem;
width:45rem;

margin:2rem;
cursor: pointer;
overflow: hidden;
position: relative;
padding:2rem;
flex:1 1 40rem;
border-radius: 1rem;
box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
}

.events .box-container .box img{
Expand Down
55 changes: 31 additions & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<nav class="navbar">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#about">About-Us</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#joinus">Join Us</a></li>
<li><a href="#events">Events</a></li>
Expand Down Expand Up @@ -73,24 +73,30 @@ <h3>SFC FOUNDATIONS</h3>
<!-- home section ends -->

<!-- about section starts -->
<section class="about" id="about" data-aos="fade-right">
<div>
<h1 class="heading">About <span>Us</span></h1>
<a href="pages/About-Us/knowsfc.html"><button class="btn">Know SFC</button></a>
<a href="pages/About-Us/objectives.html"><button class="btn">Objectives</button></a>
<a href="#"><button class="btn">Founder's Profile</button></a>
<a href="#"><button class="btn">Core Team</button></a>
<a href="pages/About-Us/workingmodel.html"><button class="btn">Working Model</button></a>

<section class="about" id="about">
<div class="image" data-aos="fade-right"></div>
<div class="content" data-aos="fade-left">
<h3>Who we are</h3>
<p>The SFC is a Youth NGO that has it’s roots in Tricity and Delhi. SFC inspires the younger generation to
come forward to serve the Mother Earth by igniting a spark in them. SFC is established to launch and
nurture activities and programs which will reach the most impecunious and vulnerable people from our
community. The motive is that Youth is the beaming future of our country and they are the ONLY ones who
can change trite plots into buoyant podiums.
Hence our Projects are designed keeping in mind the barbaric surroundings of our Society. With the help
of our stalwart Volunteers we are able to focus on capacity building activities rather than the
traditional gap filling initiatives. SFC is an organization of dedicated and staunch amateurs who are
dead set at uplifting the unfortunate lots in our society and sheltering our Country.</p>
<a href="#"><button class="btn">Learn more</button></a>
</div>
<img class="banner" src="images/banner.png">
</section>

<!-- about section ends -->

<!-- Project section -->

<section class="projects" id="projects">
<h1 class="heading"> Our Projects <span>List</span> </h1>
<h1 class="heading"> Our projects <span>List</span> </h1>
<ul class="list" data-aos="fade-down">
<li class="btn active" data-src="images/SAMPURAN.png">Sampuran</li>
<li class="btn" data-src="images/GYAN.png">Gyan</li>
Expand Down Expand Up @@ -122,17 +128,14 @@ <h3> <span>03.</span>Vatavaran</h3>
</div>
</div>
</section>
<!-- Join Us Section Starts-->

<div class="joinus" id="joinus">
<h1 class="heading">Join <span>Us</span></h1>
<a href="pages/Join-Us/joinus.html"><button class="btn Join">INTERN</button></a>
<a href="pages/Join-Us/joinus.html"><button class="btn Join">VOLUNTEER</button></a>
</div>

<!-- Join Us Section Starts-->
<section class="joinus" id="joinus">
<div>
<h1 class="heading">Join <span>Us</span></h1>
<a href="pages/Join-Us/joinus.html"><button class="btn Join">INTERN</button></a>
<a href="pages/Join-Us/joinus.html"><button class="btn Join">VOLUNTEER</button></a>
</div>
<img class="joinimg" src="images/joinusbanner.png">
</section>
<!-- Join Us Section Ends -->


Expand All @@ -144,14 +147,18 @@ <h1 class="heading">Join <span>Us</span></h1>
<section class="events" id="events">
<h1 class="heading"> Upcoming <span>Events</span> </h1>
<div class="box-container">
<div class="box" data-aos="fade-up">
<div class="box">
<img src="images/id.jpg" alt="">
<h3>Indradhanush</h3>
</div>
<div class="box" data-aos="fade-up">
<div class="box">
<img src="images/reh.jpg" alt="">
<h3>Rehnuma</h3>
</div>

</div>
<div class="box-container">
<a href="#"><button class="btn Join">MORE EVENTS</button></a>
</div>
</section>

Expand All @@ -160,7 +167,7 @@ <h3>Rehnuma</h3>
<!-- NEWS SECTION -->

<section class="news" id="news">
<h1 class="heading"> SFC <span>In News</span> </h1>
<h1 class="heading"> SFC <span>In news</span> </h1>


<div class="row" data-aos="fade-right">
Expand Down Expand Up @@ -203,7 +210,7 @@ <h4 class="news-title">Fast Media</h4>
<!-- talks section starts -->

<section class="talks" id="order">
<h1 class="heading"> What <span>People Say</span> </h1>
<h1 class="heading"> What <span>people say</span> </h1>
<div class="slideshow-container">

<div class="mySlides">
Expand Down

0 comments on commit 8a922de

Please sign in to comment.