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 the address and email link to team and events pages #87

Open
wants to merge 1 commit into
base: main
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
14 changes: 9 additions & 5 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,15 @@ <h2>Our Believe</h2>
<div class="col-lg-3 col-md-6 footer-contact">
<h3>Hack<span>4</span>Bengal</h3>
<p>
DG 1/2 New Town, Action Area 1 <br>
Kolkata - 700156<br>
West Bengal, India <br><br>
<!-- <strong>Phone:</strong> +1 5589 55488 55<br> -->
<strong>Email:</strong> [email protected]<br>
<a href="https://g.page/snuindia?share">
DG 1/2 New Town, Action Area 1 <br />
Kolkata - 700156<br />
West Bengal, India <br />
</a>
<br />
<a href="mailto:[email protected]"
><strong>Email:</strong> [email protected]<br
/></a>
</p>
</div>

Expand Down
14 changes: 9 additions & 5 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -1033,11 +1033,15 @@ <h2>Our Believe</h2>
<div class="col-lg-3 col-md-6 footer-contact">
<h3>Hack<span>4</span>Bengal</h3>
<p>
DG 1/2 New Town, Action Area 1 <br>
Kolkata - 700156<br>
West Bengal, India <br><br>
<!-- <strong>Phone:</strong> +1 5589 55488 55<br> -->
<strong>Email:</strong> [email protected]<br>
<a href="https://g.page/snuindia?share">
DG 1/2 New Town, Action Area 1 <br />
Kolkata - 700156<br />
West Bengal, India <br />
</a>
<br />
<a href="mailto:[email protected]"
><strong>Email:</strong> [email protected]<br
/></a>
</p>
</div>

Expand Down