Skip to content

Commit

Permalink
Experimento com o Google Ads
Browse files Browse the repository at this point in the history
  • Loading branch information
dgadelha committed Mar 9, 2024
1 parent 9ab20db commit 83a1609
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
9 changes: 9 additions & 0 deletions packages/ide/src/app/tab-editor/tab-editor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@
</as-split>
</div>

<ins
class="adsbygoogle"
style="display: block"
data-ad-client="ca-pub-6982662106665437"
data-ad-slot="2779773599"
data-ad-format="auto"
data-full-width-responsive="true"
></ins>

<ng-template #shareSnackTemplate let-data>
<span class="share-snack">
<strong>Link gerado:</strong>&nbsp;&nbsp;<code>
Expand Down
19 changes: 16 additions & 3 deletions packages/ide/src/app/tab-start/tab-start.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,32 @@
<section class="info">
<p>
<strong>Nova versão:</strong> Podem existir problemas, caso encontre algum ou tenha sugestões/comentários,
<a href="https://github.com/dgadelha/Portugol-Webstudio/discussions/categories/ideas" target="_blank" rel="external noopener">
nos envie por aqui, estamos sempre acompanhando</a
<a
href="https://github.com/dgadelha/Portugol-Webstudio/discussions/categories/ideas"
target="_blank"
rel="external noopener"
>
nos envie por aqui, estamos sempre acompanhando </a
>.
</p>

<hr />

<h4>📰&nbsp;&nbsp;Novidades</h4>
<p><strong>09/03/2024:</strong> Novo domínio: <strong>portugol.dev</strong> e experimento com propagandas</p>
<p><strong>08/03/2024:</strong> Melhorias de performance na interface da plataforma</p>
<p><strong>17/01/2024:</strong> Melhorias nas verificações de erros (comparação lógica e bibliotecas)</p>
<p><strong>26/12/2023:</strong> Melhorias nas verificações de erros (escopos e tipos)</p>
</section>

<ins
class="adsbygoogle"
style="display: block"
data-ad-client="ca-pub-6982662106665437"
data-ad-slot="2779773599"
data-ad-format="auto"
data-full-width-responsive="true"
></ins>

<footer>
<summary>Versão: <span matTooltip="%DATE%">%COMMIT_SHA%</span></summary>
</footer>
2 changes: 1 addition & 1 deletion packages/ide/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<meta property="og:title" content="Portugol Webstudio" />
<meta property="og:description" content="IDE de código aberta para códigos em Portugol, baseado no Portugol Studio para entregar uma experiência completa." />
<meta property="og:url" content="https://portugol.dev/" />
<meta name="google-adsense-account" content="ca-pub-6982662106665437">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
Expand All @@ -24,5 +23,6 @@
<script>var $buoop = {required:{e:-4,f:-3,o:-3,s:-1,c:-3},insecure:true,unsupported:true,api:2022.10,text:"O seu navegador, {brow_name}, está numa versão muito antiga e pode não ser suportada pelo Portugol Webstudio.<p><a{up_but}>Atualize o seu navegador</a> caso a página esteja em branco ou atualize a página para esconder este alerta.</p>"};</script>
<script src="https://browser-update.org/update.min.js" async></script>
<script>if(/github\.io/.test(window.location.hostname)){window.location.href="https://portugol.dev"+window.location.pathname}</script>
<script>(adsbygoogle=window.adsbygoogle||[]).push({});</script>
</body>
</html>

0 comments on commit 83a1609

Please sign in to comment.