Skip to content

Commit

Permalink
added things for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenPeleg committed Jun 5, 2024
1 parent ec9302a commit 5328513
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion _includes/header_custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,13 @@


</script>
</div>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4HEVYL8G5X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-4HEVYL8G5X');
</script>
</div>
5 changes: 3 additions & 2 deletions _includes/nav_footer_custom.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<div class="custom-footer-dror-soft" style=" width: 264px; padding: 12px 12px 12px 22px;">
<div></div>
<div dir="ltr" style="display: flex; flex-direction: row; align-items: center; gap: 10px;">
<div dir="ltr"
style="display: flex; flex-direction: row; align-items: center; gap: 10px;">
<!-- For React Use this:-->
<!-- <div style= style={{display: 'flex',flexDirection: 'row',alignItems: 'center',gap: '10px',}}-->
<div style="margin-bottom: 6px">
Powered by
</div>

<a
href="https://www.drorsoft.com?utm_source=example-site&utm_medium=footer&utm_campaign=ongoing&ref=example-site"
href="https://www.drorsoft.com/?utm_source=accessibility&utm_medium=footer&utm_campaign=ongoing&ref=accessibility"
target="_blank">
<div>
<svg aria-labelledby="drorsoft" role="img" viewBox="0 0 657.2 111.26" width="95px"
Expand Down

0 comments on commit 5328513

Please sign in to comment.