diff options
author | Dat Nguyen <nguy2854@umn.edu> | 2019-12-01 19:39:42 -0600 |
---|---|---|
committer | Dat Nguyen <nguy2854@umn.edu> | 2019-12-01 19:39:42 -0600 |
commit | 57d7a24df5792df285efcfb67f2cecaf8fff7123 (patch) | |
tree | ae87b5542586e5f17a730625f96bd72db6c1ef49 /Web/Server/templates/base.html | |
parent | some more changes to make the website look better (diff) | |
download | ee4511w-57d7a24df5792df285efcfb67f2cecaf8fff7123.tar ee4511w-57d7a24df5792df285efcfb67f2cecaf8fff7123.tar.gz ee4511w-57d7a24df5792df285efcfb67f2cecaf8fff7123.tar.bz2 ee4511w-57d7a24df5792df285efcfb67f2cecaf8fff7123.tar.lz ee4511w-57d7a24df5792df285efcfb67f2cecaf8fff7123.tar.xz ee4511w-57d7a24df5792df285efcfb67f2cecaf8fff7123.tar.zst ee4511w-57d7a24df5792df285efcfb67f2cecaf8fff7123.zip |
adding github link
Diffstat (limited to 'Web/Server/templates/base.html')
-rw-r--r-- | Web/Server/templates/base.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Web/Server/templates/base.html b/Web/Server/templates/base.html index c54340e..e253819 100644 --- a/Web/Server/templates/base.html +++ b/Web/Server/templates/base.html @@ -7,11 +7,6 @@ <title>ANDI'S PIE</title> <nav class = "container"> <h1 id="title">Remotely Accessible Inverted Pendulum</h1> - <h2 id="subtitle"> - By Alin Butoi, Paul D’Amico, Dat Nguyen, Ross Olson, Rachel Schow <br> - Advisor: Professor Andrew Lamperski <br> - Sponsored by the University of Minnesota - Twin Cities <br> - </h2> <button class="button" onclick="toggleAbout()">About</button> @@ -19,6 +14,11 @@ <br> <div id="about"> + <h2 id="subtitle"> + By Alin Butoi, Paul D’Amico, Dat Nguyen, Ross Olson, Rachel Schow <br> + Advisor: Professor Andrew Lamperski <br> + Sponsored by the University of Minnesota - Twin Cities <br> + </h2> <h1>Team ANDI'S PIE</h1> <div> Andy’s Nifty Dynamic Inverted Swinging Pendulum in Equilibrium @@ -34,7 +34,12 @@ A vertical pendulum that is balanced via the base moving. <br> Controlled movements are determined by measuring the position and speed of the pendulum and base. </p> + + <a href="https://github.umn.edu/damic014/ee4950-inverted-pendulum"> Link to Github</a> </div> + + <br> + <br> </nav> <div class = "container"> |