/app/site/templates/components/navbar.html.erb:<div class="navbar">
<%= render 'components/hello_bar' %>
<div class="navbar__container">
<a class="navbar__brand" href="/" title="Influx Home"></a>
<div class="navbar__items-wrapper">
<div class="navbar__items navbar__items-main">
<% site.nav_items.each do |item| %>
<% if item.children.count.zero? %>
<a href="<%= item.url %>"><%= item.title %></a>
<% else %>
<div class="navbar__dropdown">
<a href="#"><%= item.title %></a>
<div class="navbar__dropdown-items">
<% item.children.each do |child| %>
<% if child.title == "---" %>
<div class="navbar__separator"></div>
<% else %>
<a href="<%= child.url || '#' %>"><%= child.title %></a>
<% end %>
<% end %>
</div>
</div>
<% end %>
<% end %>
<div class="mobile">
<a href="https://dashboard.influx.com/sign-in">Sign in</a>
<a class="button button--primary signed-out" href="/get-a-quote" id="get_a_quote_button" rel="canoncial">
Get started
</a>
</div>
</div>
</div>
<div class="navbar__space"></div>
<div class="navbar__items desktop signed-out navbar__items-right">
<a href="https://dashboard.influx.com/sign-in">Sign in</a>
</div>
<a class="button button--primary signed-in" href="https://dashboard.influx.com" id="dashboard_button" style="display: none">
Dashboard
</a>
<a class="button button--primary--nav signed-out desktop" href="/get-a-quote" id="get_a_quote_button" rel="canoncial">
Get started
</a>
<a class="navbar__toggle">
<div class="navbar__toggle-icon">
<span></span>
<span></span>
<span></span>
</div>
</a>
</div>
</div>
/app/vendor/bundle/ruby/3.3.0/gems/json-2.13.2/lib/json/common.rb:339:in `parse' /app/vendor/bundle/ruby/3.3.0/gems/json-2.13.2/lib/json/common.rb:339:in `parse' /app/lib/api_client.rb:84:in `query' /app/lib/api_client.rb:16:in `fetch_nav_items' /app/lib/site.rb:67:in `nav_items'
{
"page": {
"url": "/careers/jobs/155--customer-sales-agent",
"job_ad": {
"title": " Customer Sales Agent",
"description_in_html": "Customer Sales Agent
\n\nInflux provides customer service for brands and tech companies on-demand, 24/7, every day of the year (including holidays). To achieve this, our operation consists of agents and managers working around the globe to achieve the company’s objectives.
\n\nWe are looking for Sales Customer Service agents from Kenya to join our growing team.
\n\nIf you’re a curious, self-starter, and problem solver, we’re interested in hearing from you!
\n\nResponsibilities
\n\nBenefits
\n\nAbout you?
\n\nInternet and Device Requirement:
\n\nIf this sounds like you or someone you know, the application link is below! Apply now!
\n", "typeform_url": "https://influx.com/forms/aoM1NoRG?thread=sales-ke-lin-25", "job_ad_slug": "155--customer-sales-agent", "country": "Kenya" } } }