Skip to content

Commit

Permalink
style: css font
Browse files Browse the repository at this point in the history
  • Loading branch information
edotau committed Feb 3, 2024
1 parent b138b37 commit 166ff31
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 28 deletions.
3 changes: 1 addition & 2 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ export default function MyApp({ Component, pageProps }) {
<Div
textColor="black900"
rounded="br1"
shadow="3"
d="flex"
textWeight="500"
flexDir="column"
p={{ x: "1rem", y: "1rem" }}
fontFamily="secondary"
>
<Component {...pageProps} />
</Div>
Expand Down
50 changes: 25 additions & 25 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ export default function Home() {
textSize="display1"
fontFamily="secondary"
textWeight="500"
p={{ x: "1rem", y: "0rem" }}
p={{ x: "1rem", y: "1rem" }}
>
Welcome to my life
</Text>
</Div>
</Div>
{
<Text
p={{ x: "1rem", y: "1rem" }}
Expand All @@ -72,30 +71,31 @@ export default function Home() {
While the best chapters of my life are being written, I'm living my best life because life's too precious to spend even a single second unhappy. I hope being who I am will start redefining the boundaries of happiness, success and hard work.
</Text>
}
<Div justify="space-around" p={{ x: "1rem", y: "1rem" }} align="left">
<Anchor
href="/experience"
target="_self"
>
<Button
prefix={
<Icon
name="UserSolid"
size="16px"
color="white"
m={{ r: "0.5rem" }}
/>
}
bg="info900"
hoverBg="success500"
rounded="circle"
p={{ r: "1.5rem", l: "1rem" }}
shadow="3"
hoverShadow="4"
<Div justify="space-around" p={{ x: "1rem", y: "1rem" }} align="left">
<Anchor
href="/experience"
target="_self"
>
EXPERIENCE
</Button>
</Anchor>
<Button
prefix={
<Icon
name="UserSolid"
size="16px"
color="white"
m={{ r: "0.5rem" }}
/>
}
bg="info900"
hoverBg="success500"
rounded="circle"
p={{ r: "1.5rem", l: "1rem" }}
shadow="3"
hoverShadow="4"
>
EXPERIENCE
</Button>
</Anchor>
</Div>
<Div d="flex" justify="space-around" align="center" p={{ x: "1rem", y: "2rem"}}>
<Row>
<Col size={{ xs: "auto" }}>
Expand Down
2 changes: 1 addition & 1 deletion pages/projects.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Genomic Basis of Adaptive Evolution
### Genomic Basis of Adaptive Evolution

Stickleback repeated adaptation to new environments provide a powerful mechanism to study the molecular genetics of evolutionary changes in wild populations. As we develop stickleback genomic sequencing technologies, we can start mapping genes that control evolutionary change to the genetic basis of adaptive evolution.

Expand Down

0 comments on commit 166ff31

Please sign in to comment.