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

Git 101 #14

Open
wants to merge 8 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
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
4 changes: 4 additions & 0 deletions hello.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ body {
color: #fff;
}

p {
font-family: "helvetica";
}

a {
color: #00aeef;
text-decoration: none;
Expand Down
16 changes: 7 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,23 @@
TODO: Replace the image with your own, e.g., "me.png" or "me.jpg".
You'll need to ensure that you add the image to the codebase if you change this.
-->
<img src="me.svg">
<img src="shaq.jpg">
<!-- TODO: Replace the text with your name. -->
<h1>Your name here</h1>
<h1>Ishaq Idris</h1>
<p>
Here's a good place to write a little bit about yourself.
Include anything you want people to know about you.
</p>
<!-- TODO: Replace the text with a description about yourself. -->
<p>
Intelligentsia dreamcatcher chartreuse franzen sartorial ugh. Whatever
brunch asymmetrical tousled occupy before they sold out, distillery VHS
fingerstache salvia church-key readymade listicle. Craft beer skateboard
hella, hoodie brooklyn.
A tech Youtuber, and a lover of technology and creating!
Check out my channel below!
</p>
<ul class="social">
<!-- TODO: Replace the links with your own GitHub account, website and Twitter handle. -->
<li><a rel="github" href="http://github.com/fluxfederation">My code</a></li>
<li><a rel="home" href="http://fluxfederation.com">My website</a></li>
<li><a rel="twitter" href="http://twitter.com/fluxfederation">@fluxfederation</a></li>
<li><a rel="github" href="http://github.com/ishaqidris">My code</a></li>
<li><a rel="home" href="http://www.youtube.com/c/ishaqidris">Shaqtech</a></li>
<li><a rel="twitter" href="http://twitter.com/sharkyferrari">@sharkyferrari</a></li>
</ul>
</main>
<footer>
Expand Down
Binary file added ryan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added shaq.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.