Skip to content
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
28 changes: 22 additions & 6 deletions templates/home/base.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,28 @@
</p>
<h4 class="footer-title">Follow Us</h4>
<div class="footer-media-list mb-4">
<a href="https://twitter.com/ClubTechpro" class="me-2" target="_blank"
><i class="fab fa-lg fa-twitter fa-fw"></i
></a>
<a href="https://github.com/ClubTechPro/techpro.club" class="me-2" target="_blank"
><i class="fab fa-lg fa-github fa-fw"></i
></a>
<a href="https://twitter.com/ClubTechpro"
class="text-decoration-none text-gray-600"
target="_blank">
<i class="fab fa-twitter fa-fw fa-lg me-2"></i>
</a>

<a href="https://www.facebook.com/clubtechpro"
class="text-decoration-none text-gray-600" target="_blank">
<i class="fab fa-lg fa-facebook fa-fw me-2"></i>
</a>
<a href="https://www.instagram.com/clubtechpro/"
class="text-decoration-none text-gray-600" target="_blank">
<i class="fab fa-lg fa-instagram fa-fw me-2"></i>
</a>
<a href="https://www.github.com/clubtechpro/"
class="text-decoration-none text-gray-600" target="_blank">
<i class="fab fa-lg fa-github fa-fw me-2"></i>
</a>
<a href="https://www.linkedin.com/company/techpro-club/"
class="text-decoration-none text-gray-600" target="_blank">
<i class="fab fa-lg fa-linkedin fa-fw me-2"></i>
</a>
</div>
<!-- Sponsor us -->
<h4 class="footer-title">Sponsor Us</h4>
Expand Down
41 changes: 25 additions & 16 deletions templates/home/contactus.gohtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{define "content"}}
{{define "content"}}
<!-- BEGIN section -->
<div class="section py-5">
<!-- BEGIN section-bg -->
Expand Down Expand Up @@ -50,7 +50,7 @@
>Developers FAQ</a
>
</li>

<li class="mb-1">
<a
href="https://github.com/ClubTechPro/techpro.club/blob/master/CODE_OF_CONDUCT.md"
Expand Down Expand Up @@ -136,24 +136,33 @@
79, Yamuna Enclave, Sector 28<br />
NOIDA, UP, India 201301<br />
</p>

<div class="mb-2">
<b>Social Network:</b>
<b>Social Networks:</b>
</div>
<p>
<a
href="https://twitter.com/ClubTechpro"
<a href="https://twitter.com/ClubTechpro"
class="text-decoration-none text-gray-600"
target="_blank"
><i class="fab fa-twitter fa-fw fa-lg me-2"></i
></a>

<a
href="https://github.com/ClubTechPro/techpro.club"
class="text-decoration-none text-gray-600"
target="_blank"
><i class="fab fa-github fa-fw fa-lg me-2"></i
></a>
target="_blank">
<i class="fab fa-twitter fa-fw fa-lg me-2"></i>
</a>

<a href="https://www.facebook.com/clubtechpro"
class="text-decoration-none text-gray-600" target="_blank">
<i class="fab fa-lg fa-facebook fa-fw me-2"></i>
</a>
<a href="https://www.instagram.com/clubtechpro/"
class="text-decoration-none text-gray-600" target="_blank">
<i class="fab fa-lg fa-instagram fa-fw me-2"></i>
</a>
<a href="https://www.github.com/clubtechpro/"
class="text-decoration-none text-gray-600" target="_blank">
<i class="fab fa-lg fa-github fa-fw me-2"></i>
</a>
<a href="https://www.linkedin.com/company/techpro-club/"
class="text-decoration-none text-gray-600" target="_blank">
<i class="fab fa-lg fa-linkedin fa-fw me-2"></i>
</a>
</p>
</div>
<!-- END col-4 -->
Expand Down
24 changes: 17 additions & 7 deletions templates/home/index.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
<span class="fab fa-google"></span> Sign in with Google
</a>
</div>

</div>
</div>

Expand Down Expand Up @@ -580,13 +580,23 @@
</p>
<h4 class="footer-title">Follow Us</h4>
<div class="footer-media-list mb-4">
<a href="#" class="me-2"
><i class="fab fa-lg fa-twitter fa-fw"></i
></a>
<a href="#" class="me-2"
><i class="fab fa-lg fa-github fa-fw"></i
></a>
<a href="https://www.facebook.com/clubtechpro" target="_blank" class="me-2">
<i class="fab fa-lg fa-facebook fa-fw"></i>
</a>
<a href="https://www.instagram.com/clubtechpro/" target="_blank" class="me-2">
<i class="fab fa-lg fa-instagram fa-fw"></i>
</a>
<a href="https://www.github.com/clubtechpro/" target="_blank" class="me-2">
<i class="fab fa-lg fa-github fa-fw"></i>
</a>
<a href="https://www.linkedin.com/company/techpro-club/" target="_blank" class="me-2">
<i class="fab fa-lg fa-linkedin fa-fw"></i>
</a>
<a href="https://twitter.com/ClubTechpro" class="me-2" target="_blank">
<i class="fab fa-twitter fa-fw fa-lg me-2"></i>
</a>
</div>

<!-- Sponsor us -->
<h4 class="footer-title">Sponsor Us</h4>
<a
Expand Down