aboutsummaryrefslogtreecommitdiffstats
path: root/Web
diff options
context:
space:
mode:
authorDat Nguyen <nguy2854@umn.edu>2019-12-01 19:39:42 -0600
committerDat Nguyen <nguy2854@umn.edu>2019-12-01 19:39:42 -0600
commit57d7a24df5792df285efcfb67f2cecaf8fff7123 (patch)
treeae87b5542586e5f17a730625f96bd72db6c1ef49 /Web
parentsome more changes to make the website look better (diff)
downloadee4511w-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')
-rw-r--r--Web/Server/static/Server.css9
-rw-r--r--Web/Server/templates/base.html15
2 files changed, 19 insertions, 5 deletions
diff --git a/Web/Server/static/Server.css b/Web/Server/static/Server.css
index 5db22eb..78e53c7 100644
--- a/Web/Server/static/Server.css
+++ b/Web/Server/static/Server.css
@@ -24,6 +24,15 @@
cursor: pointer;
}
+
+a{
+ color:white;
+ text-decoration:none;
+}
+a:hover{
+ text-decoration:underline
+}
+
#about{
display: none;
}
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">