Skip to content

Commit

Permalink
Added sponsors
Browse files Browse the repository at this point in the history
Starts on pdx-robotics#12
  • Loading branch information
philiparola committed Oct 29, 2019
1 parent 43b375e commit 072392d
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parts/menuLinks.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
<li><a href="/events.php">Events</a></li>
<li><a href="/projects/">Projects</a></li>
<li><a href="/gallery">Gallery</a></li>
<li><a href="/admin">Admin</a></li>
<li><a href="/sponsors.php">Sponsors</a></li>
<li><a href="/admin">Admin</a></li>
52 changes: 52 additions & 0 deletions sponsors.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<?php include './parts/head.php';
head($title='Events - Viking Robotics Society');
?>
<div id="heading" >
<h1>Sponsors</h1>
</div>











<div class="inner">
<!-- Content -->
<p>
This club cannot do what it does without the support of many amazing people. The people on this page are among those who have donated to the club in a really important way. Thank you to everyone who has helped!
</p>
<br> <!-- Line Break -->


<!-- Discord Server Information -->
<div class="row">
<div class="col-6 col-12-medium">
<h3>Dr. Marek Perkowski</h3>
<p>Professor Marek Perkowski is a professor of Electrical and Computer Engineering at Portland State University. He teaches robotics classes at the graduate and undergraduate levels, and also leads cutting edge reasearch in robotics. Dr. Perkowski graciously lets us use his space in the Intellgent Robotics Lab as a shared workspace.</p>
</div>
<div class="col-6 col-12-medium">
<img src="https://www.pdx.edu/syndication/sites/www.pdx.edu.syndication/files/styles/pdx_collage_small/public/Perkowski_web.jpg" height="20%">
</div>
</div>
</div>













<?php include './parts/footer.php';?>
</body>
</html>

0 comments on commit 072392d

Please sign in to comment.