Skip to content

Commit

Permalink
Clean up home
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 18, 2023
1 parent 27510a4 commit f6b1c0f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
90 changes: 45 additions & 45 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</head>
<body>
<main>
<div class="intro">
<div class="home">
<div class="logo">
<img src="./logo.svg" itemprop="logo" alt="h+h lab logo" />
</div>
Expand All @@ -33,53 +33,53 @@ <h1 itemprop="name"><strong>h+h</strong> lab</h1>
platforms.
</p>
<p>
We are experimenting with new ways to build social networks
We are experimenting with new ways to build social networks
and new design patterns.
</p>
<h2>Projects</h2>
<ul>
<li class="link">
<a href="./principles">h+h principles</a>
behind our projects.
</li>
<li class="link">
<a href="https://github.com/hplush/slowreader">Slow Reader</a>
combines feeds from social networks and RSS and helps read more
meaningful and deep content.
</li>
</ul>
<h2>Links</h2>
<ul>
<li>
Telegram:
<a href="https://t.me/hplushlab" itemprop="sameAs" rel="me">
@hplushlab
</a>
</li>
<li>
Mastodon:
<a
href="https://mastodon.social/@hplushlab"
itemprop="sameAs"
rel="me"
>
@[email protected]
</a>
</li>
<li>
Twitter:
<a href="https://twitter.com/hplushlab/" itemprop="sameAs" rel="me">
@hplushlab
</a>
</li>
<li>
Email:
<a href="mailto:[email protected]" itemprop="email">
[email protected]
</a>
</li>
</ul>
</div>
<h2>Projects</h2>
<ul>
<li class="link">
<a href="./principles">h+h principles</a>
behind our projects.
</li>
<li class="link">
<a href="https://github.com/hplush/slowreader">Slow Reader</a>
combines feeds from social networks and RSS and helps read more
meaningful and deep content.
</li>
</ul>
<h2>Links</h2>
<ul>
<li>
Telegram:
<a href="https://t.me/hplushlab" itemprop="sameAs" rel="me">
@hplushlab
</a>
</li>
<li>
Mastodon:
<a
href="https://mastodon.social/@hplushlab"
itemprop="sameAs"
rel="me"
>
@[email protected]
</a>
</li>
<li>
Twitter:
<a href="https://twitter.com/hplushlab/" itemprop="sameAs" rel="me">
@hplushlab
</a>
</li>
<li>
Email:
<a href="mailto:[email protected]" itemprop="email">
[email protected]
</a>
</li>
</ul>
</main>
<a
href="https://github.com/hplush/hplush.dev/edit/main/dist/index.html"
Expand Down
10 changes: 5 additions & 5 deletions dist/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@ main {
margin: 0 auto;
}

.intro {
max-width: 40rem;
.home {
max-width: 31rem;
}

.logo {
float: right;
width: 80px;
height: 101px;
width: 48px;
height: 60px;
background-color: var(--text);
mask-image: url(./logo.svg);
mask-size: contain;
margin-top: 0.4rem;
margin: -1.1rem 0 0 0;
}

img {
Expand Down

0 comments on commit f6b1c0f

Please sign in to comment.