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
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
<html>
<!-- head contains metadata -->
<head>
<title>My Page</title>
<title>My Page _ hilger edits</title>
<!-- load stylesheets at the end of the head -->
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<!-- body contains what appears on the page -->
<body>
<h1> My Simple Website </h1>
<h1> My Simple Website - hilger edits </h1>
<img id="profilepic" src="assets/images/photo.jpg">
<p class= "nearimage" > Hello visitors! I'm a Database Journalist at FiveThirtyEight. You can check out my GitHub profile <a href="http://github.io/dmil"> here</a> .</p>

<p class= "nearimage">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>
<h1> My (not so) Simple Website </h1>
<img id="profilepic" src="https://pbs.twimg.com/profile_images/706844157093027840/2Aan_aSU_400x400.jpg">

<p class= "nearimage" > Hello all! I'm a Database Journalist at FiveThirtyEight. You can check out my GitHub profile <a href="http://github.io/dmil"> here</a> .</p>

<p class= "nearimage">Meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow meow .</p>

<p id="mainQuote" class="quote">Lorem ipsum dolor sit amet, ad vix tempor ignota suscipit, reque vocibus id usu, eum ut elit pertinacia definitiones. </p>

Expand All @@ -26,8 +31,11 @@ <h1> My Simple Website </h1>

<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus</p>

<img src="https://m.popkey.co/d81ec6/mrely.gif">

<img src="trump_eclipse.gif">

<!-- load javascript -->
<script src="main.js"></script>
</body>
</html>
</html>
8 changes: 4 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
p {
color: black;
color: pink;
width: 400px;
float:left;
}

p.nearimage {
color: black;
color: yellow;
width: 270px;
float:left;
}
Expand All @@ -26,7 +26,7 @@ body {
margin: 0 auto;
background-color: #D3D3D3;
padding: 0 20px 20px 20px;
border: 5px solid black;
border: 5px solid red;
margin-top:25px;

}
Expand All @@ -39,7 +39,7 @@ h1 {


h1#title {
color:green;
color:blue;
}

.quote{
Expand Down
Binary file added trump_eclipse.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.