Minor fixes to portfolio page
This commit is contained in:
@@ -5,6 +5,6 @@
|
|||||||
{% include "partials/resume.html" %}
|
{% include "partials/resume.html" %}
|
||||||
{% include "partials/professionalExperience.html" %}
|
{% include "partials/professionalExperience.html" %}
|
||||||
{% include "partials/education.html" %}
|
{% include "partials/education.html" %}
|
||||||
{% include "partials/research.html" %}
|
<!-- {% include "partials/research.html" %} -->
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
@@ -18,6 +18,7 @@
|
|||||||
<a href="{{ entry.data.url }}" target="_blank">
|
<a href="{{ entry.data.url }}" target="_blank">
|
||||||
<img
|
<img
|
||||||
class="img-fluid mx-auto d-block"
|
class="img-fluid mx-auto d-block"
|
||||||
|
width="100%"
|
||||||
src="{{ entry.data.logo }}"
|
src="{{ entry.data.logo }}"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
|
@@ -3,7 +3,7 @@ displayOrder: 8
|
|||||||
id: "metron-1"
|
id: "metron-1"
|
||||||
url: "https://www.metsci.com"
|
url: "https://www.metsci.com"
|
||||||
logo: "/assets/professional_experience/logo-metron.jpeg"
|
logo: "/assets/professional_experience/logo-metron.jpeg"
|
||||||
assocation: "Metron"
|
association: "Metron"
|
||||||
entryTitle: "Software Engineer I"
|
entryTitle: "Software Engineer I"
|
||||||
location: "Reston, VA"
|
location: "Reston, VA"
|
||||||
startDate: "April 3, 2023"
|
startDate: "April 3, 2023"
|
||||||
|
Reference in New Issue
Block a user