forked from pdx-robotics/pdx-robotics.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |