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

Updated content and hover style. #207

Open
wants to merge 8 commits 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
21 changes: 5 additions & 16 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,36 +177,25 @@ <h2 style="color: #fff">Follow Us</h2>
class="sci"
>
<li>

<a href="https://twitter.com/EvokeCoders" target="_blank"

<a href="" target="_blank"
><i class="fa fa-twitter" aria-hidden="true"></i
></a>
</li>

<li>

<a href="https://www.instagram.com/coders_evoked/" target="_blank"


<a href="" target="_blank"
><i class="fa fa-instagram" aria-hidden="true"></i
></a>
</li>

<li>

<a href="https://www.linkedin.com/in/coders-evoke-a26305213/" target="_blank"



<a href="" target="_blank"
><i class="fa fa-linkedin" aria-hidden="true"></i
></a>
</li>

<li>

<a href="mailto:[email protected]" target="_blank"

<a href="" target="_blank"
><i class="fa fa-google-plus" aria-hidden="true"></i
></a>
</li>
Expand All @@ -217,4 +206,4 @@ <h2 style="color: #fff">Follow Us</h2>
<!-- including javascript files here-->
<script src="./js/script.js"></script>
</body>
</html>
</html> -->
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
}
#view-btn:hover {
background-color: #5199db;
font-weight: bold;
color: #4a104a;
}
.content-main {
Expand Down Expand Up @@ -202,6 +203,7 @@ footer p {

.sci li a:hover {
background: #db198a;
font-weight: bold;
}

.sci li a .fa {
Expand Down Expand Up @@ -233,6 +235,7 @@ footer p {
color: #fff;
padding-left: 5px;
transition: all 0.5s ease;
font-weight: bold;
}

footer .container .sec h2 {
Expand Down Expand Up @@ -538,6 +541,7 @@ p {
}

.dk-footer-form button:hover {
font-weight: bold;
cursor: pointer;
}

Expand Down Expand Up @@ -663,6 +667,7 @@ a {
/* Hover effect*/
a:hover {
background-color:#da385b;
font-weight: bold;
}
.card {
transition: all 0.5s ease;
Expand Down
36 changes: 0 additions & 36 deletions events.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,42 +278,6 @@ <h2 class="card_title">Hackathon 2</h2>
</div>
</div>

<footer>
<div class="sec" style="padding: 10px">
<h2 style="color: #fff; text-align: center; padding-bottom: 10px">
Follow Us
</h2>

<ul
style="align-items: center; display: flex; justify-content: center"
class="sci"
>
<li>
<a href="https://twitter.com/EvokeCoders" target="_blank"
><i class="fa fa-twitter" aria-hidden="true"></i
></a>
</li>

<li>
<a href="https://www.instagram.com/coders_evoked/" target="_blank"
><i class="fa fa-instagram" aria-hidden="true"></i
></a>
</li>

<li>
<a href="https://www.linkedin.com/in/coders-evoke-a26305213/" target="_blank"
><i class="fa fa-linkedin" aria-hidden="true"></i
></a>
</li>

<li>
<a href="mailto:[email protected]" target="_blank"
><i class="fa fa-google-plus" aria-hidden="true"></i
></a>
</li>
</ul>
</div>
</footer>

<footer>
<div class="sec">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@

<!-- more info -->
<section class="guidelines" id="guidelines">
<h1 class="heading">Benefits if you join us</h1>
<h1 class="heading">Why should you join us..</h1>

<div class="box-container">

Expand Down