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
43 changes: 43 additions & 0 deletions starter_code/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Relaxr</title>
</head>
<body>
<header>Relaxr</header>
<p>Get piece of mind with a single tap</p>

<button type="button" name="getitbutton">Get it Now</button>
<br />
<img src="images/header_bg.jpg" alt="Get piece of mind with a single tap" />

<div>
<h2>Benefits</h2>
<p> The perfect personal assistant. Relaxr does your job
for you so you can enjoy life as it is meant to be.</p>

<ul>
<li>Schedule meetings for you</li>
<li>Excel automation to complete your work for you</li>
<li>Responds to emails on your behalf</li>
<li>Does all your work for you with our revolutionary AI technology</li>
</ul>
</div>

<img src="images/testimonial_bg.jpg" alt="Testimonial" />
<p>"Relaxr changed my life. I've been able to travel the world, spend limited time working and my boss
keeps thanking me for crushing work." <br> -Amanda, Intuit</p>

<button type="button" name="signupbutton">Sign Up Now!</button></butt>

<p>Relaxr</p>

<div id="socialicons">
<img src="images/twitter.png" alt="Twitter" />
<img src="images/facebook.png" alt="Facebook" />
</div>

<footer>Copyright 2015. Relaxr.</footer>
</body>
</html>