Last active
September 9, 2019 15:25
-
-
Save just1and0/4c7366aa7984f8a22ca1f41096778b3b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title> STUDYMATE</title> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> | |
| <link rel="stylesheet" href="index.css"> | |
| </head> | |
| <body style="margin:0px 0px"> | |
| <div class="container"> | |
| <div class="row"> | |
| <div class="col-xs-12 header"> | |
| <h3>Opener<span style="font-weight: 100">360</span> </h3> | |
| </div> | |
| <div class="col-xs-12 updatemodal"> | |
| <div class="col-xs-8" style="padding-top: 5px"> | |
| <h7 class="pull-left" >An update for Opener is avaliable.</h7> | |
| </div> | |
| <div class="col-xs-4"> | |
| <button class="btn-custom">update</button> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="row section-app"> | |
| <!-- section header --> | |
| <div class="col-xs-12" style="padding: 0px 0px"> | |
| <div class="col-xs-12 Desktop"> | |
| <span>Desktop</span> | |
| </div> | |
| <div class=" col-xs-12 body"> | |
| <div class="col-xs-12" style="padding: 0px 0px"> | |
| <div class="col-xs-6"> | |
| <h4>Chrome Browser </h4> | |
| </div> | |
| <div class="col-xs-6 text-right"> | |
| <button class="btn-custom-g text-right">OPEN</button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- end of section header --> | |
| <!-- section header --> | |
| </div> | |
| </div> | |
| <script src="./cont.js" ></script> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment