Skip to content

Commit

Permalink
second filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodriguez10388 committed Apr 19, 2020
1 parent 3747970 commit 81c2827
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-163867699-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-163867699-1');
</script>

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="vendors/css/normalize.css">
<link rel="stylesheet" type="text/css" href="vendors/css/grid.css">
Expand Down
Binary file removed resources/.DS_Store
Binary file not shown.
Binary file removed resources/css/.DS_Store
Binary file not shown.
Binary file removed resources/css/img/.DS_Store
Binary file not shown.
Binary file removed resources/img/.DS_Store
Binary file not shown.
Binary file removed vendors/.DS_Store
Binary file not shown.
Binary file removed vendors/css/.DS_Store
Binary file not shown.

0 comments on commit 81c2827

Please sign in to comment.