Skip to content

Commit 99b4df2

Browse files
Updated HTML & Added New Style
1 parent 2d02a2a commit 99b4df2

6 files changed

Lines changed: 135 additions & 184 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Data/ReceivedEvents/index.html
2+
Data/ReceivedEvents/sample.html
23
.vscode/
34
__pycache__
45
test/

Data/ReceivedEvents/boot.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

Data/ReceivedEvents/main.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
function getPDF() {
2-
document.getElementById("downloadButton").style.display = "none";
3-
window.print();
4-
}
1+
// Hi

Data/ReceivedEvents/style.css

Lines changed: 33 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
@import url("https://fonts.googleapis.com/css?family=Ubuntu&display=swap");
1+
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");
22

33
body {
4-
font-family: Ubuntu;
4+
font-family: "Noto Sans";
55
font-size: 18px;
66
color: white;
77
background-color: #010409;
@@ -11,112 +11,52 @@ p {
1111
margin: 10px;
1212
}
1313

14-
.imgCustStyle {
15-
width: 60vw;
16-
}
17-
18-
.stats {
19-
background-color: rgba(83, 83, 83, 0.479);
20-
padding: 35px;
21-
border-radius: 25px;
22-
}
23-
24-
.profilePicture {
25-
width: 80px;
26-
height: 80px;
27-
border-radius: 100px;
28-
padding: 10px;
29-
}
30-
31-
.card {
32-
background-color: #0d1117;
33-
border-radius: 5px;
34-
/* border: 2px solid #30363d; */
35-
margin: 20px;
36-
margin-top: 20px;
37-
/* padding: 5px; */
38-
}
39-
4014
a {
4115
text-decoration: none;
4216
color: rgb(255, 255, 255);
4317
}
4418

45-
.release {
46-
color: green;
47-
padding: none;
48-
margin: none;
49-
}
50-
51-
.publish {
52-
color: rgb(0, 162, 255);
53-
padding: none;
54-
margin: none;
55-
}
56-
57-
.watch-star {
58-
color: rgb(221, 221, 0);
59-
padding: none;
60-
margin: none;
19+
.repo-link {
20+
padding: 5px;
21+
margin: 0px;
22+
border-radius: 5px;
23+
color: rgb(0, 0, 217);
24+
background-color: rgb(255, 255, 255);
25+
transition: 200ms;
6126
}
6227

63-
.create {
64-
color: rgb(214, 0, 221);
65-
padding: none;
66-
margin: none;
28+
.repo-link:hover {
29+
color: rgb(255, 255, 255);
30+
background-color: rgb(0, 0, 0);
31+
transition: 200ms;
6732
}
6833

69-
.fork {
70-
color: rgb(214, 0, 0);
71-
padding: none;
72-
margin: none;
34+
.bg-normal {
35+
background-color: #0d1117;
7336
}
7437

75-
/* CSS */
76-
.button-30 {
77-
align-items: center;
78-
appearance: none;
79-
background-color: #fcfcfd;
80-
border-radius: 4px;
81-
border-width: 0;
82-
box-shadow: rgba(95, 61, 120, 0.4) 0 2px 4px,
83-
rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
84-
box-sizing: border-box;
85-
color: #36395a;
86-
cursor: pointer;
87-
display: inline-flex;
88-
font-family: "JetBrains Mono", monospace;
89-
height: 48px;
90-
justify-content: center;
91-
line-height: 1;
92-
list-style: none;
93-
overflow: hidden;
94-
padding-left: 16px;
95-
padding-right: 16px;
96-
position: relative;
97-
text-align: left;
98-
text-decoration: none;
99-
transition: box-shadow 0.15s, transform 0.15s;
100-
user-select: none;
101-
-webkit-user-select: none;
102-
touch-action: manipulation;
103-
white-space: nowrap;
104-
will-change: box-shadow, transform;
105-
font-size: 18px;
38+
.bg-content {
39+
background-color: #161b22;
10640
}
10741

108-
.button-30:focus {
109-
box-shadow: #d6d6e7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
110-
rgba(96, 75, 141, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
42+
.program-title {
43+
padding: 10px;
44+
margin: 0px;
45+
border-radius: 5px;
46+
color: rgb(255, 255, 255);
47+
background-color: #161b22;
48+
transition: 200ms;
11149
}
11250

113-
.button-30:hover {
114-
box-shadow: rgba(94, 69, 147, 0.4) 0 4px 8px,
115-
rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
116-
transform: translateY(-2px);
51+
.program-title:hover {
52+
color: rgb(255, 255, 255);
53+
background-color: #0d1117;
54+
transition: 200ms;
11755
}
11856

119-
.button-30:active {
120-
box-shadow: #d6d6e7 0 3px 7px inset;
121-
transform: translateY(2px);
57+
.profile-picture {
58+
height: 64px;
59+
width: 64px;
60+
border-radius: 100px;
61+
padding: 10px;
12262
}

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
print("\n")
2020

2121
# Get Username
22-
username = input(f"Enter Github Username: {colors.WARNING}")
22+
username = input(f"Enter a Github Username: {colors.WARNING}")
2323
print(f"{colors.ENDC}")
2424

2525
# Convert Username to Lowercase

0 commit comments

Comments
 (0)