UNPKG

indeed-job-scraper

Version:

A node.js application to fetch jobs from indeed website

48 lines (43 loc) 1.1 kB
<!DOCTYPE html> <html> <meta name="viewport" content="width=device-width, initial-scale=1"> <body style="font-family: 'Calibri';font-size: 10px;"> <head> <title>Jesus christ - jobs</title> </head> <body style='padding: 30px;'> <style type="text/css"> table.table-style-three { font-family: verdana, arial, sans-serif; color: #333333; border-width: 1px; border-color: #3A3A3A; border-collapse: collapse; border-radius: 1em; width: 100%; page-break-inside: avoid; box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; } table.table-style-three th { border-width: 1px; padding: 8px; border-style: solid; border-color: #FFA6A6; background-color: #D56A6A; color: #ffffff; } table.table-style-three tr:nth-child(even) td{ background-color: #F7CFCF; } table.table-style-three td { border-width: 1px; padding: 8px; border-style: solid; border-color: #FFA6A6; background-color: #ffffff; } </style> <div class="container"> </div> </body> </html>