Skip to content

Commit

Permalink
Add codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
galpratama committed May 14, 2020
1 parent 4a0d6f0 commit df27b24
Show file tree
Hide file tree
Showing 128 changed files with 80,214 additions and 0 deletions.
Empty file added images/.gitkeep
Empty file.
27 changes: 27 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />

<title>Store - Your Best Marketplace</title>

<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link href="style/main.css" rel="stylesheet" />
</head>

<body>
<!-- Bootstrap core JavaScript -->
<script src="/vendor/jquery/jquery.slim.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>
Empty file added style/main.css
Empty file.
2 changes: 2 additions & 0 deletions style/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Import Bootstrap 4 Library
@import "../vendor/bootstrap/scss/bootstrap.scss";
Loading

0 comments on commit df27b24

Please sign in to comment.