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 to hacktoberfest 2022 + did contribution #333

Open
wants to merge 1 commit 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
4 changes: 4 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# List of all contributors

## 2022
1. [Samarth Singh Bachhotiya](https://github.com/ApidBoy)


## 2019

1. [Shaurya Agarwal](https://github.com/ShauryaAg)
Expand Down
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ body {
overflow: hidden;
max-width: 100vw;
min-height: 100vh;
background: #152347;
background: #190E1D;
}

.cover-desc {
color: #94eafd;
}

.icon {
width: 38vw;
width: 55vw;
max-height: 100%;
}

Expand Down
25 changes: 11 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="icon" href="./images/favicon.ico">


<title>Hacktoberfest 2k19 DSC</title>
<title>Hacktoberfest 2k22 DSC</title>
<style>
.m-card {
min-height: 14em;
Expand All @@ -45,11 +45,11 @@

<div class="row text-center v_m">
<div class="content-cover">
<a href=" https://hacktoberfest.digitalocean.com/ ">
<img class='icon' src="./images/logo-hf19-full-10f3c000cea930c76acc1dedc516ea7118b95353220869a3051848e45ff1d656.svg">
<a href="https://hacktoberfest.digitalocean.com/ ">
<img class='icon' src="https://external-preview.redd.it/yaXTrUUwsv3WN2gKrDAqAkthRayDF30AnZzD-N_02-U.jpg?auto=webp&s=f70413e4b56e59991c269ddd805d5ee803021777">
</a>

<h1 class="cover-desc"">Meetup <br> 9th October 2019 @BVP<br>
<h1 class="cover-desc"">Meetup Archive <br> - 9th October 2019<br> @BVP
<a href=" https://www.facebook.com/events/317705875478826/">
<i id="fb" class="fab fa-facebook"></i></a>
</h1>
Expand Down Expand Up @@ -120,34 +120,31 @@ <h6>Just Follow the steps in the README in the repository! <a href='https://gith
<h3>CONTRIBUTORS</h3>
</div>

<h2 class="text-center">2019</h2>
<h2 class="text-center">2022</h2>

<div class="row">

<!-- COPY THIS BLOCK, MAKE CHANGES AND ADD AT THE END -->


<!-- COPY FROM HERE -->

<div class="col-md-4">
<div class="m-card mcardStyle">
<div class="name">--your name--</div>
<div class="msg">--your comment--</div>
<div class="m-card">
<div class="name">Samarth Singh Bachhotiya</div>
<div class="msg">i use arch btw.</div>
<div class="github container-fluid">
<div class="row">
<i class="fab fa-github"></i>
<a href="https://github.com/">/username</a>
<a href="https://github.com/ApidBoy">/ApidBoy</a>
</div>
</div>
</div>
</div>
<!-- COPY TILL HERE -->



</div>


<hr />

<h2 class="text-center">2018</h2>

<div class="row">
Expand Down