href titles2

This commit is contained in:
Xander 2025-04-10 12:21:15 +03:00
parent 4210b4cab1
commit 6d56ad49e4
6 changed files with 4522 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -67,7 +67,7 @@
{% for job in jobs %} {% for job in jobs %}
<tr> <tr>
<td class="border-b"> <td class="border-b">
<a href="{{ job.job.link }}" target="_blank" class="client-link text-blue-500">{{ job.job.job_title [:50] }}</a> <a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div> <div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
</td> </td>
<td class="text-center border-b">{{job.job.job_company}}</td> <td class="text-center border-b">{{job.job.job_company}}</td>

View File

@ -251,7 +251,7 @@ document.addEventListener('DOMContentLoaded', function() {
{% for job in jobs %} {% for job in jobs %}
<tr> <tr>
<td class="border-b"> <td class="border-b">
<a href="{{ job.job.link }}" target="_blank" class="font-medium whitespace-no-wrap">{{ job.job.job_title [:50] }}</a> <a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div> <div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
</td> </td>
<td class="text-center border-b">{{job.job.job_company}}</td> <td class="text-center border-b">{{job.job.job_company}}</td>

View File

@ -49,7 +49,7 @@
{% for job in jobs %} {% for job in jobs %}
<tr> <tr>
<td class="border-b"> <td class="border-b">
<a href="{{ job.job.link }}" target="_blank" class="font-medium whitespace-no-wrap">{{ job.job.job_title [:50] }}</a> <a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div> <div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
</td> </td>
<td class="text-center border-b">{{job.job.job_company}}</td> <td class="text-center border-b">{{job.job.job_company}}</td>

View File

@ -52,7 +52,7 @@
{% for job in jobs %} {% for job in jobs %}
<tr> <tr>
<td class="border-b"> <td class="border-b">
<a href="{{ job.job.link }}" target="_blank" class="font-medium whitespace-no-wrap">{{ job.job.job_title [:50] }}</a> <a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div> <div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
</td> </td>
<td class="text-center border-b">{{job.job.job_company}}</td> <td class="text-center border-b">{{job.job.job_company}}</td>

View File

@ -51,7 +51,7 @@
{% for job in jobs %} {% for job in jobs %}
<tr> <tr>
<td class="border-b"> <td class="border-b">
<a href="{{ job.job.link }}" target="_blank" class="font-medium whitespace-no-wrap">{{ job.job.job_title [:50] }}</a> <a href="{{ job.job.link }}" target="_blank" class="text-blue-500">{{ job.job.job_title [:50] }}</a>
<div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div> <div class="text-gray-600 text-xs whitespace-no-wrap">{{ job.job.job_id }}</div>
</td> </td>
<td class="text-center border-b">{{job.job.job_company}}</td> <td class="text-center border-b">{{job.job.job_company}}</td>