Skip to content

Commit

Permalink
mmistakes#25 big project figure update with captions
Browse files Browse the repository at this point in the history
  • Loading branch information
will-driessen committed Sep 12, 2022
1 parent 75644a5 commit 278dd04
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 13 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -18,7 +18,7 @@ minimal_mistakes_skin : "dark" # "air", "aqua", "contrast", "dark", "dirt", "
locale : "en-US"
title : "Portfolio"
title_separator : "-"
subtitle : "Version 2.1"
subtitle : "Version 2.5"
name : "Will Driessen"
description : "Portfolio Website"
url : "https://will-driessen.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
Expand Down
68 changes: 56 additions & 12 deletions projects.md
Expand Up @@ -6,33 +6,77 @@ author_profile: true

<html>
<body>
<header><h1>Goals</h1></header>
**Note:** Scroll to the bottom to see the oldest versions.
**Note:** Scroll to the bottom to see older versions.

<header> <h1>Arduino Quadcopter - V3</h1></header>
<h3>Testing</h3>
<img src="/assets/images/drone_v3_front.jpg">
<img src="/assets/images/drone_v3_top.jpg">

<figure>
<img src="/assets/images/drone_v3_front.jpg">
<figcaption>Caption HERE</figcaption>
</figure>

<figure>
<img src="/assets/images/drone_v3_top.jpg">
<figcaption>Caption HERE</figcaption>
</figure>

<figure>
<img src="/assets/images/drone_v3_side.jpg">
<img src="/assets/images/drone_v3_widetop.jpg">
<figcaption>Caption HERE</figcaption>
</figure>

<figure>
<img src="/assets/images/drone_v3_widetop.jpg">
<figcaption>Caption HERE</figcaption>
</figure>

<h3>Design</h3>


<figure>
<img src="/assets/images/v3_CAD.JPG">
<figcaption>Caption HERE</figcaption>
</figure>

<header> <h1>Version 2</h1></header>

<h3>Testing</h3>
<img src="/assets/images/drone_v2_angleview.jpg">
<img src="/assets/images/drone_v2_stand.jpg">
<img src="/assets/images/drone_v2_topview.jpg">


<figure>
<img src="/assets/images/drone_v2_angleview.jpg">
<figcaption>Caption HERE</figcaption>
</figure>

<figure>
<img src="/assets/images/drone_v2_stand.jpg">
<figcaption>Caption HERE</figcaption>
</figure>

<figure>
<img src="/assets/images/drone_v2_topview.jpg">
<figcaption>Caption HERE</figcaption>
</figure>

<h3>Design</h3>
<img src="/assets/images/v2_CAD.JPG">

<figure>
<img src="/assets/images/v2_CAD.JPG">
<figcaption>Caption HERE</figcaption>
</figure>

<header><h1>Version 1</h1></header>
<p>
<h3>Design</h3>
<img src="/assets/images/v1_CAD.JPG">
<p>

<figure>
<img src="/assets/images/v1_CAD.JPG">
<figcaption>Caption HERE</figcaption>
</figure>

<header><h1>Goals</h1></header>

<header><h1>Prototyping</h1></header>
</body>
</html>

0 comments on commit 278dd04

Please sign in to comment.