Skip to content

Commit

Permalink
Fix formatting and update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
chloeho7 committed Feb 15, 2024
1 parent 4da05fb commit 9cb368b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: page
permalink: /repositories/
title: repositories
description:
description:
nav: true
nav_order: 4
---
Expand Down
8 changes: 5 additions & 3 deletions _projects/1_project.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Valentine's Installation
description: creative embedded systems module 1
description: creative embedded systems module 1
img: assets/img/12.jpg
importance: 1
category: creative embedded systems
Expand Down Expand Up @@ -57,10 +57,12 @@ Here's the code for the last row of images above:
```html
<div class="row justify-content-sm-center">
<div class="col-sm-8 mt-3 mt-md-0">
{% include figure.liquid path="assets/img/6.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
{% include figure.liquid path="assets/img/6.jpg" title="example image"
class="img-fluid rounded z-depth-1" %}
</div>
<div class="col-sm-4 mt-3 mt-md-0">
{% include figure.liquid path="assets/img/11.jpg" title="example image" class="img-fluid rounded z-depth-1" %}
{% include figure.liquid path="assets/img/11.jpg" title="example image"
class="img-fluid rounded z-depth-1" %}
</div>
</div>
```
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9cb368b

Please sign in to comment.