Skip to content

Commit f005615

Browse files
committed
landing
1 parent 089637a commit f005615

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

docs/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ body {
8282
font-size: 4rem;
8383
}
8484

85+
#lower {
86+
width: 90%;
87+
display: flex;
88+
justify-content: space-between;
89+
align-items: center;
90+
}
8591
#arrow {
8692
height: 4rem;
8793
width: 4rem;

docs/index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,12 @@ <h2 class="subtitle">Because <span style="font-weight: bolder; font-size: 1.4em;
6565
<h1 class="title"> <a href="https://chrome.google.com/webstore/detail/the-free-internet-plugin/lodclhfimkjdjmmjgeioendfjpgoghoo?hl=en-US" class="linkItem">Install</a> </h1>
6666
<h2 class="subtitle">The Chrome browser plugin to remove paywalled content from Google search results.</h2>
6767
</div>
68-
<a id="phunt" href="https://www.producthunt.com/posts/the-free-internet-plugin?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-the-free-internet-plugin" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=295824&theme=light" alt="The Free Internet Plugin - Removes paywalled stories from Google results | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
69-
70-
<img src="./images/arrow.svg" alt="arrow" id="arrow">
68+
69+
<div id="lower">
70+
<h3>created by <a href="https://twitter.com/guytorbet">Guy Torbet</a></h3>
71+
<img src="./images/arrow.svg" alt="arrow" id="arrow">
72+
<a id="phunt" href="https://www.producthunt.com/posts/the-free-internet-plugin?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-the-free-internet-plugin" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=295824&theme=light" alt="The Free Internet Plugin - Removes paywalled stories from Google results | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
73+
</div>
7174
</div>
7275

7376
<div id="bottom">

0 commit comments

Comments
 (0)