-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ihsavru/master
Added changes to home page
- Loading branch information
Showing
7 changed files
with
34 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -178,6 +178,9 @@ <h1>events</h1> | |
<div class="single_price"> | ||
<div class="price_head"> | ||
<h3>Internship Fair</h3> | ||
<div class="price"> | ||
<i class="fa fa-users" aria-hidden="true"></i> | ||
</div> | ||
</div> | ||
<div class="price_content"> | ||
<ul> | ||
|
@@ -198,6 +201,9 @@ <h3>Internship Fair</h3> | |
<div class="single_price"> | ||
<div class="price_head"> | ||
<h3>HackDTU 2.0</h3> | ||
<div class="price"> | ||
<i class="fa fa-clock-o" aria-hidden="true"></i> | ||
</div> | ||
</div> | ||
<div class="price_content"> | ||
<ul> | ||
|
@@ -218,6 +224,9 @@ <h3>HackDTU 2.0</h3> | |
<div class="single_price"> | ||
<div class="price_head"> | ||
<h3>Code In Less</h3> | ||
<div class="price"> | ||
<i class="fa fa-code" aria-hidden="true"></i> | ||
</div> | ||
</div> | ||
<div class="price_content"> | ||
<ul> | ||
|
@@ -344,13 +353,6 @@ <h5>Contact Information</h5> | |
<p>+91 - 9717430033</p> | ||
</div> | ||
</div> | ||
<div class="contact_link"> | ||
<ul> | ||
<li><a href="https://www.facebook.com/iosddtu" class="icon-facebook"></a></li> | ||
<li><a href="https://twitter.com/iosoftwared" class="icon-twitter"></a></li> | ||
<li><a href="https://www.linkedin.com/company/iosd?trk=ppro_cprof" class="icon-linkedin"></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
@@ -366,15 +368,16 @@ <h5>Contact Information</h5> | |
<div class="row"> | ||
<div class="col-md-6 col-md-offset-3"> | ||
<a href="#" class="footer_logo">Synergy 2.0</a> | ||
<div class="footer_link"> | ||
<ul> | ||
<li><a href="https://www.facebook.com/iosddtu" class="icon-facebook"></a></li> | ||
<li><a href="#" class="icon-twitter"></a></li> | ||
<li><a href="" class="icon-googleplus"></a></li> | ||
<li><a href="https://www.linkedin.com/company/iosd?trk=ppro_cprof" class="icon-linkedin"></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="contact_link"> | ||
<ul> | ||
<li><a href="mailto:[email protected]" class="fa fa-envelope"></a></li> | ||
<li><a href="https://www.facebook.com/iosddtu" class=" fa fa-facebook"></a></li> | ||
<li><a href="https://www.twitter.com/iosoftwared" class="fa fa-twitter"></a></li> | ||
<li><a href="https://github.com/IOSD" class="fa fa-github"></a></li> | ||
<li><a href="https://www.instagram.com/iosdofficial/" class="fa fa-instagram"></a></li> | ||
<li><a href="https://www.linkedin.com/company/iosd?trk=ppro_cprof" class="fa fa-linkedin"></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters