diff --git a/images/pic04.jpg b/images/pic04.jpg new file mode 100644 index 0000000..7fbfaf0 Binary files /dev/null and b/images/pic04.jpg differ diff --git a/images/projects.png b/images/projects.png new file mode 100644 index 0000000..c191f0b Binary files /dev/null and b/images/projects.png differ diff --git a/index.html b/index.html index 7d90c00..62bb506 100644 --- a/index.html +++ b/index.html @@ -61,7 +61,7 @@

Internships @ RanchiMall

-

+

@@ -87,7 +87,7 @@

Intro

- +

Apply for Internship Projects in RanchiMall

You will create FLO Blockchain ID, and its attached private key.

@@ -101,13 +101,14 @@

Projects

- +

Dear Marwari College Students,
We are offering Blockchain Content Creation Project. In this project, a team will find hot topics from Twitter and Google, and decide on a topic. You will have to create content related to that topic. Finally the content will be published in RanchiMall Times You will learn how to write good content, and how to market them.

+

Select Project

@@ -248,7 +249,6 @@
-

@@ -258,6 +258,9 @@ Internship ID. Private Key once lost can NEVER be recovered. Please store it safely.

+
    +
  • +

@@ -267,15 +270,6 @@ @@ -9414,6 +9408,8 @@ } } + + async function fetchInternApplicants() { let applicants = await floCloudAPI.requestGeneralData('test') } @@ -9624,6 +9620,11 @@ }) + document.getElementById('privkey_signin_btn_alt').addEventListener('click', (ev) => { + document.getElementById('priv_key_field').value = document.getElementById("newprivatekey").value + document.getElementById('privkey_signin_btn').click() + }) + }) } @@ -9688,17 +9689,18 @@ if (tcounter == 0) { document.getElementById('name').value = temp[myFloID]['name'] document.getElementById('name').readOnly = true - document.getElementById('email').value = temp[myFloID]['email'] + document.getElementById('email').value = 'encrypted' document.getElementById('email').readOnly = true - document.getElementById('college').value = temp[myFloID]['college'] + document.getElementById('college').value = 'encrypted' document.getElementById('college').readOnly = true - document.getElementById('course').value = temp[myFloID]['course'] + document.getElementById('course').value = 'encrypted' document.getElementById('course').readOnly = true - document.getElementById('dob').value = temp[myFloID]['dob'] + document.getElementById('dob').value = 'encrypted' document.getElementById('dob').readOnly = true - document.getElementById('whatsapp').value = temp[myFloID]['whatsapp'] + document.getElementById('whatsapp').value = 'encrypted' document.getElementById('whatsapp').readOnly = true document.getElementById('directapply_resetform').style.display = 'none' + tcounter = tcounter + 1 } }