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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ Step 1: Open this link: https://github.com/Hack-Club-MAIT/hacktoberfest-cont/

Step 2: Star and Fork this repository.

Step 3: Open
Step 3: Open the url.

Step 4: hooray!.
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
flex-direction: column;
}

.cover {
Expand Down
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,20 @@ <h2 class="text-center">2019</h2>
</div>
</div>
</div>
<!-- COPY TILL HERE -->
<!-- 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="github container-fluid">
<div class="row">
<i class="fab fa-github"></i>
<a href="https://github.com/">/username</a>
</div>
</div>
</div>
</div>
<!-- COPY TILL HERE -->
<!-- COPY FROM HERE -->
<div class="col-md-4">
Expand Down