Skip to content

Commit

Permalink
[PanditBot] Updating: 2023-08-25_23-56-39
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi committed Aug 25, 2023
1 parent f42c2a2 commit 8c839d0
Show file tree
Hide file tree
Showing 4 changed files with 930 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
## Code of Conduct

All participants of Pt. Prashant Tripathi are expected to abide by our Code of Conduct, both online and during in-person events that are hosted and/or associated with Pt. Prashant Tripathi.

## The Pledge

In the interest of fostering an open and welcoming environment, we pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

## The Standards

Examples of behaviour that contributes to creating a positive environment include:

- Using welcoming and inclusive language
Expand All @@ -26,4 +29,5 @@ Examples of behaviour that contributes to creating a positive environment includ
- We hold the right and responsibility to remove comments or other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any members for other behaviours that they deem inappropriate, threatening, offensive, or harmful.

## Attribution

This Code of Conduct is adapted from [dev.to](https://dev.to/code-of-conduct).
34 changes: 17 additions & 17 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap");

body {
font-family: "Balsamiq Sans", cursive;
font-family: "Balsamiq Sans", cursive;
}

.card {
width: 350px;
width: 350px;
}

.text-box {
padding: 10px 20px;
margin: 10px 0;
box-sizing: border-box;
padding: 10px 20px;
margin: 10px 0;
box-sizing: border-box;
}

.btn {
background-color: #4caf50;
border: none;
color: white;
padding: 10px 20px;
text-align: center;
cursor: pointer;
font-size: 16px;
background-color: #4caf50;
border: none;
color: white;
padding: 10px 20px;
text-align: center;
cursor: pointer;
font-size: 16px;
}

.btn:hover {
background-color: #019031;
padding: 12px 22px;
background-color: #019031;
padding: 12px 22px;
}

.card-content {
padding: 10px 20px;
padding: 10px 20px;
}

a {
text-decoration: none;
}
text-decoration: none;
}
Loading

0 comments on commit 8c839d0

Please sign in to comment.