Skip to content

Commit

Permalink
Merge pull request #168 from FeynmanDNA/dev
Browse files Browse the repository at this point in the history
Update WebApp Name and Logo to PANDA
  • Loading branch information
chrishkchris committed Jan 5, 2021
2 parents b33e92f + 209eb82 commit 4f15c55
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
Binary file removed web/public/16*16.ico
Binary file not shown.
Binary file added web/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>SINGA-Auto</title>
<title>PANDA</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file added web/src/assets/Logo_Panda.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion web/src/components/ConsoleContents/Copyright.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function Copyright() {
color="inherit"
href="https://github.com/nusdbsystem/singa-auto/"
>
SINGA-Auto
PANDA
</Link>{" "}
{new Date().getFullYear()}
</Typography>
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/ConsoleSideBar/Navigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import ExpandLess from "@material-ui/icons/ExpandLess"
import ExpandMore from "@material-ui/icons/ExpandMore"

// import Logo from "assets/Logo-Rafiki-cleaned.png"
import Logo from "assets/LOGO_Rafiki-4.svg"
import Logo from "assets/Logo_Panda.png"

// Navigator basic color dark blue specified in
// ConsoleTheme MuiDrawer's paper
Expand Down Expand Up @@ -221,7 +221,7 @@ class Navigator extends React.Component {
)}
>
<img alt="logo" src={Logo} className={classes.logo} />
SINGA-Auto
PANDA
</ListItem>

{categories.map(({ id, collapseID, collapseIn, children }) => (
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/LandingFooter/LandingFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ function AppFooter(props) {
<GithubIcon />
</a>
</Grid>
<Grid item>© 2020 SINGA-Auto</Grid>
<Grid item>© 2021 PANDA</Grid>
</Grid>
</Grid>
<Grid item>
<Typography variant="caption">
{
"SINGA-Auto is brought to you by the team from DBsystem NUS School of Computing"
"PANDA is brought to you by the team from DBsystem NUS School of Computing"
}
</Typography>
</Grid>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function ProductCategories(props) {
<div className="section_center">
<div className="center__description">
<p className="description__text">
SINGA-Auto’s system architecture consists of 3 static components, 2
PANDA’s system architecture consists of 3 static components, 2
central databases, 3 types of dynamic components, and 1
client-side SDK, which can be illustrated with a 3-layer
architecture diagram.
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/LandingNavBar/LandingNavBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import IconButton from "@material-ui/core/IconButton"
import AvatarRegion from "components/RootComponents/AvatarRegion"

import Toolbar, { styles as toolbarStyles } from "../LandingComponents/Toolbar"
import Logo from "../../assets/LOGO_Rafiki-4.svg"
import Logo from "../../assets/Logo_Panda.png"

const styles = theme => ({
LandingAppBar: {
Expand Down Expand Up @@ -174,7 +174,7 @@ class LandingNavBar extends React.Component {
<img alt="logo" src={Logo} className={classes.logo} />
</Link>
<Link to="/" className={classes.title}>
{"SINGA-Auto"}
{"PANDA"}
</Link>
<Hidden smDown>
{navLinks.map((link, index) =>
Expand Down
4 changes: 2 additions & 2 deletions web/src/components/LandingNavBar/LandingNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import List from "@material-ui/core/List"
import ListItem from "@material-ui/core/ListItem"
import ListItemText from "@material-ui/core/ListItemText"

import Logo from "../../assets/Logo-Rafiki-cleaned.png"
import Logo from "../../assets/Logo_Panda.png"

// Navigator basic color dark blue specified in
// ConsoleTheme MuiDrawer's paper
Expand Down Expand Up @@ -96,7 +96,7 @@ class Navigator extends React.Component {
)}
>
<img alt="logo" src={Logo} className={classes.logo} />
SINGA-Auto
PANDA
</ListItem>
{navLinks.map((link, index) => (
<ListItem
Expand Down
6 changes: 3 additions & 3 deletions web/src/components/LandingProductHero/LandingProductHero.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ function ProductHero(props) {
alt="increase priority"
/>
<Typography color="inherit" align="center" variant="h2" marked="center">
SINGA-Auto
PANDA
</Typography>
<Typography
color="inherit"
align="center"
variant="h5"
className={classes.h5}
>
SINGA-Auto is a distributed system that trains machine learning (ML)
PANDA is a distributed system that trains machine learning (ML)
models <br />
and deploys trained models, built with ease-of-use in mind.
</Typography>
Expand All @@ -62,7 +62,7 @@ function ProductHero(props) {
component={Link}
to={`/console/datasets/list-datasets`}
>
Try SINGA-Auto
Try PANDA
</Button>
<Typography variant="body2" color="inherit" className={classes.more}>
Discover the experience
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/LandingTryRafiki/LandingTryRafiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class LandingTryRafiki extends React.Component {
<div className={classes.card}>
<div className={classes.cardContent}>
<Typography variant="h2" component="h2" gutterBottom>
Try SINGA-Auto
Try PANDA
</Typography>
<Typography variant="h5">
a distributed system that trains machine learning (ML) models
Expand Down

0 comments on commit 4f15c55

Please sign in to comment.