diff --git a/kkr/assets/fonts/Boulevard Saint Denis.ttf b/kkr/assets/fonts/Boulevard Saint Denis.ttf new file mode 100644 index 0000000..ba761ce Binary files /dev/null and b/kkr/assets/fonts/Boulevard Saint Denis.ttf differ diff --git a/kkr/assets/fonts/Corporation Games Straight.otf b/kkr/assets/fonts/Corporation Games Straight.otf new file mode 100644 index 0000000..f2dd3ef Binary files /dev/null and b/kkr/assets/fonts/Corporation Games Straight.otf differ diff --git a/kkr/assets/fonts/Corporation Games.otf b/kkr/assets/fonts/Corporation Games.otf new file mode 100644 index 0000000..98084a9 Binary files /dev/null and b/kkr/assets/fonts/Corporation Games.otf differ diff --git a/kkr/assets/fonts/Sarabun-Regular.ttf b/kkr/assets/fonts/Sarabun-Regular.ttf new file mode 100644 index 0000000..50fa707 Binary files /dev/null and b/kkr/assets/fonts/Sarabun-Regular.ttf differ diff --git a/kkr/assets/images/knight-riders-logo.svg b/kkr/assets/images/knight-riders-logo.svg new file mode 100644 index 0000000..27edcc1 --- /dev/null +++ b/kkr/assets/images/knight-riders-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/kkr/assets/kkr.js b/kkr/assets/kkr.js new file mode 100644 index 0000000..e69de29 diff --git a/kkr/kkr.css b/kkr/kkr.css index e69de29..98e3607 100644 --- a/kkr/kkr.css +++ b/kkr/kkr.css @@ -0,0 +1,74 @@ +:root{ + --gold: #b3a123; + --purple: #3c2357; +} + +@font-face { + font-family: "Corporation"; + src: url(./assets/fonts/Corporation\ Games.otf); + font-style: italic; +} + +@font-face { + font-family: "Corporation"; + src: url(./assets/fonts/Corporation\ Games\ Straight.otf); + font-style: normal; +} + +@font-face{ + font-family: "Boulevard"; + src: url(./assets/fonts/Boulevard\ Saint\ Denis.ttf); +} + +@font-face{ + font-family: "Sarabun"; + src: url(./assets/fonts/Sarabun-Regular.ttf); +} + +body { + width: 100vw; + height: 100vh; + background-color: var(--purple); + color: var(--gold); + padding: 1rem; + font-family: "Sarabun"; + font-weight: 900; + font-size: 1.2rem; + text-decoration: no; + padding: 0; + margin: 0; + box-sizing: border-box; +} + +.header{ + width: 100%; + font-size: 1rem; + align-items: center; + justify-content: baseline; + box-sizing: border-box; + padding: 1%; + padding-left: 0; + display: flex; +} + +.logo{ + width: 100%; +} + +.logoName{ + font-family: "Boulevard"; + font-size: 5rem; + text-wrap: nowrap; + padding: 1%; +} + +.gallery{ + display: flex; + flex-direction: row; +} + +.gallery-img{ + max-width: 55%; + max-height: 100%; + margin: 1%; +} \ No newline at end of file diff --git a/kkr/kkr.html b/kkr/kkr.html index cd3de93..315c4fd 100644 --- a/kkr/kkr.html +++ b/kkr/kkr.html @@ -4,9 +4,24 @@ - KKR + Kolkata Knight Riders -

Kolkata Knight Riders

+
+ +

Kolkata Knight Riders

+
+ +
+

+ Welcome to the world of Kolkata Knight Riders (KKR), a powerhouse in the Indian Premier League (IPL) with a rich history of triumphs and legendary feats! + Since their inception in 2008, KKR has dazzled fans with their iconic purple and gold colors, symbolizing passion and glory. + Led by legendary players like Gautam Gambhir and boasting stars like Shubman Gill, Andre Russell, and Pat Cummins, + KKR has etched its name in cricketing history with championship wins and thrilling performances. +

+
\ No newline at end of file