Editing formatting of projects
This commit is contained in:
parent
485d772e22
commit
6f1f8d348c
2 changed files with 2 additions and 5 deletions
|
@ -65,7 +65,7 @@ projects:
|
|||
- name: Autonomous Drone Swarm Simulation
|
||||
role: "RoboTech 2022 Hackathon Project"
|
||||
timeline: "April 2022"
|
||||
url: "/posts/robotech/"
|
||||
url: "/posts/robo-tech/"
|
||||
repo: https://github.com/Sharwin24/RoboTech
|
||||
summary: A simulation of a swarm of drones using ROS and Gazebo
|
||||
tags: ["Python", "RRT", "A*"]
|
||||
|
@ -81,7 +81,7 @@ projects:
|
|||
- name: Robot Arm Educational Kit
|
||||
role: "Personal Project"
|
||||
timeline: "May 2022 - May 2024"
|
||||
url: "/posts/robot-arm/"
|
||||
url: "/posts/robot-arm-edu/"
|
||||
repo: https://github.com/Shawin24/
|
||||
summary: A 3D-printed robot arm kit for educational purposes.
|
||||
tags: ["3D Printing", "Arduino"]
|
||||
|
|
|
@ -15,9 +15,6 @@
|
|||
{{ $mostRecentPosition := index (first 1 .positions) 0}}
|
||||
<div class="company-heading">
|
||||
<h5>{{ if .company.url }}<a href={{.company.url}} title="{{ .company.name }}" target="_blank" rel="noopener">{{ .company.name }}</a>{{ else }}{{ .company.name }}{{ end }}</h5>
|
||||
<!-- <p class="text-muted">
|
||||
{{ $oldestPosition.start }} - {{ if $mostRecentPosition.end }}{{ $mostRecentPosition.end }}{{ else }}{{ i18n "present" }}{{ end }}
|
||||
</p> -->
|
||||
</div>
|
||||
<p class="text-muted">
|
||||
<i class="fa-solid fa-location-dot"></i> {{ .company.location }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue