Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added images to slides #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ input, select, textarea {

.image.main img {
width: 100%;
height: 180px;
}

@media screen and (max-width: 736px) {
Expand Down
Binary file added images/pic011.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic022.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pic033.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1>FOSS NITRR</h1>
<!-- Intro -->
<article id="intro">
<h2 class="major">Intro</h2>
<span class="image main"><img src="images/pic01.jpg" alt="" /></span>
<span class="image main"><img src="images/pic011.jpg" alt="" /></span>
<p><b>FOSS NITRR is a collaboration to contribute to Open Source, led by students at NIT Raipur.
We are striving to get a very good coding culture. Many students and people from and outside of NIT Raipur are part of this society.
FOSS NITRR is open for anyone who is willing to contribute their part.</b>
Expand All @@ -68,7 +68,7 @@ <h2 class="major">Intro</h2>
<!-- Work -->
<article id="open-source">
<h2 class="major">Open Source</h2>
<span class="image main"><img src="images/pic02.jpg" alt="" /></span>
<span class="image main"><img src="images/pic033.jpg" alt="" /></span>
<p align="center"><b>We <i class="icon fa fa-heart white"></i> love open source!</b></p>
<p>Find our projects at <a href="">Github</a>.</p>
<p>We have open source projects on domains such as</p>
Expand Down Expand Up @@ -124,7 +124,7 @@ <h2 class="major">Open Source</h2>
<!-- About -->
<article id="competitive-programming">
<h2 class="major">Competitive Programming</h2>
<span class="image main"><img src="images/pic03.jpg" alt="" /></span>
<span class="image main"><img src="images/pic022.jpeg" alt="" /></span>
<p><b>We are announcing a Competitive Programming Challenge.
100 days of competitive programming!</b>
</p>
Expand Down