Spaces:
Build error
Build error
Update templates/result.html
Browse files- templates/result.html +120 -102
templates/result.html
CHANGED
|
@@ -115,57 +115,75 @@
|
|
| 115 |
<div class="col-md-12">
|
| 116 |
<div class="card">
|
| 117 |
<div class="card-body">
|
| 118 |
-
<
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
<ul>
|
| 123 |
-
{% for
|
| 124 |
-
<li>{{
|
| 125 |
{% endfor %}
|
| 126 |
</ul>
|
| 127 |
{% else %}
|
| 128 |
<p>Not Found</p>
|
| 129 |
{% endif %}
|
| 130 |
-
<h5 class="card-title">Projects:</h5>
|
| 131 |
-
{% if parsed_data.professional.experience[0].projects and
|
| 132 |
-
parsed_data.professional.experience[0].projects is iterable and
|
| 133 |
-
parsed_data.professional.experience[0].projects is not string %}
|
| 134 |
-
<ul>
|
| 135 |
-
{% for project in parsed_data.professional.experience[0].projects %}
|
| 136 |
-
<li>{{ project }}</li>
|
| 137 |
-
{% endfor %}
|
| 138 |
-
</ul>
|
| 139 |
-
{% else %}
|
| 140 |
-
<p>Not Found</p>
|
| 141 |
-
{% endif %}
|
| 142 |
-
<div class="d-flex">
|
| 143 |
-
<h5 class="card-title">Role:</h5>
|
| 144 |
-
<p class="card-text">
|
| 145 |
-
{{ parsed_data.professional.experience[0].role or 'Not
|
| 146 |
-
Found' }}
|
| 147 |
-
</p>
|
| 148 |
</div>
|
| 149 |
-
<div class="d-flex">
|
| 150 |
-
<h5 class="card-title">Years of Experience:</h5>
|
| 151 |
-
<p class="card-text">
|
| 152 |
-
{{ parsed_data.professional.experience[0].years or
|
| 153 |
-
'Not Found' }}
|
| 154 |
-
</p>
|
| 155 |
-
</div>
|
| 156 |
-
<h5 class="card-title">Project Experience:</h5>
|
| 157 |
-
{% if parsed_data.professional.experience[0].project_experience and
|
| 158 |
-
parsed_data.professional.experience[0].project_experience is iterable and
|
| 159 |
-
parsed_data.professional.experience[0].project_experience is not string %}
|
| 160 |
-
<ul>
|
| 161 |
-
{% for project in parsed_data.professional.experience[0].project_experience %}
|
| 162 |
-
<li>{{ project }}</li>
|
| 163 |
-
{% endfor %}
|
| 164 |
-
</ul>
|
| 165 |
-
{% else %}
|
| 166 |
-
<p>Not Found</p>
|
| 167 |
-
{% endif %}
|
| 168 |
-
</div>
|
| 169 |
</div>
|
| 170 |
</div>
|
| 171 |
</div>
|
|
@@ -233,66 +251,66 @@
|
|
| 233 |
|
| 234 |
<!-- Experience Section -->
|
| 235 |
<section>
|
| 236 |
-
|
| 237 |
-
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
|
| 243 |
-
|
| 244 |
-
|
| 245 |
-
|
| 246 |
-
|
| 247 |
-
|
| 248 |
-
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
| 253 |
-
|
| 254 |
-
|
| 255 |
-
|
| 256 |
-
|
| 257 |
-
|
| 258 |
-
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
| 263 |
-
|
| 264 |
-
|
| 265 |
-
|
| 266 |
-
|
| 267 |
-
|
| 268 |
-
|
| 269 |
-
|
| 270 |
-
|
| 271 |
-
|
| 272 |
-
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 279 |
</div>
|
| 280 |
-
<h5 class="card-title">Project Experience:</h5>
|
| 281 |
-
{% if parsed_data.professional.experience[0].project_experience and parsed_data.professional.experience[0].project_experience is iterable and parsed_data.professional.experience[0].project_experience is not string %}
|
| 282 |
-
<ul>
|
| 283 |
-
{% for project in
|
| 284 |
-
parsed_data.professional.experience[0].project_experience %}
|
| 285 |
-
<li>{{ project }}</li>
|
| 286 |
-
{% endfor %}
|
| 287 |
-
</ul>
|
| 288 |
-
{% else %}
|
| 289 |
-
<p>Not Found</p>
|
| 290 |
-
{% endif %}
|
| 291 |
-
</div>
|
| 292 |
</div>
|
| 293 |
-
|
| 294 |
-
</div>
|
| 295 |
-
</section>
|
| 296 |
|
| 297 |
<!-- Education Section -->
|
| 298 |
<section>
|
|
|
|
| 115 |
<div class="col-md-12">
|
| 116 |
<div class="card">
|
| 117 |
<div class="card-body">
|
| 118 |
+
<div class="d-flex">
|
| 119 |
+
<h5 class="card-title">Name:</h5>
|
| 120 |
+
<p class="card-text">
|
| 121 |
+
{{ parsed_data.personal.name or 'Not Found' }}
|
| 122 |
+
</p>
|
| 123 |
+
</div>
|
| 124 |
+
<div class="d-flex">
|
| 125 |
+
<h5 class="card-title">Contact:</h5>
|
| 126 |
+
<p class="card-text">
|
| 127 |
+
{{ parsed_data.personal.contact or 'Not Found' }}
|
| 128 |
+
{% if parsed_data.personal.invalid_contact %}
|
| 129 |
+
- ({{ parsed_data.personal.invalid_contact }})
|
| 130 |
+
{% endif %}
|
| 131 |
+
</p>
|
| 132 |
+
</div>
|
| 133 |
+
<div class="d-flex">
|
| 134 |
+
<h5 class="card-title">Email:</h5>
|
| 135 |
+
<p class="card-text">
|
| 136 |
+
{{ parsed_data.personal.email or 'Not Found' }}
|
| 137 |
+
{% if parsed_data.personal.invalid_email %}
|
| 138 |
+
({{ parsed_data.personal.invalid_email }})
|
| 139 |
+
{% endif %}
|
| 140 |
+
</p>
|
| 141 |
+
</div>
|
| 142 |
+
<div class="d-flex">
|
| 143 |
+
<h5 class="card-title">Location:</h5>
|
| 144 |
+
<p class="card-text">
|
| 145 |
+
{{ parsed_data.personal.location or 'Not Found' }}
|
| 146 |
+
</p>
|
| 147 |
+
</div>
|
| 148 |
+
<div class="d-fle">
|
| 149 |
+
<h5 class="card-title">LinkedIn:</h5>
|
| 150 |
+
<p class="card-text">
|
| 151 |
+
{% if parsed_data.personal.linkedin != 'Not found' %}
|
| 152 |
+
<ul>
|
| 153 |
+
{% for lnk in parsed_data.personal.linkedin %}
|
| 154 |
+
<li> <a href="{{ lnk }}" target="_blank">{{ lnk }}</a></li>
|
| 155 |
+
{% endfor %}
|
| 156 |
+
</ul>
|
| 157 |
+
{% else %}
|
| 158 |
+
Not Found
|
| 159 |
+
{% endif %}
|
| 160 |
+
</p>
|
| 161 |
+
</div>
|
| 162 |
+
<div class="d-fle">
|
| 163 |
+
<h5 class="card-title">GitHub:</h5>
|
| 164 |
+
<p class="card-text">
|
| 165 |
+
{% if parsed_data.personal.github != 'Not found' %}
|
| 166 |
+
<ul>
|
| 167 |
+
{% for git in parsed_data.personal.github %}
|
| 168 |
+
<li> <a href="{{ git }}" target="_blank">{{ git }}</a></li>
|
| 169 |
+
{% endfor %}
|
| 170 |
+
</ul>
|
| 171 |
+
{% else %}
|
| 172 |
+
Not Found
|
| 173 |
+
{% endif %}
|
| 174 |
+
</p>
|
| 175 |
+
</div>
|
| 176 |
+
<h5 class="card-title">Other Links:</h5>
|
| 177 |
+
{% if parsed_data.personal.other_links %}
|
| 178 |
<ul>
|
| 179 |
+
{% for link in parsed_data.personal.other_links %}
|
| 180 |
+
<li><a href="{{ link }}" target="_blank">{{ link }}</a></li>
|
| 181 |
{% endfor %}
|
| 182 |
</ul>
|
| 183 |
{% else %}
|
| 184 |
<p>Not Found</p>
|
| 185 |
{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 187 |
</div>
|
| 188 |
</div>
|
| 189 |
</div>
|
|
|
|
| 251 |
|
| 252 |
<!-- Experience Section -->
|
| 253 |
<section>
|
| 254 |
+
<h3 class="card-title p-3">Experience:</h3>
|
| 255 |
+
<div class="row">
|
| 256 |
+
<div class="col-md-12">
|
| 257 |
+
<div class="card">
|
| 258 |
+
<div class="card-body">
|
| 259 |
+
<h5 class="card-title">Company:</h5>
|
| 260 |
+
{% if parsed_data.professional.experience[0].company and
|
| 261 |
+
parsed_data.professional.experience[0].company is iterable and
|
| 262 |
+
parsed_data.professional.experience[0].company is not string %}
|
| 263 |
+
<ul>
|
| 264 |
+
{% for Company in parsed_data.professional.experience[0].company %}
|
| 265 |
+
<li>{{ Company }}</li>
|
| 266 |
+
{% endfor %}
|
| 267 |
+
</ul>
|
| 268 |
+
{% else %}
|
| 269 |
+
<p>Not Found</p>
|
| 270 |
+
{% endif %}
|
| 271 |
+
<h5 class="card-title">Projects:</h5>
|
| 272 |
+
{% if parsed_data.professional.experience[0].projects and
|
| 273 |
+
parsed_data.professional.experience[0].projects is iterable and
|
| 274 |
+
parsed_data.professional.experience[0].projects is not string %}
|
| 275 |
+
<ul>
|
| 276 |
+
{% for project in parsed_data.professional.experience[0].projects %}
|
| 277 |
+
<li>{{ project }}</li>
|
| 278 |
+
{% endfor %}
|
| 279 |
+
</ul>
|
| 280 |
+
{% else %}
|
| 281 |
+
<p>Not Found</p>
|
| 282 |
+
{% endif %}
|
| 283 |
+
<div class="d-flex">
|
| 284 |
+
<h5 class="card-title">Role:</h5>
|
| 285 |
+
<p class="card-text">
|
| 286 |
+
{{ parsed_data.professional.experience[0].role or 'Not
|
| 287 |
+
Found' }}
|
| 288 |
+
</p>
|
| 289 |
+
</div>
|
| 290 |
+
<div class="d-flex">
|
| 291 |
+
<h5 class="card-title">Years of Experience:</h5>
|
| 292 |
+
<p class="card-text">
|
| 293 |
+
{{ parsed_data.professional.experience[0].years or
|
| 294 |
+
'Not Found' }}
|
| 295 |
+
</p>
|
| 296 |
+
</div>
|
| 297 |
+
<h5 class="card-title">Project Experience:</h5>
|
| 298 |
+
{% if parsed_data.professional.experience[0].project_experience and
|
| 299 |
+
parsed_data.professional.experience[0].project_experience is iterable and
|
| 300 |
+
parsed_data.professional.experience[0].project_experience is not string %}
|
| 301 |
+
<ul>
|
| 302 |
+
{% for project in parsed_data.professional.experience[0].project_experience %}
|
| 303 |
+
<li>{{ project }}</li>
|
| 304 |
+
{% endfor %}
|
| 305 |
+
</ul>
|
| 306 |
+
{% else %}
|
| 307 |
+
<p>Not Found</p>
|
| 308 |
+
{% endif %}
|
| 309 |
+
</div>
|
| 310 |
+
</div>
|
| 311 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 312 |
</div>
|
| 313 |
+
</section>
|
|
|
|
|
|
|
| 314 |
|
| 315 |
<!-- Education Section -->
|
| 316 |
<section>
|