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

I edited Task1/index.html, Task2/contributors.md & added hello--world… #344

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
11 changes: 11 additions & 0 deletions Task1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1293,6 +1293,17 @@ <h5 class="card-title text-center">galacticGhoul</h5>
</div>
</div>
</div>

<div class="col-md-2 col-sm-6 my-12 mx-auto p-relative bg-white shadow-1 blue-hover mycard mycard" style="width: 360px; overflow: hidden; border-radius: 1px;">
<img src="./img/ImKeelan.jpg" class="pic w-full">
<div class="card-body">
<h5 class="card-title text-center">ImKeelan</h5>
<div class="text-center">
<a href="https://github.com/ImKeelan"><i class="fa fa-github-square icon fa-3x"></i></a>
<a href="https://www.linkedin.com/in/keelan-mayne-2148b6198/"><i class="fa fa-linkedin-square fa-3x"></i></a>
</div>
</div>
</div>

<!-- Paste Above this line -->
</div> <!-- end row -->
Expand Down
1 change: 1 addition & 0 deletions Task2/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ Start adding Your Names with hosted portfolio.
21. Kunal Bhat - https://panzerox123.github.io/
22. Tanmay Kumar Bisoi - pseudonerd.github.io
23. Ifan Zalukhu - https://ifanzalukhu97.github.io/
24. Keelan Mayne - imkeelan.github.io
5 changes: 5 additions & 0 deletions Task3/python/hello--world.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
hello = input("Hello? Are you there? \n")
if hello == "Hello":
print("Hello World!")
else:
print("Goodbye World!")
Empty file added Task3/python/helloworld.py
Empty file.