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

Master #6

Open
wants to merge 7 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
Binary file added 1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion hello.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ body {
margin: 0;
padding: 0;
font: 1em/1.5em "Open Sans", sans-serif;
background-color: #d2232a;
background-color: #A5C77F;
color: white;
}

Expand Down
20 changes: 8 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello, Summer of Talk!</title>
<title>Alice page</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Covered+By+Your+Grace" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link href="hello.css" rel="stylesheet" type="text/css">
Expand All @@ -12,23 +12,19 @@
<p>My name is</p>
</header>
<main>
<img src="me.png">
<h1>Your name here</h1>
<img src="1.jpg" alt="me img">
<h1>Alice</h1>
<p>
Here's a good place to write a little bit about yourself.
Include anything you want people to know about you.
I'm a web development student.
</p>
<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.
This is my very first git hub page. Git hub is awesome!
</p>
<ul class="social">

<li><a rel="github" href="http://github.com/powershop">My code</a></li>
<li><a rel="home" href="http://example.com">My website</a></li>
<li><a rel="twitter" href="http://twitter.com/powershop">@powershop</a></li>
<li><a rel="github" href="http://github.com/tiggerbaby">My code</a></li>
<li><a rel="home" href="http://example.com">My website is comming soon!</a></li>
<li><a rel="twitter" href="http://twitter.com/alicewunz">@alicewunz</a></li>
</ul>
</main>
<footer>
Expand Down