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

Update eventPage.html add button on event link #155

Open
wants to merge 3 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
11 changes: 10 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,18 @@ a {
}

a:hover {
color: #6c7afa;
color: #ffffff;
text-decoration: none;
}
botton{
font-size:24px;
font-weight:bolder;
border-radius:5px;
border:1px solid red;
background-color: red;"
}



h1,
h2,
Expand Down
16 changes: 8 additions & 8 deletions eventPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h4>Placnment Prepration Stratiges</h4>
</p>
</b>
<div class="event-links">
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeNWLZmhuz47XNdG_PdZ2uiGxj9uuvlUjt0QgrxMCGWwq9f7w/viewform"><i class="bx bx-plus"></i></a>
<button><a href="https://docs.google.com/forms/d/e/1FAIpQLSeNWLZmhuz47XNdG_PdZ2uiGxj9uuvlUjt0QgrxMCGWwq9f7w/viewform"> Watch <i class="bx bx-plus"></i></a></button>

</div>
</div>
Expand Down Expand Up @@ -125,7 +125,7 @@ <h4>Intrivew Series</h4>
"Bahar Grover"</p>
</b>
<div class="event-links">
<a href="https://forms.gle/TYVTnRZunbckq2Zp6"><i class="bx bx-plus"></i></a>
<button> <a href="https://forms.gle/TYVTnRZunbckq2Zp6"> Watch <i class="bx bx-plus"></i></a></button>

</div>
</div>
Expand All @@ -142,7 +142,7 @@ <h4>GSOC Preparation Strategy</h4>
"Aman raj"</p>
</b>
<div class="event-links">
<a href="https://forms.gle/wqREArMk2LUdF6oo6"><i class="bx bx-plus"></i></a>
<button><a href="https://forms.gle/wqREArMk2LUdF6oo6"> Watch <i class="bx bx-plus"></i></a></button>

</div>
</div>
Expand All @@ -159,7 +159,7 @@ <h4>How To Start Entrepreneurship Journey?</h4>
"Mr. Sidharath Suvankar Nayak"</p>
</b>
<div class="event-links">
<a href="https://forms.gle/i9KBoVd9EMh3r2wa7"><i class="bx bx-plus"></i></a>
<button><a href="https://forms.gle/i9KBoVd9EMh3r2wa7"> Watch <i class="bx bx-plus"></i></a></button>

</div>
</div>
Expand All @@ -181,7 +181,7 @@ <h4>Career in Devrel Engineering and Community</h4>
</p>
</b>
<div class="event-links">
<a href="https://youtu.be/bbaeO6YSYOc"><br><i class="bx bx-plus"></i></a>
<button> <a href="https://youtu.be/bbaeO6YSYOc"> Watch <i class="bx bx-plus"></i></a></button>

</div>
</div>
Expand All @@ -201,7 +201,7 @@ <h4>Opening ceremony at University of Lagos</h4>
</p>
</b>
<div class="event-links">
<a href="https://www.youtube.com/watch?v=PGmpCUQ4L1E"><i class="bx bx-plus"></i></a>
<button><a href="https://www.youtube.com/watch?v=PGmpCUQ4L1E"><i class="bx bx-plus"> Watch </i></a></button>

</div>
</div>
Expand All @@ -219,7 +219,7 @@ <h4>Roadmap for CSE Students</h4>
with a demonstrated history of working in the computer software industry. "</p>
</b>
<div class="event-links">
<a href="https://www.youtube.com/watch?v=uDQaEkrF9Ww&t=382s"><i class="bx bx-plus"></i></a>
<button><a href="https://www.youtube.com/watch?v=uDQaEkrF9Ww&t=382s"> Watch <i class="bx bx-plus"></i></a></button>

</div>
</div>
Expand All @@ -236,7 +236,7 @@ <h4>Open source and Hands on Github</h4>
"Sahitya Roy is Founder of eduhub community."</p>
</b>
<div class="event-links">
<a href="https://www.youtube.com/watch?v=9X2J0Zuanjs&t=33s"><i class="bx bx-plus"></i></a>
<button> <a href="https://www.youtube.com/watch?v=9X2J0Zuanjs&t=33s"> Watch <i class="bx bx-plus"></i></a></button>

</div>
</div>
Expand Down