Skip to content

Commit

Permalink
mmistakes#10 Trying to code in html
Browse files Browse the repository at this point in the history
  • Loading branch information
will-driessen committed Sep 9, 2022
1 parent de5bac1 commit 8ac76a8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,25 @@
---


This should be in **markdown**

<html>
<body>

<header>
<h1>Hello World!</h1>
<p>*Hello*, my name is Will Driessen, and I am an Engineering Mechanics - Aerospace Engineering student at the University of Wisconin Madison, graduating in May 2023. My interests lie in structural and interior design of spacecraft, which I have work experience in through an eight month co-op at ATA Engineering. <p>
<p>In addition to spacecraft structures, I have a passion for Mechatronics and Rapid Manufacturing. This interest initially came from tearing down my parent's first apple laptop at 10, and then participating in robotics competitions like First Robotics and RoboCup International. Now, I have experience in hacking electromechanical systems through the design, build, and testing of my own drone, as well as working for a shop where I designed, built, and tested many prototypes for chemistry and engineering research purposes. <p>

<p>I also am proficient with *Python*. I spent 3 months at ATA Engineering optimizing neural networks and machine learning algorithms to increase model fidelity. I also have experience with developing control systems for scientific instruments through various networking interfaces. <p>

See Projects tab for more information
</p>
</header>

<p>I am normal</p>
<p style="color:red;">I am red</p>
<p style="color:blue;">I am blue</p>
<p style="font-size:50px;">I am big</p>

<img src="assets/images/drone_v3_top.jpg">
<img src="assets/images/drone_v3_top.jpg" style="width:500px;height:600px;>
</body>
</html>
16 changes: 13 additions & 3 deletions projects.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
---
layout: single
page_title: TEST
author_profile: true
header_image: "/assets/images/drone_v3_front.jpg"
---

# First Header

</header> Projects! Arduino Drone </header>

<html>
<img src="assets/images/drone_v3_top.jpg">
<html>

</header> Research </header>

</header> Prototyping </header>



0 comments on commit 8ac76a8

Please sign in to comment.