Skip to content

Commit

Permalink
Merge pull request #3 from leon-luna-ray/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
leon-luna-ray committed May 14, 2023
2 parents e17e62c + 709967e commit f4da4fa
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Work Day Scheduler v 2.0
# Workday Scheduler

🚧 Currently being refactored 🚧

* Created time blocks in HTML.
* Changed styling for color of the time blocks and added margin to the bottom of the page.
Expand All @@ -8,7 +10,7 @@ Work Day Scheduler v 2.0
* Appended the current date to the top of the page.
* Created jQuery function to dynamically change the color based on the time of the day.

[https://workday-scheduler-rldev.netlify.app](https://workday-scheduler-rldev.netlify.app)
[https://workday-scheduler-rldev.netlify.app/](https://workday-scheduler-rldev.netlify.app/)


## Technologies
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
rel="stylesheet"
/>

<link rel="stylesheet" href="./Assets/css/style.css" />
<link rel="stylesheet" href="./src/css/style.css" />

<!--Import moment.js-->
<script src="./Assets/js/moment.js" type="text/javascript"></script>
<script src="./src/js/moment.js" type="text/javascript"></script>

<title>Work Day Scheduler</title>
</head>
Expand Down Expand Up @@ -128,6 +128,6 @@ <h1 class="display-3">Work Day Scheduler</h1>
</div> <!--- container -->

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script><script type="module" src="./Assets/js/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script><script type="module" src="./src/js/script.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f4da4fa

Please sign in to comment.