Skip to content

Commit 464bb80

Browse files
authored
Merge pull request #21 from geetanjali55/main
added new theme for header
2 parents 83df492 + 978b29d commit 464bb80

File tree

5 files changed

+48
-22
lines changed

5 files changed

+48
-22
lines changed

.github/pull_request_template.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,32 @@
1-
# PR Commit(e.g:feat xxx)
1+
# Pull Request Title
22

3-
Summary why you opened this PR, And the benefits this PR has.
3+
## Description
44

5-
## Test Environment
5+
> Summary why you opened this PR, you may add the benefits this PR provides.
66
7-
- OS:
8-
- Browser:
9-
- Framework Version:
7+
## Changes
108

11-
## Screenshots(If Available)
9+
> Please describe your changes, if needed attach screenshots.
10+
1. Fix ...
11+
2. Refactor ...
12+
3. Update ...
13+
4. Implement ...
1214

13-
| Picture Name |
14-
| :------------------------: |
15-
| ![ExampleImage](/HEAD.png) |
15+
## Screenshots
16+
(_If applicable_)
1617

17-
## Detail Changes
18+
| Picture Name |
19+
| :-------------------------: |
20+
| _Insert your picture link_ |
1821

19-
1. Fix...
20-
2. Refactor...
21-
3. Update...
22+
## Related Issues
2223

23-
## Footer
24+
> Please add any related issue(s):
2425
25-
> [!CAUTION]
26-
> BREAKING CHANGE:
26+
This PR:
27+
- Fixes [Issue ticket name](Issue ticket link)
28+
- Implements [Issue ticket name](Issue ticket link)
2729

28-
## Additions
30+
## Aditional information
2931

30-
Maybe type some words to dev?
32+
> Provide any additional information that might be useful.

js/data/presets.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,5 +427,29 @@
427427
"titleFont": "Passero One",
428428
"subtitleFont": "Source Code Pro",
429429
"previewImage": "theme-21-preview.png"
430+
},
431+
{
432+
"background": "#112f37",
433+
"borderColor": "#eeff00",
434+
"borderRadius": 10,
435+
"borderSize": 4,
436+
"decoration": "headphones-cat-2.png",
437+
"decorationLocal": false,
438+
"decorationSize": "159",
439+
"ignoreSave": null,
440+
"padding": 25,
441+
"pattern": "i-like-food",
442+
"patternColor": "#FFFFFF",
443+
"patternOpacity": 0.25,
444+
"patternSize": 225,
445+
"previewImage": "theme-2-preview.png",
446+
"subtitleColor": "#5bfa05",
447+
"subtitleFont": "Kalam",
448+
"subtitleFontSize": "22",
449+
"textAlign": "center",
450+
"titleColor": "#ffffff",
451+
"titleFont": "Della Respira",
452+
"titleFontSize": "51",
453+
"previewImage": "theme-22-preview.png"
430454
}
431455
]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="footer">
22
<div class="links">
3-
<a href="https://github.com/leviarista/github-profile-header-generator/issues" target="_blank"
3+
<a href="https://github.com/leviarista/github-profile-header-generator?tab=contributing-ov-file#how-to-contribute" target="_blank"
44
rel="noopener noreferrer">
55
<b><u>Contributing</u></b>
66
</a>
286 KB
Loading

0 commit comments

Comments
 (0)