Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
refinedguides committed Sep 29, 2024
1 parent c436da3 commit 987799f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 49 deletions.
26 changes: 0 additions & 26 deletions footer.css

This file was deleted.

26 changes: 6 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Calendar</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="footer.css" />
<script src="script.js" defer></script>
<!-- social links for refinedguides.com -->
<script
src="https://refinedguides.com/assets/social.js?linkColor=%23fff&textColor=%32333"
defer
></script>
</head>
<body>
<h1>Calendar</h1>
Expand All @@ -31,24 +36,5 @@ <h3></h3>
<ul class="dates"></ul>
</section>
</div>

<!-- social links -->
<footer class="footer">
<span>Made by Refined Guides.</span>
<div>
<a href="https://github.com/refinedguides" target="_blank">Github</a>
<a href="https://youtube.com/@refinedguides" target="_blank">Youtube</a>
<a href="https://www.tiktok.com/@refinedguides" target="_blank"
>Tiktok</a
>
</div>

<a href="https://www.buymeacoffee.com/refinedguides" target="_blank"
><img
src="https://cdn.buymeacoffee.com/buttons/v2/default-black.png"
alt="Buy Me A Coffee"
/></a>
</footer>
<script src="script.js"></script>
</body>
</html>
5 changes: 2 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
body {
display: flex;
flex-direction: column;
padding-block: 2rem;
height: 100vh;
font-family: Poppins, sans-serif;
background: linear-gradient(to bottom, #ff5e88, #ff9966);
Expand All @@ -17,14 +16,14 @@ h1 {
font-weight: 600;
text-align: center;
color: #fff;
margin-bottom: 2rem;
margin-block: 2rem;
}
h3 {
font-weight: 600;
}
.calendar {
margin: 0 auto;
width: clamp(320px, 400px, 98%);
width: clamp(320px, 400px, 90%);
padding: 1rem;
background: #fff;
border-radius: 10px;
Expand Down

0 comments on commit 987799f

Please sign in to comment.