-
Notifications
You must be signed in to change notification settings - Fork 20
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
HW2 Maya Bhat #7
Open
mbhat25
wants to merge
2
commits into
FEWD87:master
Choose a base branch
from
mbhat25:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
# Custom for Visual Studio | ||
*.cs diff=csharp | ||
|
||
# Standard to msysgit | ||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
<meta charset="utf-8"> | ||
<meta name="description" content="Your description goes here"> | ||
<meta name="keywords" content="one, two, three"> | ||
<meta name="relaxr" content="piece of mind"> | ||
<meta name="keywords" content="relaxr, assistant, app"> | ||
|
||
<title>Blank Template</title> | ||
<title>Relaxr</title> | ||
|
||
<!-- external CSS link --> | ||
<link rel="stylesheet" href="css/reset.css"> | ||
<link rel="stylesheet" href="css/style.css"> | ||
|
||
</head> | ||
|
||
<body> | ||
<div id="container"> | ||
|
||
<div class="container1"> | ||
<header> | ||
<h1>Blank Template</h1> | ||
<h2>Just another blank template</h2> | ||
<h1 id="logo">Relaxr</h1> | ||
<h2 id="tagline">Get piece of mind with a single tap</h2> | ||
<p id="getit"> Get It Now</p> | ||
</header> | ||
<footer> | ||
© Footer Goes Here | ||
</footer> | ||
</div> | ||
|
||
<div class="container2"> | ||
<h2 id="benefits">Benefits</h2> | ||
<p id="benefitscopy"> | ||
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> | ||
|
||
<div class="container3"> | ||
<blockquote> | ||
<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."</p> | ||
<p id="name">- Amanda, Intuit</p> | ||
</blockquote> | ||
</div> | ||
|
||
<div class="container4"> | ||
<p></p> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @mbhat25 there is an empty |
||
<p id="signuptext">Sign Up Now!</p> | ||
</div> | ||
|
||
<div class="container5"> | ||
<h1 id="logoyellow">Relaxr</h1> | ||
<img class="icon" src="images/twitter.png"> | ||
<img class="icon" src="images/facebook.png"> | ||
<footer>© Copyright 2015. Relaxr</footer> | ||
</div><!-- #container --> | ||
</body> | ||
</html> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mbhat25 This should either be an
<a href="#"></a>
and style it or abutton
tag.p
tags are meant for text🔨