Skip to content

Commit

Permalink
Added comments to distingush changes made
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPranavz committed Sep 16, 2023
1 parent 40f4346 commit f66e6a0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A calendar that displays all celestial events observable from the location of the user and recommends the optimal viewing time based on weather data in the selected user location along with other useful utilities.

## Tech Stack
## Tech Stack Used

- Front End
- HTML
Expand Down
1 change: 1 addition & 0 deletions assets/celestial-events.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Data for celestial events
export const celestialData = [
{
date: "2023-01-03",
Expand Down
1 change: 1 addition & 0 deletions evo-calendar.midnight-blue.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions evo-calendar.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion evo-calendar.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<html>

<head>
<!-- Dependencies -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato&display=swap" rel="stylesheet">
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/*
Main Stylesheet
*/

.container {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit f66e6a0

Please sign in to comment.