()
| 85 | }; |
| 86 | |
| 87 | render () { |
| 88 | const {step} = this.state; |
| 89 | const { |
| 90 | // Profile-Information |
| 91 | firstname, |
| 92 | lastname, |
| 93 | email, |
| 94 | phone, |
| 95 | website, |
| 96 | github, |
| 97 | linkedin, |
| 98 | twitter, |
| 99 | facebook, |
| 100 | instagram, |
| 101 | |
| 102 | // Education Information |
| 103 | college, |
| 104 | fromyear1, |
| 105 | toyear1, |
| 106 | qualification1, |
| 107 | description1, |
| 108 | school, |
| 109 | fromyear2, |
| 110 | toyear2, |
| 111 | qualification2, |
| 112 | description2, |
| 113 | |
| 114 | // Project Information... |
| 115 | title1, |
| 116 | link1, |
| 117 | projectDescription1, |
| 118 | title2, |
| 119 | link2, |
| 120 | projectDescription2, |
| 121 | title3, |
| 122 | link3, |
| 123 | projectDescription3, |
| 124 | |
| 125 | // Experience Information |
| 126 | institute1, |
| 127 | position1, |
| 128 | duration1, |
| 129 | experienceDescription1, |
| 130 | institute2, |
| 131 | position2, |
| 132 | duration2, |
| 133 | experienceDescription2, |
| 134 | |
| 135 | // Extra Information |
| 136 | skill1, |
| 137 | skill2, |
| 138 | skill3, |
| 139 | skill4, |
| 140 | skill5, |
| 141 | skill6, |
| 142 | interest1, |
| 143 | interest2, |
| 144 | interest3, |
no outgoing calls
no test coverage detected