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

added in text #29

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
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
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
</head>
<!-- body contains what appears on the page -->
<body>
<h1> My Simple Website </h1>
<img id="profilepic" src="assets/images/photo.jpg">

<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 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>
<p class= "nearimage">This is a sneaky change. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</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 @@ -30,4 +32,4 @@ <h1> My Simple Website </h1>
<!-- load javascript -->
<script src="main.js"></script>
</body>
</html>
</html>