-
Notifications
You must be signed in to change notification settings - Fork 55
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
Landing Page created #71
Conversation
Created front-end with landing page
Hi! Thanks for PR. (Powered by GitMate.io) |
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.
Hey there, Thanks for PR!
Can you post a screenshot too?
Screenshot is in this file |
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.
This is pretty much basic but will work.
Just do a few changes.
- Use proper class names.
- Indent CSS file using some tool.
- Text on button should be visible
@@ -0,0 +1,60 @@ | |||
<html> | |||
<head> | |||
<title>test_case_generator</title> |
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.
Make title Testcase Generator
<head> | ||
<title>test_case_generator</title> | ||
<meta name="viewport" content="initial-scale=1.0,width=device-width"> | ||
<link rel="stylesheet" href="gra.css"> |
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.
Make filename index.css
@aashutoshrathi should we close this PR due to inactivity? |
Yeah! |
Created front-end with landing page
Checklist:
Issues Solved
Fixes #60