diff --git a/index.html b/index.html index caafdea..05e8b10 100644 --- a/index.html +++ b/index.html @@ -187,502 +187,94 @@ --> - -
-

Elements

- -
-

Text

-

This is bold and this is strong. This is italic and this is - emphasized. - This is superscript text and this is subscript text. - This is underlined and this is code: for (;;) { ... }. Finally, this is a link.

-
-

Heading Level 2

-

Heading Level 3

-

Heading Level 4

-
Heading Level 5
-
Heading Level 6
-
-

Blockquote

-
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus - euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis - iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem - ipsum dolor sit amet nullam adipiscing eu felis.
-

Preformatted

-
i = 0;
-
-while (!deck.isInOrder()) {
-    print 'Iteration ' + i;
-    deck.shuffle();
-    i++;
-}
-
-print 'It took ' + i + ' iterations to sort the deck.';
-
- -
-

Lists

- -

Unordered

- - -

Alternate

- - -

Ordered

-
    -
  1. Dolor pulvinar etiam.
  2. -
  3. Etiam vel felis viverra.
  4. -
  5. Felis enim feugiat.
  6. -
  7. Dolor pulvinar etiam.
  8. -
  9. Etiam vel felis lorem.
  10. -
  11. Felis enim et feugiat.
  12. -
-

Icons

- - -

Actions

- - -
- -
-

Table

-

Default

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionPrice
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item Three Morbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
-
- -

Alternate

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionPrice
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item Three Morbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
-
-
- -
-

Buttons

- - - - -
- -
-

Form

-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
    -
  • -
  • -
-
-
- -
-

Applicant List

-

Text

-

This is bold and this is strong. This is italic and this is - emphasized. - This is superscript text and this is subscript text. - This is underlined and this is code: for (;;) { ... }. Finally, this is a link.

-
-

Heading Level 2

-

Heading Level 3

-

Heading Level 4

-
Heading Level 5
-
Heading Level 6
-
-

Blockquote

-
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus - euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis - iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem - ipsum dolor sit amet nullam adipiscing eu felis.
-

Preformatted

-
-						i = 0;
-							while (!deck.isInOrder()) {
-								print 'Iteration ' + i;
-								deck.shuffle();
-								i++;
-							}
-
-							print 'It took ' + i + ' iterations to sort the deck.';
-						
-					
-
- -
-

Lists

- -

Unordered

- - -

Alternate

- - -

Ordered

-
    -
  1. Dolor pulvinar etiam.
  2. -
  3. Etiam vel felis viverra.
  4. -
  5. Felis enim feugiat.
  6. -
  7. Dolor pulvinar etiam.
  8. -
  9. Etiam vel felis lorem.
  10. -
  11. Felis enim et feugiat.
  12. -
-

Icons

- - -

Actions

- - -
- -
-

Table

-

Default

+
- - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - - -
NameDescriptionPriceFLO IDProject
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item Three Morbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
-
- -

Alternate

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NameDescriptionPrice
Item OneAnte turpis integer aliquet porttitor.29.99
Item TwoVis ac commodo adipiscing arcu aliquet.19.99
Item Three Morbi faucibus arcu accumsan lorem.29.99
Item FourVitae integer tempus condimentum.19.99
Item FiveAnte turpis integer aliquet porttitor.29.99
100.00
-
-

Buttons

- - - - -
+
+ +
+
+

Sign In

+

Welcome to Internships @ RanchiMall
Please enter your FLO Private Key to Sign In

+ + +
+
+
+
+ + +
+
+
    +
  • +
+
+
+ +
+

Don't have a Private Key yet? Lets get you one

+

+
+
+
-

Form

-
-
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
-
    -
  • -
  • -
-
+
@@ -706,6 +298,7 @@ print 'It took ' + i + ' iterations to sort the deck.'; +
@@ -9841,7 +9434,7 @@ print 'It took ' + i + ' iterations to sort the deck.'; let applicants = await floCloudAPI.requestGeneralData('test') } - //Handler for Applicant form submission + // Handler for Applicant form submission document.getElementById('applicationform').addEventListener('submit', (ev) => { ev.preventDefault() @@ -9893,19 +9486,96 @@ print 'It took ' + i + ' iterations to sort the deck.'; document.getElementById('resetform').click() }) + + // Handler to generate new priv key pair + document.getElementById("generatenewflopair").addEventListener('click', (ev) => { + + document.getElementById('signinmain').style.display = 'none' + document.getElementById('genprivkey').style.display = 'initial' + + let newFloID = floCrypto.generateNewID() + document.getElementById('newfloid').value = newFloID.floID + document.getElementById('newprivatekey').value = newFloID.privKey + + }) + + document.getElementById("signingoback").addEventListener('click', (ev) => { + + document.getElementById('signinmain').style.display = 'initial' + document.getElementById('genprivkey').style.display = 'none' + + }) + + + +