Skip to content

Commit

Permalink
add GIF
Browse files Browse the repository at this point in the history
  • Loading branch information
felixtanhm committed Mar 9, 2024
1 parent ea3ddaa commit f9c494c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 13 additions & 17 deletions full-stack-javascript/02-admin-dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,18 @@
<title>Admin Dashboard | felixtanhm portfolio</title>
</head>
<body>
<main>
<section id="menu" class="desktop">
<div class="menu-item">

</div>
</section>
<section id="content" class="desktop">

</section>
<section class="mobile">
<div>
<p>🖥️</p>
<p>This project is viewable on desktop only.</p>
</div>
</section>
</main>
<main>
<section id="menu" class="desktop">
<div class="menu-item"></div>
</section>
<section id="content" class="desktop"></section>
<section class="mobile">
<div>
<p>🖥️</p>
<p>This project is viewable on desktop only.</p>
</div>
</section>
</main>
<footer class="footer">
<p>© 2024 - Present | felixtanhm</p>
<a
Expand All @@ -46,7 +42,7 @@
<i class="fab fa-github"></i>
</a>
</footer>
<script src="./script.js"></script>
<script src="./script.js"></script>
</body>
</html>
</html>

0 comments on commit f9c494c

Please sign in to comment.