mirror of
https://github.com/remoteintech/remote-jobs
synced 2025-01-02 15:48:43 +00:00
58b9cf57b0
* Improve logging messages * Make local development easier; improve docs * Combine page-specific CSS files into one This file is small, and later it will also contain styles that need to apply to the whole site. * Add "Edit this page on GitHub" links * Remove an unneeded element * Assign table cell classes during parsing This way it will work with JavaScript disabled too. * Match font weights with other styles * Always show hovered links in gray Before this change, already-visited links would stay red on hover. * Minor CSS tweaks * In main table, show company names in bold * Add mobile styles for companies table * Remove a couple more empty profile sections
52 lines
2.1 KiB
HTML
52 lines
2.1 KiB
HTML
<h1 id="test-data">Test data</h1>
|
|
<p>This company table and its linked company profiles contain some companies that
|
|
have very little information, marked with a ⚠ symbol.</p>
|
|
<p>The website for AngularClass has been changed to test an edge case with company
|
|
website links.</p>
|
|
<h2 id="companies">Companies</h2>
|
|
<table id="companies-table">
|
|
<thead>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Website</th>
|
|
<th>Region</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="company-name"><a href="/and-yet/">&yet</a></td>
|
|
<td class="company-website"><a href="https://andyet.com" target="_blank" rel="noopener noreferrer">andyet.com</a></td>
|
|
<td class="company-region">Worldwide</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="company-name"><a href="/10up/">10up</a></td>
|
|
<td class="company-website"><a href="https://10up.com/" target="_blank" rel="noopener noreferrer">10up.com</a></td>
|
|
<td class="company-region">Worldwide</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="company-name"><a href="/17hats/">17hats</a></td>
|
|
<td class="company-website"><a href="https://www.17hats.com/" target="_blank" rel="noopener noreferrer">17hats.com</a></td>
|
|
<td class="company-region">Worldwide</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="company-name"><a href="/18f/">18F</a></td>
|
|
<td class="company-website"><a href="https://18f.gsa.gov/" target="_blank" rel="noopener noreferrer">18f.gsa.gov</a></td>
|
|
<td class="company-region">USA</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="company-name"><a href="/45royale/">45royale</a> ⚠</td>
|
|
<td class="company-website"><a href="http://45royale.com/" target="_blank" rel="noopener noreferrer">45royale.com</a></td>
|
|
<td class="company-region"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="company-name"><a href="/aerolab/">Aerolab</a> ⚠</td>
|
|
<td class="company-website"><a href="https://aerolab.co/" target="_blank" rel="noopener noreferrer">aerolab.co</a></td>
|
|
<td class="company-region"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="company-name"><a href="/angularclass/">AngularClass</a> ⚠</td>
|
|
<td class="company-website"><a href="http://www.wikihow.com/wikiHow:About-wikiHow" target="_blank" rel="noopener noreferrer">wikihow.com/wikiHow:About-wikiHow</a></td>
|
|
<td class="company-region">PST Timezone</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|