Skip to content

Commit

Permalink
logo
Browse files Browse the repository at this point in the history
  • Loading branch information
hudyu17 committed Aug 15, 2022
1 parent 9bd7f2b commit a8267c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 4 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export default function Home() {
</Head>

<main className={styles.main}>
<h1 className={styles.toplogo}>tuuli</h1>
<div className={styles.topbar}>
<Image src="/logo.png" width={40} height={40} layout={"fixed"}/>
<h1 className={styles.toplogo}>tuuli</h1>
</div>
<h1 className={styles.title}>
Manage material data - like <span className={styles.gradient}> magic</span>
</h1>
Expand Down
Binary file added public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 10 additions & 3 deletions styles/Home.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,20 @@

.toplogo {
font-size: 3rem;
padding: 2rem;
font-weight: 500;
opacity: 80%;
color: #f3ec78;
opacity: 100%;
color: #ccc554;
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

.topbar {
padding: 2rem;
display: grid;
grid-template-columns: auto auto;
gap: 5px;
align-items: center;
}

.title {
margin: 0;
line-height: 1.15;
Expand Down

0 comments on commit a8267c3

Please sign in to comment.