Skip to content

Commit

Permalink
Merge pull request #41 from novitai/listings-not-appliable
Browse files Browse the repository at this point in the history
ADD: listings can stay without an application form
  • Loading branch information
sarpulas committed May 7, 2024
2 parents 7424237 + dd3b67f commit 3ec02e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions components/PostArticle.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<markdown :markdown="post" />
<!-- HTML !-->
<a v-if="post.applyLink" :href="post.applyLink" class="button-42" role="button">Apply Here</a>
<jot-form v-else-if="type === 'career'" jotform="https://form.jotform.com/221312528166955" height="220px" />
<a v-else-if="type === 'career'">Applications are closed at the moment.</a><br>
<div v-if="type !== 'hidden'" class="article__footer">
<back-icon />
<nuxt-link v-if="type === 'post'" to="/blog/" class="article__back">
Expand Down Expand Up @@ -69,12 +69,10 @@

<script>
import BackIcon from 'icons/KeyboardBackspace'
import JotForm from './JotForm.vue'
export default {
components: {
BackIcon,
JotForm
BackIcon
},
props: {
post: {
Expand Down
2 changes: 1 addition & 1 deletion contents/career/embedded-software-engineer.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Embedded Software Engineer"
description: "As a Embedded Software engineer, you will be bringing together hardware and software for our state of the art edge AI systems deployed in four continents. This role involves on-site attendance. (ODTU Teknokent, Ankara)"
date: 2024-03-06 15:10:00 -0000
background: '/img/posts/05.jpg'
applyLink: 'https://forms.gle/9BUkKZjWQ7TN5376A'
# applyLink: 'https://forms.gle/9BUkKZjWQ7TN5376A'
---

## A little about us
Expand Down

0 comments on commit 3ec02e6

Please sign in to comment.