Advertisement
Guest User

index

a guest
Jan 28th, 2020
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.81 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Negative Media Web Search</title>
  6.  
  7. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
  8. <script src="script.js"></script>
  9. <link rel="stylesheet" href="style.css">
  10. </head>
  11. <body>
  12.  
  13. <div class="notifications" style="display: none;">
  14.     <h3 class="success">Data Submitted Successfully</h3>
  15.     <h3 class="success">PDF Print Successful</h3>
  16.     <h3 class="error">Action failed</h3>
  17. </div>
  18.  
  19. <div class="grid-container">
  20.     <h1>Negative Media Search</h1>
  21.  
  22.     <form class="material-form">
  23.         <h3>Please fill the client's details</h3>
  24.         <label class="pure-material-textfield-outlined">
  25.             <input id="name" placeholder=" " required>
  26.             <span>Name</span>
  27.         </label>
  28.  
  29.         <label class="pure-material-textfield-outlined">
  30.             <input id="email" placeholder=" " type="email">
  31.             <span>E-mail</span>
  32.         </label>
  33.  
  34.         <label class="pure-material-textfield-outlined">
  35.             <input id="phone" placeholder=" " type="text">
  36.             <span>Phone</span>
  37.         </label>
  38.  
  39.         <label class="pure-material-textfield-outlined">
  40.             <input id="city" placeholder=" " type="text">
  41.             <span>City</span>
  42.         </label>
  43.  
  44.         <label class="pure-material-textfield-outlined">
  45.             <input id="date-of-birth" placeholder=" " type="text">
  46.             <span>Date of Birth</span>
  47.         </label>
  48.  
  49.         <div class="btn-container">
  50.             <button class="pure-material-button-contained" id="btnPrint">Submit Data</button>
  51.             <button class="pure-material-button-contained" id="download-pdf">Print PDF</button>
  52.         </div>
  53.  
  54.         <div class="sentiment">
  55.             <h4>Positive Sentiment: <span class="sentiment-number">81%</span></h4>
  56.         </div>
  57.  
  58.         <pre class="raw-data">No Data</pre>
  59.  
  60.         <div class="generated-images" style="display:none;">
  61.  
  62.         </div>
  63.     </form>
  64. </div>
  65.  
  66. <div class="generated-images">
  67. <!--    <img src="https://api.urlbox.io/v1/LfkM6zs6aXjpLxje/png?url=https%3A%2F%2Fwww.google.com%2Fsearch%3Fq%3D%25E2%2580%259CJohn%2BTrevor%25E2%2580%259D%2BAND%2Blaunder%2BOR%2Bfraud%2BOR%2Bcrime%2BOR%2Btraffick%2BOR%2Bdrugs%2BOR%2Bterror%2BOR%2Bextremist%2BOR%2Bevasion%2BOR%2Bfirearm%2BOR%2Btheft%2BOR%2Bembezzle%2BOR%2Bbribe%2BOR%2Bcorruption%2BOR%2Bburglar%2BOR%2Bscam%2BOR%2Bsentenced%2BOR%2Barrest%2BOR%2Bconvict%2BOR%2Bguilty%2BOR%2Bfined%2BOR%2Bimprison%2BOR%2Bsanction%26oq%3D%25E2%2580%259CJohn%2BTrevor%25E2%2580%259D%2BAND%2Blaunder%2BOR%2Bfraud%2BOR%2Bcrime%2BOR%2Btraffick%2BOR%2Bdrugs%2BOR%2Bterror%2BOR%2Bextremist%2BOR%2Bevasion%2BOR%2Bfirearm%2BOR%2Btheft%2BOR%2Bembezzle%2BOR%2Bbribe%2BOR%2Bcorruption%2BOR%2Bburglar%2BOR%2Bscam%2BOR%2Bsentenced%2BOR%2Barrest%2BOR%2Bconvict%2BOR%2Bguilty%2BOR%2Bfined%2BOR%2Bimprison%2BOR%2Bsanction%26gs_l%3Dpsy-ab.3...0.0..1527902...0.0..0.0.0.......6......gws-wiz.Gcp-8efXsio%26ved%3D0ahUKEwj16c6hwqTnAhVMxKYKHXCsA-AQ4dUDCAs%26uact%3D5" alt="">-->
  68. </div>
  69.  
  70. </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement