Skip to content

Commit

Permalink
Merge pull request #5 from laneyshi/main
Browse files Browse the repository at this point in the history
Contributor pages & beauty
  • Loading branch information
laneyshi authored Mar 18, 2024
2 parents aaeaef4 + 1ea89db commit c3bcbf6
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion _data/faculty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ Shaoshuai,Mou,Purdue University,assets/faculty/ShaoshuaiMou_PurdueUniversity.jpg
Qiang,Qiu,Purdue University,assets/faculty/QiangQiu_PurdueUniversity.jpg
Shreyas,Sundaram,Purdue University,assets/faculty/ShreyasSundaram_PurdueUniversity.jpg
Wei,Zakharov,Purdue University,assets/faculty/WeiZakharov_PurdueUniversity.jpg
Ziad,Al-Halah,University of Texas at Austin,assets/faculty/ZiadAl-Halah_UTAustin.jpeg
Kate,Saenko,Boston University,assets/faculty/KateSaenko_BostonUniversity.jpg
Grauman,Kristen,The University of Texas at Austin,assets/faculty/GraumanKristen_TheUniversityofTexasatAustin.jpg
Ziad,Al-Halah,The University of Texas at Austin,assets/faculty/ZiadAl-Halah_UTAustin.jpeg
3 changes: 3 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<!-- Channel icon-->
<link rel="stylesheet" href="./iconfont.css">

</head>
<body class="d-flex flex-column">
<main class="flex-shrink-0">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/faculty/KateSaenko_BostonUniversity.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions css/channelicon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@font-face {
font-family: "iconfont"; /* Project id */
src: url('iconfont.ttf?t=1710727535185') format('truetype');
}

.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-xinxi:before {
content: "\e619";
}

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="my-5 text-center text-xl-start">
<h1 class="display-5 fw-bolder text-white mb-2">Research Infrastructure for Real-Time Onboard Vision Enabled Robots</h1>
<p class="lead fw-normal text-white-50 mb-4">A research facility for researchers to utilize for developing and testing unmanned vehicles in a controlled environment. The facility aims to foster the development of unmanned vehicle solutions through challenges and competitions.</p>
<p class="lead fw-normal text-white-50 mb-4">Welcome to join <a href="https://join.slack.com/t/lpcvc/shared_invite/zt-2c1soykuu-gIm1v1hjbAIL1PFBryXcYQ">lpcvc.slack.com (2024-uav-channel)</a> to receive news about the challenge</p>
<span class="iconfont icon-xinxi"></span><p class="lead fw-normal text-white-50 mb-4">Welcome to join <a href="https://join.slack.com/t/lpcvc/shared_invite/zt-2c1soykuu-gIm1v1hjbAIL1PFBryXcYQ">lpcvc.slack.com (2024-uav-channel)</a> to receive news about the challenge</p>
<p class="lead fw-normal text-white-50 mb-4">Competition Rules Video: <a href="https://youtu.be/elLaXEjvhZ0">2024 IEEE UAV(Unmanned Aerial Vehicle) Maze Competition Rules</a> </p>
<p class="lead fw-normal text-white-50 mb-4">Overview Video: <a href="https://youtu.be/qCu0MugcN9I">Purdue UAS Research and Test Facility (PURT) </a> </p>
<p class="lead fw-normal text-white mb-2">Sponsors: National Science Foundation, IEEE Computer Society, and Purdue College of Engineering</p>
Expand Down

0 comments on commit c3bcbf6

Please sign in to comment.