Internship @ WeGroup in Ghent

WeGroup

+32 9 227 93 02

Internship

Open
Internship

We love to nourish young talents. At WeGroup, we value your learning experience and believe in young talents to make an impact in our organization. Apply or contact us for more information. Here you can find a few examples of projects we have experience with.

Your Future

Internship opportunities

  • Python Developer
  • React.js Developer
  • Machine Learning Engineer
  • Digital Designer
  • Digital Marketeer
  • Content Creator
  • Market Research Analyst

Your Potential

  • Willing to learn
  • Committed to achieve more
  • Ambitious and innovative
  • Values a great team atmosphere
  • Solution oriented

What we offer

Your future at WeGroup

Before starting

Defining the ideal responsibilities for your potential.

After 1 month

Giving your thoughts and getting feedback about working together at WeGroup.

After 6 months

Seizing a personal opportunity for growth.

First week

Onboarding and integration with your team members.

After 3 months

Reflect on personal goals and ambitions and creating a personal development plan

Apply for this job

Please select oneCollege / UniversityFriendJob FairJob CentreLinkedInTwitterFacebookWebsiteEventConference

Uploading…
fileuploaded.jpg
Upload failed. Max size for files is 10 MB.

Uploading…
fileuploaded.jpg
Upload failed. Max size for files is 10 MB.

textarea { resize: vertical; }
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.

window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘UA-123265168-1’);

jobNumber = $(‘.job-listing’).length;
$(‘.job-count’).text(jobNumber);

if (window.navigator.userAgent.match(/(MSIE|Trident)/)) {
$(‘#internet-explorer-banner’).show();

$(‘#ie-continue-link’).click(function() {
$(‘#internet-explorer-banner’).hide();
}
);
}

var inputContainer, i, j, containerInputLength, selectElement, a, b, selectableOption;

/*look for any elements with the class “custom-select-input-wg”:*/
inputContainer = document.getElementsByClassName(“custom-select-input-wg”);
inputContainerWhite = document.getElementsByClassName(“custom-select-input-wg–white”);
containerInputLength = inputContainer.length;

for (i = 0; i < containerInputLength; i++) {
var selectElement;
if (inputContainerWhite != null) {
selectElement = inputContainerWhite[i].getElementsByTagName("select")[0];
} else {
selectElement = inputContainer[i].getElementsByTagName("select")[0];
}

/* Create a "selected" DIV with the first option as the selected one */
a = document.createElement("DIV");
if (inputContainerWhite != null) {
a.setAttribute("class", "select-selected–white");
} else {
a.setAttribute("class", "select-selected");
}
a.innerHTML = selectElement.options[selectElement.selectedIndex].innerHTML;
inputContainer[i].appendChild(a);

/* Creates a new DIV that acts as container for the options */
b = document.createElement("DIV");

if (inputContainerWhite != null) {
b.setAttribute("class", "select-items–white select-hide");
} else {
b.setAttribute("class", "select-items select-hide");
}

/* Creates a DIV for all available options */
for (j = 0; j < selectElement.length; j++) {
selectableOption = document.createElement("DIV");
selectableOption.innerHTML = selectElement.options[j].innerHTML;
selectableOption.addEventListener("click", function(e) {
/*when an item is clicked, update the original select box,
and the selected item:*/
var y, i, k, s, h, sl, yl;
s = this.parentNode.parentNode.getElementsByTagName("select")[0];
sl = s.length;
h = this.parentNode.previousSibling;
for (i = 0; i < sl; i++) {
if (s.options[i].innerHTML == this.innerHTML) {
s.selectedIndex = i;
h.innerHTML = this.innerHTML;
y = this.parentNode.getElementsByClassName("same-as-selected");
yl = y.length;
for (k = 0; k < yl; k++) {
y[k].removeAttribute("class");
}
this.setAttribute("class", "same-as-selected");
break;
}
}
h.click();
});
b.appendChild(selectableOption);
}
inputContainer[i].appendChild(b);
a.addEventListener("click", function(e) {
/*when the select box is clicked, close any other select boxes,
and open/close the current select box:*/
e.stopPropagation();
closeAllSelect(this);
this.nextSibling.classList.toggle("select-hide");
this.classList.toggle("select-arrow-active");
});
}
function closeAllSelect(elmnt) {
/*a function that will close all select boxes in the document,
except the current select box:*/
var x, y, i, xl, yl, arrNo = [];
x = document.getElementsByClassName("select-items");
y = document.getElementsByClassName("select-selected");
xl = x.length;
yl = y.length;
for (i = 0; i < yl; i++) {
if (elmnt == y[i]) {
arrNo.push(i)
} else {
y[i].classList.remove("select-arrow-active");
}
}
for (i = 0; i < xl; i++) {
if (arrNo.indexOf(i)) {
x[i].classList.add("select-hide");
}
}
}
/*if the user clicks anywhere outside the select box,
then close all select boxes:*/
document.addEventListener("click", closeAllSelect);

function setCookie(cname, cvalue, exdays) {
const d = new Date();
d.setTime(d.getTime() + (exdays * 24 * 60 * 60 * 1000));
let expires = “expires=”+d.toUTCString();
document.cookie = cname + “=” + cvalue + “;” + expires + “;path=/”;
}

function getCookie(cname) {
let name = cname + “=”;
let ca = document.cookie.split(‘;’);
for(let i = 0; i {
setCookie(“visitorCountry”, countryCode, 30);
showRedirectModal(getCookie(“visitorCountry”));
});
})
.catch(function(error) {
console.log(error)
});
}

function showRedirectModal(country) {
if (country === ‘NL’) {
redirectNLPopup.style.display = “flex”;
}
}

var Webflow = Webflow || [];
Webflow.push(function () {
var $body = $(document.body);
var scrollPosition = 0;

$(‘[scroll=”disable”]’).on(‘click’, function () {
var oldWidth = $body.innerWidth();
scrollPosition = window.pageYOffset;
$body.css(‘overflow’, ‘hidden’);
$body.css(‘position’, ‘fixed’);
$body.css(‘top’, `-${scrollPosition}px`);
$body.width(oldWidth);
});
$(‘[scroll=”enable”]’).on(‘click’, function () {
if ($body.css(‘overflow’) != ‘hidden’) { scrollPosition = window.pageYOffset; }
$body.css(‘overflow’, ”);
$body.css(‘position’, ”);
$body.css(‘top’, ”);
$body.width(”);
$(window).scrollTop(scrollPosition);
});
$(‘[scroll=”both”]’).on(‘click’, function () {
if ($body.css(‘overflow’) !== ‘hidden’) {
var oldWidth = $body.innerWidth();
scrollPosition = window.pageYOffset;
$body.css(‘overflow’, ‘hidden’);
$body.css(‘position’, ‘fixed’);
$body.css(‘top’, `-${scrollPosition}px`);
$body.width(oldWidth);
} else {
$body.css(‘overflow’, ”);
$body.css(‘position’, ”);
$body.css(‘top’, ”);
$body.width(”);
$(window).scrollTop(scrollPosition);
}
});
});

var theInput = document.getElementById(‘job-title-input’)
var jobTitleh2 = document.getElementById(‘job-title’)
if (theInput) {
theInput.value = jobTitleh2.textContent;
}