Skip to content

Instantly share code, notes, and snippets.

@connor11528
Created April 10, 2020 00:48
Show Gist options
  • Select an option

  • Save connor11528/df14f8d80876c9e791adf2a467a0edb5 to your computer and use it in GitHub Desktop.

Select an option

Save connor11528/df14f8d80876c9e791adf2a467a0edb5 to your computer and use it in GitHub Desktop.
The candidate apply form on the Employbl website as it currently stands
@extends('layouts.app')
@section('content')
<header>
<div class="container">
<div class="row mt-5">
<div class="col-md-6 col-sm-12">
<h1 class="mb-3">Join the tech community 🤝</h1>
<h3 class="mb-5 text-small">
</h3>
</div>
<div class="col-md-6 col-sm-12">
{{--<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSe9Zkq26q3bZB3PO_JRiFbEbt_iEo8kW1vSNAO7EXMW1cNuiA/viewform?embedded=true" width="100%" height="1682" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>--}}
<candidate-apply-form></candidate-apply-form>
</div>
</div>
</div>
</header>
@include('partials.footer')
@endsection
@connor11528
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment