Skip to content

Commit

Permalink
Merge pull request #322 from jpa-perl/add-job-boards
Browse files Browse the repository at this point in the history
ジョブボードの追加
  • Loading branch information
karupanerura authored Aug 5, 2024
2 parents 2fc2021 + f883f3a commit 13655eb
Show file tree
Hide file tree
Showing 33 changed files with 132 additions and 10 deletions.
111 changes: 110 additions & 1 deletion 2024hakodate/data/jobboards.js
Original file line number Diff line number Diff line change
@@ -1 +1,110 @@
module.exports = [];
module.exports = [
{
src: "toggle.png",
alt: "トグルホールディングス株式会社",
url: "https://toggle.co.jp/position/engineer/",
},
{
src: "dena.png",
alt: "株式会社ディー・エヌ・エー",
url: "https://go.dena.my/7C9uEQJ",
},
{
src: "helpfeel.png",
alt: "株式会社Helpfeel",
url: "https://recruit.helpfeel.com/",
},
/*
{
src: "newmo.png",
alt: "newmo株式会社",
url: "",
},
*/
{
src: "pixiv.png",
alt: "ピクシブ株式会社",
url: "https://www.pixiv.co.jp/",
},
{
src: "hacomono.png",
alt: "株式会社hacomono",
url: "https://coal-son-1e1.notion.site/Entrance-Book-hacomono-4f5f5cec269e4e60ae8a918bed653efd",
},
{
src: "sakura.png",
alt: "さくらインターネット株式会社",
url: "https://www.sakura.ad.jp/lp/recruit-engineer/",
},
{
src: "cloudbase.png",
alt: "Cloudbase株式会社",
url: "https://www.notion.so/levetty/Cloudbase-Engineer-Entrance-Book-1f51dcaf9edd490e934780f526f833a3?pvs=4",
},
/*
{
src: "layerx.png",
alt: "株式会社LayerX",
url: "",
},
{
src: "delta.png",
alt: "株式会社DELTA",
url: "",
},
*/
{
src: "kakehashi.jpeg",
alt: "株式会社カケハシ",
url: "https://hrmos.co/pages/kakehashi/jobs",
},
/*
{
src: "smartbank.png",
alt: "株式会社スマートバンク",
url: "",
},
*/
{
src: "findy.jpeg",
alt: "ファインディ株式会社",
url: "https://herp.careers/v1/findy/requisition-groups/14c4a661-5e48-40c5-99d0-ea657b8b4c04",
},
{
src: "hatena.jpeg",
alt: "株式会社はてな",
url: "https://hatena.co.jp/recruit/engineer",
},
{
src: "sixapart.png",
alt: "シックス・アパート株式会社",
url: "https://www.sixapart.jp/jobs/",
},
{
src: "freakout.png",
alt: "株式会社フリークアウト",
url: "https://www.fout.co.jp/recruit/freakout/career_tech/",
},
{
src: "kayac.png",
alt: "株式会社カヤック",
url: "https://www.kayac.com/news/2022/07/interview_sakata",
},
{
src: "mobilefactory.png",
alt: "株式会社モバイルファクトリー",
url: "https://recruit.mobilefactory.jp/",
},
/*
{
src: "colsis.png",
alt: "株式会社コルシス",
url: "",
},
{
src: "nekotoast-lab.png",
alt: "株式会社ネコトーストラボ",
url: "",
},
*/
];
Binary file added 2024hakodate/src/images/jobboard/cloudbase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/dena.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/findy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/freakout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/hacomono.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/hatena.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/helpfeel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/kakehashi.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/kayac.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/pixiv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/sakura.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/sixapart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 2024hakodate/src/images/jobboard/toggle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 20 additions & 7 deletions 2024hakodate/src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,19 @@
<% } %>
</div>

<% if (Object.keys(locals.jobboards).length> 0) { %>
<header class="sectionHeader">
<h2><span>Job Board</span></h2>
</header>
<section class="container mx-auto section flex justify-center flex-wrap mt-20 mb-40" id="jobboards">
<% for (const board of locals.jobboards) { %>
<a target="_blank" href="<%= board.url %>" class="block p-2 md:basis-1/2 xl:basis-1/3">
<img src="images/jobboard/<%= board.src %>" alt="<%= board.alt %>" />
</a>
<% } %>
</section>
<% } %>

<% if (Object.keys(locals.sponsors).length> 0) { %>
<header class="sectionHeader">
<h2><span>Sponsor</span></h2>
Expand All @@ -150,18 +163,18 @@
<img class="aspect-square rounded-sm object-contain content-center" loading="lazy"
src="images/sponsor/<%= company.image %>" alt="<%= company.name %>" />
</a>
<% } %>
<% } %>
</div>
</div>
<% } %>
</section>
<% } %>
<% } %>

<footer class="flex flex-col items-center mb-10 mt-32 mx-auto text-jpa"> <img src="./images/jpa.png" alt="JPA"
class="w-[90px]">
<p class="mt-3 text-xs text-jpa">© Japan Perl Association</p>
</footer>
<script src="./scripts/index.ts" type="module"></script>
<footer class="flex flex-col items-center mb-10 mt-32 mx-auto text-jpa"> <img src="./images/jpa.png" alt="JPA"
class="w-[90px]">
<p class="mt-3 text-xs text-jpa">© Japan Perl Association</p>
</footer>
<script src="./scripts/index.ts" type="module"></script>
</body>

</html>
Binary file added docs/2024hakodate/cloudbase.4ade1087.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2024hakodate/dena.ca5a53f0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2024hakodate/findy.c17edcb3.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2024hakodate/freakout.d8f929a8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2024hakodate/hacomono.cc46be8e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2024hakodate/hatena.5245020a.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/2024hakodate/helpfeel.3ec3ffc5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/2024hakodate/index.71298e1b.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 13655eb

Please sign in to comment.