excavatorhero.com
Open in
urlscan Pro
2a01:a560:1::5e
Public Scan
Submitted URL: https://vpn.excavatorhero.se/
Effective URL: https://excavatorhero.com/
Submission: On December 01 via automatic, source certstream-suspicious — Scanned from SE
Effective URL: https://excavatorhero.com/
Submission: On December 01 via automatic, source certstream-suspicious — Scanned from SE
Form analysis
2 forms found in the DOM<form x-ref="form" autocomplete="off">
<div class="mb-3">
<label for="name" class="form-label">Your name*</label>
<input type="text" class="form-control" id="name" x-model="formData.name" required="" aria-describedby="name">
</div>
<div class="mb-3">
<label for="email" class="form-label">Your email*</label>
<input type="email" class="form-control" id="email" x-model="formData.email" required="">
</div>
<div class="mb-3">
<label for="company" class="form-label">Company name (optional)</label>
<input type="text" class="form-control" id="company" x-model="formData.company" aria-describedby="company">
</div>
<div class="mb-3">
<label for="country" class="form-label">Country*</label>
<input type="text" class="form-control" id="country" x-model="formData.country" aria-describedby="country">
</div>
<div class="row mb-3">
<div class="col">
<label for="brand" class="form-label">Machine Brand</label>
<input type="text" class="form-control" id="brand" x-model="formData.brand" aria-label="Machine Brand">
</div>
<div class="col">
<label for="weight" class="form-label">Machine weight</label>
<select class="form-select" id="weight" x-model="formData.weight" x-init="formData.weight = '1,5-3,5'" aria-label="Machine weight">
<option value="1,5-3,5" selected="">1,5-3,5 tonnes</option>
<option value="3-6,5">3-6,5 tonnes</option>
<option value="6-12">6-12 tonnes</option>
<option value="10-16">10-16 tonnes</option>
<option value="14-19">14-19 tonnes</option>
<option value="15-24">15-24 tonnes</option>
<option value="23-32">23-32 tonnes</option>
<option value="30-40">30-40 tonnes</option>
</select>
</div>
<div class="col">
<label for="model" class="form-label">Tiltrotator model</label>
<select class="form-select" id="model" x-model="formData.model" x-init="formData.model = 'R1'" aria-label="Tiltrotator model">
<option value="R1">R1</option>
<option value="R2">R2</option>
<option value="R3">R3</option>
<option value="R4">R4</option>
<option value="R5">R5</option>
<option value="R6">R6</option>
<option value="R8">R8</option>
<option value="R9">R9</option>
</select>
</div>
</div>
<div class="mb-3">
<label for="url" class="form-label">Youtube URL*</label>
<input type="url" class="form-control" id="url" x-model="formData.youtube" required="" aria-describedby="Youtube URL*">
</div>
<div class="mb-3">
<label for="other" class="form-label">Other equipment, machine info (optional)</label>
<textarea class="form-control" id="other" x-model="formData.other" aria-describedby="Other equipment, machine info (optional)"></textarea>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="permissions" x-model="formData.permissions" required="">
<label class="form-check-label" for="permissions"> I have permission from the owner of the responsible company on site. </label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="agreeTerms" x-model="formData.agreeTerms" required="">
<label class="form-check-label" for="agreeTerms"> I have read, I understand, and I agree to the <a href="/terms-and-conditions" target="_blank">Terms and Conditions</a>. </label>
</div>
<div class="text-center mt-4">
<div class="bg-primary text-light p-2 mb-4" x-show="error" style="display: none;">
<p class="mb-0" x-text="error"></p>
</div>
<button type="button" class="btn btn-lg btn-white mx-auto" @click="submit">
<span x-show="loading" class="spinner-border spinner-border-sm" role="status" aria-hidden="true" style="display: none;"></span>
<span x-show="!loading">Submit Video</span>
</button>
</div>
</form>
<form x-ref="form" autocomplete="off">
<input type="hidden" id="vote-contest" x-model="formData.contest" value="winner">
<input type="hidden" id="vote-entry-id" x-model.number="$store.entry" value="0">
<div class="mb-3">
<label for="vote-name" class="col-form-label">Your name:</label>
<input type="text" class="form-control" id="vote-name" x-model="formData.name" required="" autocomplete="off">
</div>
<div class="mb-3">
<label for="vote-email" class="col-form-label">Your email:</label>
<input type="email" class="form-control" id="vote-email" x-model="formData.email" required="" autocomplete="off">
</div>
<div class="mb-3">
<label for="vote-country" class="col-form-label">Country:</label>
<input type="text" class="form-control" id="vote-country" x-model="formData.meta.country" required="">
</div>
<div class="form-check mb-3">
<input class="form-check-input" type="checkbox" value="" id="ownExcavator" x-model="formData.meta.ownExcavator">
<label class="form-check-label" for="ownExcavator"> I own an excavator </label>
</div>
<div class="mb-3 mt-n3" x-show="formData.meta.ownExcavator" style="display: none;">
<label for="company-name" class="col-form-label">Company name (optional):</label>
<input type="text" class="form-control" id="company-name" x-model="formData.meta.companyName">
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="agreeTerms" x-model="formData.agreeTerms" required="">
<label class="form-check-label" for="agreeTerms"> By voting I agree to Rototilt storing my data in accordance with their <a href="/privacy-policy/" class="text-primary" target="_blank">Privacy Policy</a>. </label>
</div>
<div class="text-center mt-4">
<div class="bg-primary text-light p-2 mb-4" x-show="error" style="display: none;">
<p class="mb-0" x-text="error"></p>
</div>
<button type="button" class="btn btn-lg btn-white mx-auto" @click="submit">
<span x-show="loading" class="spinner-border spinner-border-sm" role="status" aria-hidden="true" style="display: none;"></span>
<span x-show="!loading"><i class="fas fa-heart"></i> Vote!</span>
</button>
</div>
</form>
Text Content
EXCAVATOR HERO 2022 IS OVER! After a month worth of competing, Steve Lafontaine of Canada has been crowned 2022’s Excavator Hero, he takes home 10,000 euros worth of Rototilt products of his choice and a trip to our headquarters here in Sweden. The purpose of Excavator Hero is to bring our customers together, showcase their skills and influence other innovatively minded individuals to make the investment of a tiltrotator for the business. A big thank you to everyone who has competed, visited this site and voted for their favourite, until next year, thank you. After a month worth of competing, Steve Lafontaine of Canada has been crowned 2022’s Excavator Hero, he takes home 10,000 euros worth of Rototilt products of his choice and a trip to our headquarters here in Sweden. The purpose of Excavator Hero is to bring our customers together, showcase their skills and influence other innovatively minded individuals to make the investment of a tiltrotator for the business. A big thank you to everyone who has competed, visited this site and voted for their favourite, until next year, thank you. THE WINNER! Big congratulations to this year's winner. STEVE LAFONTAINE Canada Read more Share ENTER EXCAVATOR HERO 2022 Your name* Your email* Company name (optional) Country* Machine Brand Machine weight 1,5-3,5 tonnes 3-6,5 tonnes 6-12 tonnes 10-16 tonnes 14-19 tonnes 15-24 tonnes 23-32 tonnes 30-40 tonnes Tiltrotator model R1 R2 R3 R4 R5 R6 R8 R9 Youtube URL* Other equipment, machine info (optional) I have permission from the owner of the responsible company on site. I have read, I understand, and I agree to the Terms and Conditions. Submit Video THANK YOU FOR YOUR SUBMISSION. You will hear from us if your video is selected. ENTER INFORMATION TO VOTE! Your name: Your email: Country: I own an excavator Company name (optional): By voting I agree to Rototilt storing my data in accordance with their Privacy Policy. Vote! YOUR VOTE HAS BEEN REGISTERED May your hero rise to eternal glory * www.rototilt.com * Privacy Policy * Terms and Conditions #excavatorhero2022 We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies. However, you may visit "Cookie Settings" to provide a controlled consent. Cookie SettingsAccept All Manage consent Close PRIVACY OVERVIEW This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the ... Necessary Necessary Always Enabled Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously. CookieDurationDescriptioncookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. Functional Functional Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features. Performance Performance Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors. Analytics Analytics Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc. Advertisement Advertisement Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads. Others Others Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet. SAVE & ACCEPT