generated from acm-ucr/acm-ucr-website
-
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.
Merge branch 'kavinphab/ProfileCard' of https://github.com/acm-ucr/hs…
…p-website into kavinphab/ProfileCard
- Loading branch information
Showing
3 changed files
with
19 additions
and
18 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,7 @@ | ||
import React from "react"; | ||
import Profile from "../components/board/Profile"; | ||
import Javen from "../public/assets/board/Javen.svg"; | ||
|
||
const Home = () => { | ||
return ( | ||
<Profile | ||
name={"Javen Dosanjh"} | ||
image={Javen} | ||
title={"Chief Engineer & President of Operations"} | ||
year={"4th year"} | ||
major={"Mechanical Engineering"} | ||
/> | ||
); | ||
return <>Hello World</>; | ||
}; | ||
|
||
export default Home; |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.