Skip to content

Commit df5ac54

Browse files
Vineeth T RVineeth T R
authored andcommitted
who amoung us added
1 parent ba5370d commit df5ac54

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ body {
2828
font-family: Arial, Helvetica, sans-serif;
2929
}
3030

31+
body > img {
32+
display: none;
33+
}
34+
3135
body.pop {
3236
overflow: hidden;
3337
}

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,13 @@
4444
<span class="brand"> L &nbsp; ader </span>
4545

4646
<nav>
47+
<script id="_wau5m8">
48+
var _wau = _wau || []; _wau.push(["dynamic", "dicn9wgmzg", "5m8", "0d161bffffff", "small"]);
49+
</script>
50+
4751
<a class="nav-btn codepen" target="_blank" href="https://codepen.io/vineethtrv/pen/NWxZqMM"></a>
4852
<a class="nav-btn git" target="_blank" href="https://github.com/vineethtrv/loader"></a>
53+
4954
</nav>
5055
</header>
5156

@@ -86,7 +91,7 @@
8691
</div>
8792
</div>
8893
</div>
89-
94+
<script async src="//waust.at/d.js"></script>
9095
<script type="module" src="./js/app.js"></script>
9196
</body>
9297
</html>

scss/_rest.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ body {
2626
margin: 0;
2727
background: $base;
2828
font-family: Arial, Helvetica, sans-serif;
29+
> img {
30+
display: none;
31+
}
2932
&.pop {
3033
overflow: hidden;
3134
}

0 commit comments

Comments
 (0)