Skip to content

Commit

Permalink
update some images and styling
Browse files Browse the repository at this point in the history
  • Loading branch information
kpwelsh committed Nov 21, 2024
1 parent b3b8b3e commit 9eaaf0f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 7 deletions.
8 changes: 4 additions & 4 deletions _data/bio.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"picture": "img/logo.svg",
"email": "[email protected]",
"phone": "",
"website": "verdantevolution.com",
"summary": "We are a software consulting group that specializes in high performance and scientific software.",
"website": "https://verdantevolution.com",
"summary": "We are a software consulting group specializing in performant software with intuitive interfaces.",
"location": { "address": "", "postalCode": "43320", "city": "Columbus", "countryCode": "USA", "region": "Ohio" },
"profiles": [
{ "network": "github", "username": "mmaluhia", "url": "https://github.com/verdant-Evolution/" }
]
},
"interests": [
{ "name": "Robotics" },
{ "name": "Materials Science" },
{ "name": "High Performance Computing" },
{ "name": "Scientific Software" },
{ "name": "Robotics" },
{ "name": "Human-Machine Interfaces" },
{ "name": "3D Computation" }
],
Expand Down
2 changes: 1 addition & 1 deletion _includes/projects/project-card.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="card mb-3">
<div class="row g-0">
<div class="col-sm-6 col-md-4">
<div class="col-sm-6 col-md-4 img-container">
<img src="{{ site.baseurl }}/{{ include.page.image }}" height="225px" class="rounded-start">
</div>
<div class="col-sm-6 col-md-8">
Expand Down
14 changes: 13 additions & 1 deletion css/techfolio-theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,19 @@ h1 {
}

.card img {
max-width: 28em;
display: block;
margin-left: auto;
margin-right: auto;
align-content: center;
height: auto;
width: 100%;
}

.img-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
}

/* Format social media icons */
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/rigid-transforms/rigid-transforms-square.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion projects/generative-robot-behavior.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: project
type: project
image: img/generative-robotic-behavior/generative-robotic-behavior-square.png
image: img/generative-robotic-behavior/generative-robotic-behavior-square.svg
title: "Generative Robotic Behavior"
date: 2024
published: true
Expand Down

0 comments on commit 9eaaf0f

Please sign in to comment.