Skip to content

Commit

Permalink
First Commit - formed the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
vidu120 committed Jun 8, 2021
1 parent 06ed3cc commit 4bc76c7
Show file tree
Hide file tree
Showing 352 changed files with 55,365 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# ping-cowin

This is a site created for checking the availabitly of the covaxin and covishiled based on the age and alerting for the same whenever certain slots are available based on the district id mentioned


Creates a Node server to cater to the availabilty of vaccine for Covid-19 based on the location and other factors
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Covability</title>
<link rel="stylesheet" href="./public/style.css">
</head>

<body>
<div class="auth-body">
<h1>Input your mobile number</h1>
<div class="number-section">
<input type="text" placeholder="7987321671" id="auth-number-input">
<button class="auth-button first-button">Enter</button>
</div>
<div style="display: none;" class="otp-section"><input type="text" id="auth-otp-input">
<button class="auth-button second-button">Submit OTP</button>
</div>
</div>
<script src="./public/index.js"></script>
</body>

</html>
1 change: 1 addition & 0 deletions node_modules/.bin/mime

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4bc76c7

Please sign in to comment.