Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Website: update home with more logos and fancier hero
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Apr 9, 2018
1 parent 3b4ca5c commit 0692879
Show file tree
Hide file tree
Showing 18 changed files with 508 additions and 89 deletions.
Binary file added logo/phenomic-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions logo/phenomic-text.svg
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 logo/phenomic.sketch
Binary file not shown.
1 change: 1 addition & 0 deletions website/components/BackgroundGradient.web.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const BackgroundGradient = (props: PropsType) => (

const styles = StyleSheet.create({
container: {
position: "relative",
display: "flex",
flexDirection: "column"
}
Expand Down
9 changes: 8 additions & 1 deletion website/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ import BackgroundGradient from "./BackgroundGradient";
import HeaderNavBar from "./HeaderNavBar";

const Header = (props: Object) => (
<BackgroundGradient style={props.style} start="#006BF6" end="#10E951">
<BackgroundGradient
style={[styles.container, props.style]}
start="#006BF6"
end="#10E951"
>
<HeaderNavBar />
<BodyContainer style={styles.hero}>
<Head>
Expand All @@ -21,6 +25,9 @@ const Header = (props: Object) => (
);

const styles = StyleSheet.create({
container: {
overflow: "hidden"
},
hero: {
paddingTop: 40,
paddingBottom: 60
Expand Down
Loading

0 comments on commit 0692879

Please sign in to comment.