2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

update about page

This commit is contained in:
Hendrik Niefeld 2022-06-16 14:41:12 +02:00
parent 078e133594
commit ee73a68894
2 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)*