Skip to content
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,9 +8,11 @@
</head>
<!-- body contains what appears on the page -->
<body>
<h1> My Simple Website </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>

<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, and a professor at Harvard Kennedy School. 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>

Expand All @@ -30,4 +32,4 @@ <h1> My Simple Website </h1>
<!-- load javascript -->
<script src="main.js"></script>
</body>
</html>
</html>