Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsayono committed Jan 17, 2024
1 parent 5365bb1 commit 69ff1d2
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 4 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright Ⓒ 2024 Jacob Sayono
Please contact me @jacobsayono if you would like to use my template!

Clone repository:
```
git clone [email protected]:jacobsayono/jacobsayono.github.io.git
```

Run this command:
```
npm install -g http-server
```

Start your localhost server:
```
http-server
```

Go to a web browser:
```
localhost:8080
```
Binary file added assets/misc/bruinbot_nav2.png
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 assets/misc/bruinbot_sim.png
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 assets/misc/bruinbot_slam.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 index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ <h2>Contact</h2>
</div>

<nav class="footer__nav">
<h2>jacobsayono Ⓒ 2023</h2>
<h2>jacobsayono Ⓒ 2024</h2>
<h2 class='to-top'><a href="#home">BACK TO TOP</a></h2>
</nav>
</footer>
Expand Down
10 changes: 8 additions & 2 deletions misc.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,15 @@ <h2 class='link'><a href="https://jacobsayono.github.io"><b>jacobsayono</b></a><

<div class="misc__contain">
<p>Autonomous Rover Project Lead</p>
<div class="grid">
<img src="/assets/misc/bruinbot.png" alt="icm">
<div class="grid__2">
<img src="/assets/misc/bruinbot.png" alt="bruinbot">
<img src="/assets/misc/bruinbot_sim.png" alt="bruinbot_sim">
</div>
<div class="grid__2">
<img src="/assets/misc/bruinbot_slam.png" alt="bruinbot_slam">
<img src="/assets/misc/bruinbot_nav2.png" alt="bruinbot_nav2">
</div>

<p style="text-align: left;">We shifted our product to be able to collect and sell our assets to existing delivery robot companies (Coco Delivery, Starship, Kiwibot). We also agreed to evenly distribute our final valuation to all contributing team members. The end goal is to eventually pass down the project to the future class who will continue this research space.
BruinBot's current and future assets include: <br><br>

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ header {
flex-direction: row;
align-items: center;
justify-content: center;
max-width: 70%;
max-width: 100%;
}

.grid__2 img {
Expand Down

0 comments on commit 69ff1d2

Please sign in to comment.