Compare commits

...

1 Commits

Author SHA1 Message Date
Vivek Teega
c30085b795
Revert "Disable apple & reset buttons for already applied interns" 2020-07-23 06:43:25 +05:30

View File

@ -175,25 +175,7 @@
}
</style>
<style>
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
</style>
<style>.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }</style>
</head>
<body class="is-preload" onload="onLoadStartUp()">
@ -240,14 +222,11 @@
<article id="intro">
<h2 class="major">Intro</h2>
<span class="image main"><img src="images/projects.png" alt="" /></span>
<p>RanchiMall invites applications for Internship for Projects listed here. All applicants will need to
generate their blockchain ID, and then store the private key safely to
<p>RanchiMall invites applications for Internship for Projects listed here. All applicants will need to generate their blockchain ID, and then store the private key safely to
access our:
<ul>
<li><a href="https://ranchimall.github.io/internapply" target="_blank">Application Portal @
<em>ranchimall.github.io/internapply</em></a></li>
<li><a href="https://ranchimall.github.io/RIBC" target="_blank">Internship Portal @
<em>ranchimall.github.io/RIBC</em></a></li>
<li><a href="https://ranchimall.github.io/internapply" target="_blank">Application Portal @ <em>ranchimall.github.io/internapply</em></a></li>
<li><a href="https://ranchimall.github.io/RIBC" target="_blank">Internship Portal @ <em>ranchimall.github.io/RIBC</em></a></li>
</ul>
The process of applying and Internship is:
</p>
@ -261,16 +240,12 @@
<li>First Task on Marketing, Actual Project Skills and Blockchain</li>
<li>Evaluator Feedback on first task; repeat of first task if standards are not met</li>
<li>Second Task on Marketing, Actual Project Skills and Blockchain</li>
<li>Evaluator and Consumer Feedback on second task; repeat of second task if standards are not met
</li>
<li>Evaluator and Consumer Feedback on second task; repeat of second task if standards are not met</li>
<li>Third Task on Marketing, Actual Project Skills and Blockchain</li>
<li>Consumer Feedback on task: In this phase the feedback will come from general users on Social
Media; if feedback is not good, repeat the third task</li>
<li>Consumer Feedback on task: In this phase the feedback will come from general users on Social Media; if feedback is not good, repeat the third task</li>
<li>Issuance of Competency Certificates to those whose complete third task</li>
<li>Stipend phase, to be selected among certificate holders - Four levels of stipend: Starter,
Motivated, Passionate, Self Realized</li>
<li>Anyone who drops out can get participation certificate, indicating till what round he/she
reached</li>
<li>Stipend phase, to be selected among certificate holders - Four levels of stipend: Starter, Motivated, Passionate, Self Realized</li>
<li>Anyone who drops out can get participation certificate, indicating till what round he/she reached</li>
</ol>
<h4>INTERNSHIP PHASE</h4>
@ -305,16 +280,14 @@
<p><em>Keep the Private Key very safe. Do not share with anyone.</em>
<br><br>
For any more details, tweet us at <a href="https://twitter.com/ranchimallflo"
target="_blank">@ranchimallflo</a> and we will respond immediately</p>
For any more details, tweet us at <a href="https://twitter.com/ranchimallflo" target="_blank">@ranchimallflo</a> and we will respond immediately</p>
</article>
<!-- Project List & information -->
<article id="projects">
<h2 class="major">Projects</h2>
<div class='embed-container'><iframe src='https://www.youtube.com/embed/CrfXqwy_d2I' frameborder='0'
allowfullscreen></iframe></div>
<div class='embed-container'><iframe src='https://www.youtube.com/embed/CrfXqwy_d2I' frameborder='0' allowfullscreen></iframe></div>
<br>
<h4>Select Project</h4>
<form id="projectform" autocomplete="off" onsubmit="return false">
@ -7194,8 +7167,7 @@
}
sum = product === -1 ? sum : sum ^ config.exps[
product
]; // though exps[-1]= undefined and undefined ^ anything = anything in chrome, this behavior may not hold everywhere, so do the check
product]; // though exps[-1]= undefined and undefined ^ anything = anything in chrome, this behavior may not hold everywhere, so do the check
}
return sum;
};
@ -10107,10 +10079,8 @@
document.getElementById('dob').readOnly = true
document.getElementById('whatsapp').value = 'encrypted'
document.getElementById('whatsapp').readOnly = true
document.getElementById('applyactionlist_apply').style.display = 'none'
document.getElementById('directapply_resetform').style.display = 'none'
document.getElementById('applyactionlist_apply').disabled = 'true'
document.getElementById('directapply_resetform').disabled = 'true'
tcounter = tcounter + 1
}
}