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

Fixed minor issue #5

Merged
merged 1 commit into from
Oct 31, 2018
Merged
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
26 changes: 24 additions & 2 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,28 @@ body {
margin-left: 10px;
}
.jumbotron {
height: 500px;
min-height: 600px;
background-color: #000;
margin-bottom: 0px;
display: flex;
justify-content: center;
align-items: center;
min-height: 700px;
}
}

.row {
padding-top: 5%;
}

h1 {
font-size: 150px !important;
}
.header-text {
color: #FFA500;
font-size: 100px;
text-align: center;
margin-bottom: 80px;
}
.header-para {
color: #FFA500;
Expand All @@ -53,7 +62,20 @@ body {
text-align: center;
margin-bottom: 0px !important;
}

.button-row {
margin-top: 40px;
margin-bottom: 40px;
margin-right: 5px;
margin-left: 5px;
}
.header-button {
color: #FFA500;
border-color: #FFA500;
width: 200px;
}
.header-botton:hover {
background-color: #FFA500;
}


.club-container {
Expand Down
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,31 @@
<div class="container home-intro">
<div class="row row-header">
<div class="col-12">
<h1 class="header-text">Phoenix</h1>
<h1 class="header-text rubberBand animated">PHOENIX</h1>
<p class="header-para">Our Main Motive is to bring out the feeling of togetherness among the students of LNMIIT and to spread the culture of Robotics, DIP, Embedded System .</p>
</div>

</div>
<br>
<div class="row row-header">
<div class="col-12">
<p class="header-para">Be a part of the evergrowing plethora of events and projects. You can participate in our events and submit your projects on the portal.</p>
</div>
</div>
<div class="row button-row justify-content-around">
<div class="col-4 align-items-center">
<button type="button" class="btn btn-outline-primary header-button">Upcoming events</button>
</div>
<div class="col-4 align-items-center">
<button type="button" class="btn btn-outline-primary header-button">Collaborate</button>
</div>
</div>
</div>
</header>
<div class="club-container" style="background-image: url(src/img/background1.jpg); width: 100%; height:100%; opacity: 1.0; object-fit:contain;">
<div class="container">
<div class="row club-row align-items-center">
<div class="col-sm">
<p class="fadeInUp animated">The Phoenix as a club brings together like minded people to convert ideas into reality. We provide a platform to all the budding minds from a variety of tech fields such as <span class="club-row-inline">Robotics</span>, <span class="club-row-inline">Embedded Systems</span>, <span class="club-row-inline">Computer Vision</span> among others to come together and build their idea into a reality. We conduct several events ranging from Introductory sessions, Workshops, Competitions etc to continue the long lasting culture of learning and passing on. Irrespective of our academic branches and different years of undergraduate degree programs, we work with each other, build things, face the failure, rebuild it and continue trying until we succeed.</p>
<p class="fadeInUp animated visisble">The Phoenix as a club brings together like minded people to convert ideas into reality. We provide a platform to all the budding minds from a variety of tech fields such as <span class="club-row-inline">Robotics</span>, <span class="club-row-inline">Embedded Systems</span>, <span class="club-row-inline">Computer Vision</span> among others to come together and build their idea into a reality. We conduct several events ranging from Introductory sessions, Workshops, Competitions etc to continue the long lasting culture of learning and passing on. Irrespective of our academic branches and different years of undergraduate degree programs, we work with each other, build things, face the failure, rebuild it and continue trying until we succeed.</p>
<br>
<br>
<p class="fadeInDown animated">We as a group of enthusiastic individuals keep on looking for new opportunities and go on to participate in different competitions and sessions throughout the nation and beyond. We also organize events throughout the year with varying levels of target crowd. We have events that are targeted only towards the newbies of the institute so that they do not find things indimidating. We then increase the level to events that are open to all in the institute. The biggest scale events are organized as a part of our Techno-Management-Literary fest <span class="club-row-inline">Plinth</span>.</p>
Expand Down