Skip to content

Instantly share code, notes, and snippets.

@desinas
Last active December 4, 2017 11:10
Show Gist options
  • Save desinas/3f3d01b4d21a2b29d7c3d97c33368dfa to your computer and use it in GitHub Desktop.
Save desinas/3f3d01b4d21a2b29d7c3d97c33368dfa to your computer and use it in GitHub Desktop.
Web Dev Blog Post project from Udacity lesson 3// source https://jsbin.com/yuqonit/edit?html,output
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Web Dev Blog Post</title>
</head>
<body>
<!-- This is adapted from: http://blog.udacity.com/2016/01/hottest-jobs-in-2016-2-web-developer.html -->
<!-- Format the text below! -->
<h1>Hottest Jobs in 2016 #2: Web Developer</h1>
<p>By <i><strong>Christopher Watkins</strong></i></p>
<p>January 19, 2016</p>
<img src="http://i1.wp.com/blog.udacity.com/wp-content/uploads/2016/01/Slack-for-iOS-Upload.jpg?zoom=2&amp;resize=320%2C168" style="width: 320px;" alt="Hottest jobs in 2016 - Web Developer">
<p>There is a simple reason why Web Developer is such a hot job right now. Put simply, what Web Developers
do is create how we experience … the web. If you proceed from the notion that every person who engages with
the web would prefer a great experience, then you can say that everyone who engages with the web would prefer
that a Web Developer have done a great job. Companies of course know this, so they hire Web Developers to ensure
their sites provide great experiences. So, lots of websites and lots of users means lots of demand. LOTS of demand. 🔥</p>
</body>
</html>
@desinas
Copy link
Author

desinas commented Dec 4, 2017

This is my solution at Project from Udacity lesson 3, Web Dev Blog Post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment