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 About at the top #43

Open
wants to merge 2 commits into
base: master
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
3 changes: 3 additions & 0 deletions _site/about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<div class="header__right">
<nav class="header-nav">
<ul class="header-nav__list">
<li class="header-nav__list-item">
<a href="/about/index.html">About</a>
</li>
<li class="header-nav__list-item">
<a href="https://github.com/cbitosc" target="_blank" rel="noopener">GitHub</a>
</li>
Expand Down
3 changes: 3 additions & 0 deletions _site/coc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
<div class="header__right">
<nav class="header-nav">
<ul class="header-nav__list">
<li class="header-nav__list-item">
<a href="/about/index.html">About</a>
</li>
<li class="header-nav__list-item">
<a href="https://github.com/cbitosc" target="_blank" rel="noopener">GitHub</a>
</li>
Expand Down
25 changes: 8 additions & 17 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
<div class="header__right">
<nav class="header-nav">
<ul class="header-nav__list">
<li class="header-nav__list-item">
<a href="/about/index.html">About</a>
</li>
<li class="header-nav__list-item">
<a href="https://github.com/cbitosc" target="_blank" rel="noopener">GitHub</a>
</li>
Expand Down Expand Up @@ -96,24 +99,12 @@ <h2 class="title__heading">Why Open Source?</h2>

<section class="section section-upcoming">
<div class="section__content">
<h2 class="section__header">Upcoming Events</h2>
<h2 class="section__header">Current Events</h2>

<!-- <p class="title__description">
Follow us on
<a href="https://instagram.com/cbitosc" target="_blank" rel="noopener">Instagram</a>,
<a href="https://twitter.com/cbitosc" target="_blank" rel="noopener">Twitter</a>, and
<a href="https://facebook.com/cbitosc" target="_blank" rel="noopener">Facebook</a>
for updates on upcoming events.
</p> -->
<center><a href="/img/COSC Internship.pdf" download><img class="upevent-img" src="/img/intern-img.jpg" style=""></a></center>
<center><a class="reg-btn" href="https://forms.gle/xPYgjzR89EbnLUez7">Register</a></center>
<!-- <div class="cards">
<div class="event card">
<img class="card__image card__image--special_1" src="/img/events/websession-2020.jpg" loading="lazy">
<div class="card__info">
<p>Session on Web Development</br>14 March 2020</br><a href="https://forms.gle/2Axo5Fx9PPSPCAcj7">click here for registration</a>
</div>
</div> -->

<center><a href="/img/COSC Internship.pdf" download><img class="upevent-img" src="/img/intern-img.jpg"></a></center>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the pdf can be viewed in browser then let it be. Download force "download first" option, it's just a usability issue.

<!-- <center><a class="reg-btn" href="https://forms.gle/xPYgjzR89EbnLUez7">Register</a></center> -->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commented code is dead code. Don't ever try to weigh it's burden.



</div>
</section>
Expand Down