-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
1 lines (1 loc) · 2.07 KB
/
about.html
File metadata and controls
1 lines (1 loc) · 2.07 KB
1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>About</title><link rel="stylesheet" href="./style/index.css"><link rel="stylesheet" href="./style/form.css"><link rel="stylesheet" href="./style/result.css"><link rel="stylesheet" href="./style/navbar.css"><link rel="stylesheet" href="./style/footer.css"><link rel="stylesheet" href="./style/mediaScreen.css"><style>#title{text-align:center;font-size:2rem;line-height:20px;text-align:justify;margin-bottom:40px}.rules{width:90%;margin:auto}.rules span{display:block;margin-bottom:20px}</style></head><body><div id="formView"></div><div id="body"><div class="navbar"><div class="intro imgRot"><img src="./imgs/collaboration.png" alt=""></div><span id="appTitle">LS</span><div><a href="./index.html">Home</a></div></div><div id="midBodyEl"><div class="rules"><div id="title">How to use?</div><span>1. Enter no of Friends/Colleagues involved in the trip.</span><span>2. Click on Proceed Button</span><span>3. A form will appear. Fill the details with name and contribution.</span><span>4. In case of multiple payment by a single person you can click on '+' option and add</span><span>5. Once done reverify and then click on calculate button down below the form</span><span>6. You will have the result. In the left side person will pay to the right side persons with the amount mentioned in the box.</span></div></div><div class="footer"><div id="contactIn"><div id="linkdin"><a href="https://archishman-das-portfolio.netlify.app/" target="_blank"><img src="./imgs/copyright.png" alt=""></a><a href="https://www.linkedin.com/in/archeese/" target="_blank"><img src="./imgs/linkedin.png" alt=""></a><a href="https://www.instagram.com/starving_array/" target="_blank"><img src="./imgs/instagram.png" alt=""></a><a href="https://wa.me/8016166683" target="_blank"><img src="./imgs/whatsapp.png" alt=""></a><a href="https://github.com/starving-array" target="_blank"><img src="./imgs/github.png" alt=""></a></div></div></div></div></body></html><script type="module" src="./js/index.js"></script>