Skip to content

Commit

Permalink
images fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
pedregalux committed Apr 5, 2024
1 parent bc87992 commit eac6857
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 17 deletions.
Binary file added 1712268615727.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1712268735155.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1712268777488.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 1712268951829.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 17 additions & 17 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function Three({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268615727.gif"},
null
));
}
Expand All @@ -32,7 +32,7 @@ function Gingerbread({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268735155.gif"},
null
));
}
Expand All @@ -43,7 +43,7 @@ function House({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268777488.gif"},
null
));
}
Expand All @@ -54,7 +54,7 @@ function DecorationWithClip({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268951829.gif"},
null
));
}
Expand All @@ -76,7 +76,7 @@ function Snowflake({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268615727.gif"},
null
));
}
Expand All @@ -87,7 +87,7 @@ function Forest({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268735155.gif"},
null
));
}
Expand All @@ -98,7 +98,7 @@ function DecorationWithGradient({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268777488.gif"},
null
));
}
Expand All @@ -109,7 +109,7 @@ function Snowman({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268951829.gif"},
null
));
}
Expand All @@ -131,7 +131,7 @@ function Gift({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268615727.gif"},
null
));
}
Expand All @@ -142,7 +142,7 @@ function Bell({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268777488.gif"},
null
));
}
Expand All @@ -164,7 +164,7 @@ function Ribbon({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268951829.gif"},
null
));
}
Expand All @@ -186,7 +186,7 @@ function Text({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268777488.gif"},
null
));
}
Expand All @@ -197,7 +197,7 @@ function Sleigh({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268615727.gif"},
null
));
}
Expand All @@ -208,7 +208,7 @@ function RingingBell({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268735155.gif"},
null
));
}
Expand All @@ -219,7 +219,7 @@ function Snowing({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268777488.gif"},
null
));
}
Expand All @@ -242,7 +242,7 @@ function Clock({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268951829.gif"},
null
));
}
Expand All @@ -264,7 +264,7 @@ function Diagram({ size = 1 }) {
return /*#__PURE__*/(
React.createElement(
"img",
{src: "./1712268485464.gif"},
{src: "./1712268777488.gif"},
null
));
}
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ body {
background-color: #78bbcc;
margin: 0;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
font-size: medium;
}

.info-bar {
Expand Down

0 comments on commit eac6857

Please sign in to comment.