Skip to content
Open

w1d3 #49

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
62 changes: 62 additions & 0 deletions starter_code/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Relaxr</title>

</head>
<body>

<img src="images/header_bg.jpg">

<h1>Relaxr</h1>

<h2>Get piece of mind with a single tap</h2>

<button type="button">Get it Now</button>


<h2>Benefits</h2>

<p>The perfect personal assistant. Relaxr does your job <br>
for you do you can enjoy life as it is mean to be.</p>

<div>
<ul>
<li>Schedule meetings for you</li>
<li>Excel automation to complete you
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">

<p>"Relaxr changed my life. I've been able <br>
to travel the world, spend limited tim <br>
working and my boss keeps thanking <br>
me for crushing work." <br>
</p>

<h2>-Amanda, Intuit</h2>

<button type="button">Sign Up Now</button>

<footer>
<h3>Relaxr</h3>

<img src="images/twitter.png"><img src="images/facebook.png">

<p>Copyright 2015. Relaxr</p>
</footer>

</body>


</html>