https://github.com/capjamesg/calendar-date
A web component to show calendar dates on your website.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.9%) to scientific vocabulary
Keywords
Repository
A web component to show calendar dates on your website.
Basic Info
- Host: GitHub
- Owner: capjamesg
- License: cc0-1.0
- Language: JavaScript
- Default Branch: main
- Homepage: https://capjamesg.github.io/calendar-date/
- Size: 10.7 KB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
calendar-date
A web component to show calendar dates on your website.
Use the Component on Your Website
To use the component on your website, first copy the calendar-date.js file onto your website.
Add references to this file in the <head> tag of the page on which you want to use the component:
html
<script src="calendar-date.js" defer></script>
Create a new <template> tag on your web page and add the following code:
html
<template id="calendar-styles">
<style>
.date-container {
border: 1px solid red;
display: inline-block;
max-width: 100%;
min-width: 75px;
text-align: center;
border-radius: 5px;
}
.date-month {
padding: 5px;
color: white;
background-color: red;
}
.date-day {
font-size: 2rem;
font-weight: bold;
padding: 5px;
}
</style>
</template>
Adjust the styles as necessary.
Then, add the <calendar-date> component to your website:
html
<calendar-date month="March" day="31"></calendar-date>
The component will appear on your website.
License
This project is licensed under a Creative Commons Zero license.
Owner
- Name: James
- Login: capjamesg
- Kind: user
- Location: Scotland
- Company: @Roboflow
- Website: jamesg.blog
- Repositories: 320
- Profile: https://github.com/capjamesg
from words, wonder.
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| James | 3****g | 6 |
| Joe Crawford | j****e@a****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: about 3 hours
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- artlung (2)