back to svelte version

This commit is contained in:
Martin Donnelly 2021-01-13 10:50:03 +00:00
parent 17a348f625
commit 8b587ef055
8 changed files with 67 additions and 11 deletions

View File

@ -55,13 +55,13 @@ const RssTechnojobs = require('./scrapers/rss.technojobs');
await jobserveScraper.go('https://www.jobserve.com/MySearch/4C67595E323E3453.rss'); // vuejs 2 Jul 2020
await jobserveScraper.go('https://www.jobserve.com/MySearch/DCD6B8CE431FE402.rss'); // svelte 2 Jul 2020
await s1jobsScraper.go('http://www.s1jobs.com/xml/m7dp711z2r.xml');
/* await s1jobsScraper.go('http://www.s1jobs.com/xml/m7dp711z2r.xml');
await s1jobsScraper.go('http://www.s1jobs.com/xml/pfvf7o7z2r.xml');
await s1jobsScraper.go('http://www.s1jobs.com/xml/lluqnt8z2r.xml');
await s1jobsScraper.go('http://www.s1jobs.com/xml/tu33qt8z2r.xml');
await s1jobsScraper.go('http://www.s1jobs.com/xml/u3btnz8z2r.xml');
await s1jobsScraper.go('http://www.s1jobs.com/xml/b1d7e6c3a9a11964z3r.xml');
await s1jobsScraper.go('http://www.s1jobs.com/xml/ddeded091b6f6d33z3r.xml');
await s1jobsScraper.go('http://www.s1jobs.com/xml/ddeded091b6f6d33z3r.xml');*/
await technojobsScraper.go('https://www.technojobs.co.uk/rss.php/html%20OR%20node%20OR%20web%20OR%20sql%20OR%20delphi%20OR%20javascript%20OR%20ajax/excludekeywords/locationglasgow/radius25/termsin0/salary0/postedwithinall/jobtypeall/searchfieldRSearchIndex/page1');
await technojobsScraper.go('https://www.technojobs.co.uk/rss.php/html%20OR%20node%20OR%20web%20OR%20sql%20OR%20delphi%20OR%20javascript%20OR%20ajax/excludekeywords/locationLONDON/radius25/termsin0/salary0/postedwithinall/jobtypeall/searchfieldRSearchIndex/page1');

6
server/dist/build/bundle.css vendored Normal file

File diff suppressed because one or more lines are too long

18
server/dist/build/bundle.css.map vendored Normal file

File diff suppressed because one or more lines are too long

1
server/dist/build/bundle.js vendored Normal file

File diff suppressed because one or more lines are too long

1
server/dist/build/bundle.js.map vendored Normal file

File diff suppressed because one or more lines are too long

25
server/dist/gfx/star.svg vendored Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="0 0 282.3 270.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<linearGradient id="a" gradientUnits="userSpaceOnUse" x1="338.9" x2="322.8" y1="292.1" y2="203.1">
<stop offset="0" stop-color="#e6d82f"/>
<stop offset="1" stop-color="#faf26f"/>
</linearGradient>
<linearGradient id="b" gradientUnits="userSpaceOnUse" x1="391.9" x2="341.2" y1="310.6" y2="310.6">
<stop offset="0" stop-color="#d2c308"/>
<stop offset="1" stop-color="#e8da34"/>
</linearGradient>
</defs>
<g fill-rule="evenodd" transform="translate(-198.9 -145.7)">
<path d="m340.1 292.8l-.4-140.5-32.16 98.6z" fill="url(#a)"/>
<path d="m340.2 152.4l31.45 97.64-31.04 42.7z" fill="#d2c308"/>
<path d="m341.1 292.4l133.8-42.39-103.6-.01z" fill="#faf26f"/>
<path d="m341 293.1l50.85 17.34 83.1-60.32z" fill="#a29910"/>
<path d="m289.1 310.6l50.32-17.12-134.2-43.5z" fill="#d2c308"/>
<path d="m339.6 293.8l-82.67 116.1 32.22-99.1z" fill="#faf26f"/>
<path d="m341.1 293.6l50.78 16.82 31.72 97.69z" fill="url(#b)"/>
<path d="m340.2 348.6l83.08 59.65-82.56-114.4z" fill="#a29910"/>
<path d="m306.9 251.2l33.56 42.72-135.6-43.9z" fill="#faf26f"/>
<path d="m340.2 348.6l-82.9 59.3 83.03-114.5z" fill="#a29910"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

0
server/dist/global.css vendored Normal file
View File

View File

@ -1,13 +1,18 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jobs NG</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>
<title>Jobs Server</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel="stylesheet" href="styles.7cc34b60cd61c4ed50cc.css"></head>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/build/bundle.css'>
<script defer src='/build/bundle.js'></script>
</head>
<body>
<app-root></app-root>
<script src="runtime.acf0dec4155e77772545.js" defer></script><script src="polyfills.35a5ca1855eb057f016a.js" defer></script><script src="main.6053daaf70df7cc81398.js" defer></script></body>
</body>
</html>