Merge pull request 'updating information and assets for myself' (#1) from bicknrown/Website:add-nick-data-branch into master

Reviewed-on: #1
pull/2/head
Oliver Kennedy 2022-06-23 10:16:15 -04:00
commit d447452b87
4 changed files with 15 additions and 3 deletions

BIN
assets/people/nickbrown.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@ -81,10 +81,16 @@
"ubit" : "carlnues"
},
"Nicholas Brown" : {
"status" : "BS",
"status" : "BA",
"projects" : ["astral"],
"joint_advisor" : false,
"ubit" : "njbrown4"
"ubit" : "njbrown4",
"pic" : {
"file" : "https://odin.cse.buffalo.edu/assets/people/nickbrown.png",
"width" : 200,
"height" : 200
},
"github" : "bicknrown"
},
"Caleb Levine" : {
"status" : "BS",

View File

@ -0,0 +1,6 @@
---
title: Nicholas Brown
---
Nicholas Brown is a Computer Science student at the University at Buffalo.
See his <a href="https://bicknrown.com">website</a> for more update to date information and links.

View File

@ -19,7 +19,7 @@ end
<% if defined? status %>
<h5><%=
case status
when "PhD", "MS", "BS" then status + " student"
when "PhD", "MS", "BS", "BA" then status + " student"
else status
end
%></h5>