mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
update about page
This commit is contained in:
parent
078e133594
commit
ee73a68894
@ -53,7 +53,7 @@ Your analytics tool thinks it doesn't need a consent request? There are tweets e
|
|||||||
|
|
||||||
Well, we have developed a tool for these needs. Say hello and give it a try. We used it to conditionally embed the following Tweet.
|
Well, we have developed a tool for these needs. Say hello and give it a try. We used it to conditionally embed the following Tweet.
|
||||||
|
|
||||||
<div class="consent-container w-100 flex justify-center">
|
<div class="consent-container w-100 flex justify-center mt3">
|
||||||
</div>
|
</div>
|
||||||
<div class="tweet-container mb4">
|
<div class="tweet-container mb4">
|
||||||
</div>
|
</div>
|
||||||
@ -72,7 +72,7 @@ Well, we have developed a tool for these needs. Say hello and give it a try. We
|
|||||||
.then(function (result) {
|
.then(function (result) {
|
||||||
if (result && result.decisions && result.decisions.twitter) {
|
if (result && result.decisions && result.decisions.twitter) {
|
||||||
|
|
||||||
const blockquote = document.createElement('p')
|
const blockquote = document.createElement('div')
|
||||||
blockquote.innerHTML = '<blockquote class="twitter-tweet"><a href="https://twitter.com/hioffen/status/1510854517092491270?ref_src=twsrc%5Etfw"></a></blockquote>'
|
blockquote.innerHTML = '<blockquote class="twitter-tweet"><a href="https://twitter.com/hioffen/status/1510854517092491270?ref_src=twsrc%5Etfw"></a></blockquote>'
|
||||||
|
|
||||||
document.querySelector('.tweet-container').appendChild(blockquote)
|
document.querySelector('.tweet-container').appendChild(blockquote)
|
||||||
|
@ -6,7 +6,7 @@ sitemap_priority: 0.3
|
|||||||
|
|
||||||
# About
|
# About
|
||||||
|
|
||||||
Hi, we are [Frederik Ring](https://www.frederikring.com/) and [Hendrik Niefeld.](http://niefeld.com/) These are our tools to make the web a better place.
|
Hi, we are [Frederik Ring](https://www.frederikring.com/) and [Hendrik Niefeld.](http://niefeld.com/) We want to make the web a better place. Here are a few tools we have developed that may help with this.
|
||||||
|
|
||||||
#### *[Offen Web Analytics](/#bg-explainer)*
|
#### *[Offen Web Analytics](/#bg-explainer)*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user