Skip to content

Commit

Permalink
ecell and arka updated, readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ridhishjain committed Mar 25, 2019
1 parent f033e78 commit 4800d71
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 53 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<li> Cyberlabs - Everything missing </li>
<li> RoboISM - Everything missing </li>
<li> Mechismu - photo of faculty advisor and student cordinators, description of gallery photos, FAQ missing </li>
<li> E-cell - </li>
<li> E-cell - contact info of faculty advisor and student coordinators, achievements, gallery photo descriptions, faq missing </li>
<li> Arka - mail ID of student coordinators, achievements, events description and photos, gallery images and descriptions, FAQ missing </li>


Expand Down
86 changes: 34 additions & 52 deletions clubs/e_cell.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,8 @@ <h3 class="mb-0">
<a role="button" class="btn btn-info btn-md" href="#">Know more</a>

</div>
<svg class="bd-placeholder-img card-img-right flex-auto d-none d-lg-block" width="250" height="250" xmlns="images/a4.jpg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<img class="bd-placeholder-img card-img-right flex-auto d-none d-lg-block" width="250" height="250" src="images/c1.jpg">
</img>
</div>
</div>
<div class="col-md-6">
Expand All @@ -230,11 +227,8 @@ <h3 class="mb-0">
<a role="button" class="btn btn-info btn-md" href="#">Know more</a>

</div>
<svg class="bd-placeholder-img card-img-right flex-auto d-none d-lg-block" width="250" height="250" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<img class="bd-placeholder-img card-img-right flex-auto d-none d-lg-block" width="250" height="250" src="images/c2.jpg">
</img>
</div>
</div>
</div>
Expand All @@ -246,16 +240,14 @@ <h4 align="center" > Club Gallery </h4><br>

<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/d1.jpg">
</img>
<div class="card-body">
<p class="card-text">Description of the image or video to be put here</p>
<p class="card-text">**MISSING**</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<a href="images/d1.jpg">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button> </a>
</div>
<small class="text-muted">9 mins</small>
</div>
Expand All @@ -264,16 +256,14 @@ <h4 align="center" > Club Gallery </h4><br>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/d2.jpg">
</img>
<div class="card-body">
<p class="card-text">Description of the image or video to be put here</p>
<p class="card-text">**MISSING**</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<a href="images/d2.jpg">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button> </a>
</div>
<small class="text-muted">9 mins</small>
</div>
Expand All @@ -282,16 +272,14 @@ <h4 align="center" > Club Gallery </h4><br>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/d3.jpg">
</img>
<div class="card-body">
<p class="card-text">Description of the image or video to be put here</p>
<p class="card-text">**MISSING**</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<a href="images/d3.jpg">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button> </a>
</div>
<small class="text-muted">9 mins</small>
</div>
Expand All @@ -300,16 +288,14 @@ <h4 align="center" > Club Gallery </h4><br>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/d4.jpg">
</img>
<div class="card-body">
<p class="card-text">Description of the image or video to be put here</p>
<p class="card-text">**MISSING**</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<a href="images/d4.jpg">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button> </a>
</div>
<small class="text-muted">9 mins</small>
</div>
Expand All @@ -318,16 +304,14 @@ <h4 align="center" > Club Gallery </h4><br>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/d5.jpg">
</img>
<div class="card-body">
<p class="card-text">Description of the image or video to be put here</p>
<p class="card-text">**MISSING**</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<a href="images/d5.jpg">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button> </a>
</div>
<small class="text-muted">9 mins</small>
</div>
Expand All @@ -336,16 +320,14 @@ <h4 align="center" > Club Gallery </h4><br>
</div>
<div class="col-md-4">
<div class="card mb-4 shadow-sm">
<svg class="bd-placeholder-img card-img-top" width="100%" height="225" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: Thumbnail">
<title>Placeholder</title>
<rect fill="#55595c" width="100%" height="100%" /><text fill="#eceeef" dy=".3em" x="50%" y="50%">Thumbnail</text>
</svg>
<img class="bd-placeholder-img card-img-top" width="100%" height="225" src="images/d6.jpg">
</img>
<div class="card-body">
<p class="card-text">Description of the image or video to be put here</p>
<p class="card-text">**MISSING**</p>
<div class="d-flex justify-content-between align-items-center">
<div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>
<a href="images/d6.jpg">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button> </a>
</div>
<small class="text-muted">9 mins</small>
</div>
Expand Down
Binary file added clubs/images/c1.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 clubs/images/c2.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 clubs/images/d1.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 clubs/images/d2.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 clubs/images/d3.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 clubs/images/d4.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 clubs/images/d5.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 clubs/images/d6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4800d71

Please sign in to comment.