diff --git a/index.html b/index.html new file mode 100644 index 0000000..63275fc --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +

contact using srizan.dev's links

\ No newline at end of file diff --git a/satoshi/css/satoshi.css b/satoshi/css/satoshi.css new file mode 100644 index 0000000..64611b8 --- /dev/null +++ b/satoshi/css/satoshi.css @@ -0,0 +1,148 @@ +/** +* @license +* +* Font Family: Satoshi +* Designed by: Deni Anggara +* URL: https://www.fontshare.com/fonts/satoshi +* © 2024 Indian Type Foundry +* +* Satoshi Light +* Satoshi LightItalic +* Satoshi Regular +* Satoshi Italic +* Satoshi Medium +* Satoshi MediumItalic +* Satoshi Bold +* Satoshi BoldItalic +* Satoshi Black +* Satoshi BlackItalic +* Satoshi Variable (Variable font) +* Satoshi VariableItalic (Variable font) + +* +*/ +@font-face { + font-family: 'Satoshi-Light'; + src: url('../fonts/Satoshi-Light.woff2') format('woff2'), + url('../fonts/Satoshi-Light.woff') format('woff'), + url('../fonts/Satoshi-Light.ttf') format('truetype'); + font-weight: 300; + font-display: swap; + font-style: normal; +} +@font-face { + font-family: 'Satoshi-LightItalic'; + src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'), + url('../fonts/Satoshi-LightItalic.woff') format('woff'), + url('../fonts/Satoshi-LightItalic.ttf') format('truetype'); + font-weight: 300; + font-display: swap; + font-style: italic; +} +@font-face { + font-family: 'Satoshi-Regular'; + src: url('../fonts/Satoshi-Regular.woff2') format('woff2'), + url('../fonts/Satoshi-Regular.woff') format('woff'), + url('../fonts/Satoshi-Regular.ttf') format('truetype'); + font-weight: 400; + font-display: swap; + font-style: normal; +} +@font-face { + font-family: 'Satoshi-Italic'; + src: url('../fonts/Satoshi-Italic.woff2') format('woff2'), + url('../fonts/Satoshi-Italic.woff') format('woff'), + url('../fonts/Satoshi-Italic.ttf') format('truetype'); + font-weight: 400; + font-display: swap; + font-style: italic; +} +@font-face { + font-family: 'Satoshi-Medium'; + src: url('../fonts/Satoshi-Medium.woff2') format('woff2'), + url('../fonts/Satoshi-Medium.woff') format('woff'), + url('../fonts/Satoshi-Medium.ttf') format('truetype'); + font-weight: 500; + font-display: swap; + font-style: normal; +} +@font-face { + font-family: 'Satoshi-MediumItalic'; + src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'), + url('../fonts/Satoshi-MediumItalic.woff') format('woff'), + url('../fonts/Satoshi-MediumItalic.ttf') format('truetype'); + font-weight: 500; + font-display: swap; + font-style: italic; +} +@font-face { + font-family: 'Satoshi-Bold'; + src: url('../fonts/Satoshi-Bold.woff2') format('woff2'), + url('../fonts/Satoshi-Bold.woff') format('woff'), + url('../fonts/Satoshi-Bold.ttf') format('truetype'); + font-weight: 700; + font-display: swap; + font-style: normal; +} +@font-face { + font-family: 'Satoshi-BoldItalic'; + src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'), + url('../fonts/Satoshi-BoldItalic.woff') format('woff'), + url('../fonts/Satoshi-BoldItalic.ttf') format('truetype'); + font-weight: 700; + font-display: swap; + font-style: italic; +} +@font-face { + font-family: 'Satoshi-Black'; + src: url('../fonts/Satoshi-Black.woff2') format('woff2'), + url('../fonts/Satoshi-Black.woff') format('woff'), + url('../fonts/Satoshi-Black.ttf') format('truetype'); + font-weight: 900; + font-display: swap; + font-style: normal; +} +@font-face { + font-family: 'Satoshi-BlackItalic'; + src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'), + url('../fonts/Satoshi-BlackItalic.woff') format('woff'), + url('../fonts/Satoshi-BlackItalic.ttf') format('truetype'); + font-weight: 900; + font-display: swap; + font-style: italic; +} +/** +* This is a variable font +* You can control variable axes as shown below: +* font-variation-settings: wght 900.0; +* +* available axes: +'wght' (range from 300.0 to 900.0 +*/ +@font-face { + font-family: 'Satoshi-Variable'; + src: url('../fonts/Satoshi-Variable.woff2') format('woff2'), + url('../fonts/Satoshi-Variable.woff') format('woff'), + url('../fonts/Satoshi-Variable.ttf') format('truetype'); + font-weight: 300 900; + font-display: swap; + font-style: normal; +} +/** +* This is a variable font +* You can control variable axes as shown below: +* font-variation-settings: wght 900.0; +* +* available axes: +'wght' (range from 300.0 to 900.0 +*/ +@font-face { + font-family: 'Satoshi-VariableItalic'; + src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'), + url('../fonts/Satoshi-VariableItalic.woff') format('woff'), + url('../fonts/Satoshi-VariableItalic.ttf') format('truetype'); + font-weight: 300 900; + font-display: swap; + font-style: italic; +} + diff --git a/satoshi/fonts/Satoshi-Black.eot b/satoshi/fonts/Satoshi-Black.eot new file mode 100644 index 0000000..11747f3 Binary files /dev/null and b/satoshi/fonts/Satoshi-Black.eot differ diff --git a/satoshi/fonts/Satoshi-Black.ttf b/satoshi/fonts/Satoshi-Black.ttf new file mode 100644 index 0000000..62015ac Binary files /dev/null and b/satoshi/fonts/Satoshi-Black.ttf differ diff --git a/satoshi/fonts/Satoshi-Black.woff b/satoshi/fonts/Satoshi-Black.woff new file mode 100644 index 0000000..a6bee36 Binary files /dev/null and b/satoshi/fonts/Satoshi-Black.woff differ diff --git a/satoshi/fonts/Satoshi-Black.woff2 b/satoshi/fonts/Satoshi-Black.woff2 new file mode 100644 index 0000000..64492d5 Binary files /dev/null and b/satoshi/fonts/Satoshi-Black.woff2 differ diff --git a/satoshi/fonts/Satoshi-BlackItalic.eot b/satoshi/fonts/Satoshi-BlackItalic.eot new file mode 100644 index 0000000..de2edbb Binary files /dev/null and b/satoshi/fonts/Satoshi-BlackItalic.eot differ diff --git a/satoshi/fonts/Satoshi-BlackItalic.ttf b/satoshi/fonts/Satoshi-BlackItalic.ttf new file mode 100644 index 0000000..74410b9 Binary files /dev/null and b/satoshi/fonts/Satoshi-BlackItalic.ttf differ diff --git a/satoshi/fonts/Satoshi-BlackItalic.woff b/satoshi/fonts/Satoshi-BlackItalic.woff new file mode 100644 index 0000000..0e07e1c Binary files /dev/null and b/satoshi/fonts/Satoshi-BlackItalic.woff differ diff --git a/satoshi/fonts/Satoshi-BlackItalic.woff2 b/satoshi/fonts/Satoshi-BlackItalic.woff2 new file mode 100644 index 0000000..9d5c911 Binary files /dev/null and b/satoshi/fonts/Satoshi-BlackItalic.woff2 differ diff --git a/satoshi/fonts/Satoshi-Bold.eot b/satoshi/fonts/Satoshi-Bold.eot new file mode 100644 index 0000000..390ae25 Binary files /dev/null and b/satoshi/fonts/Satoshi-Bold.eot differ diff --git a/satoshi/fonts/Satoshi-Bold.ttf b/satoshi/fonts/Satoshi-Bold.ttf new file mode 100644 index 0000000..00bc985 Binary files /dev/null and b/satoshi/fonts/Satoshi-Bold.ttf differ diff --git a/satoshi/fonts/Satoshi-Bold.woff b/satoshi/fonts/Satoshi-Bold.woff new file mode 100644 index 0000000..bba8257 Binary files /dev/null and b/satoshi/fonts/Satoshi-Bold.woff differ diff --git a/satoshi/fonts/Satoshi-Bold.woff2 b/satoshi/fonts/Satoshi-Bold.woff2 new file mode 100644 index 0000000..0a8db7a Binary files /dev/null and b/satoshi/fonts/Satoshi-Bold.woff2 differ diff --git a/satoshi/fonts/Satoshi-BoldItalic.eot b/satoshi/fonts/Satoshi-BoldItalic.eot new file mode 100644 index 0000000..426be2a Binary files /dev/null and b/satoshi/fonts/Satoshi-BoldItalic.eot differ diff --git a/satoshi/fonts/Satoshi-BoldItalic.ttf b/satoshi/fonts/Satoshi-BoldItalic.ttf new file mode 100644 index 0000000..24f012c Binary files /dev/null and b/satoshi/fonts/Satoshi-BoldItalic.ttf differ diff --git a/satoshi/fonts/Satoshi-BoldItalic.woff b/satoshi/fonts/Satoshi-BoldItalic.woff new file mode 100644 index 0000000..8bcb7a6 Binary files /dev/null and b/satoshi/fonts/Satoshi-BoldItalic.woff differ diff --git a/satoshi/fonts/Satoshi-BoldItalic.woff2 b/satoshi/fonts/Satoshi-BoldItalic.woff2 new file mode 100644 index 0000000..225527f Binary files /dev/null and b/satoshi/fonts/Satoshi-BoldItalic.woff2 differ diff --git a/satoshi/fonts/Satoshi-Italic.eot b/satoshi/fonts/Satoshi-Italic.eot new file mode 100644 index 0000000..64039a8 Binary files /dev/null and b/satoshi/fonts/Satoshi-Italic.eot differ diff --git a/satoshi/fonts/Satoshi-Italic.ttf b/satoshi/fonts/Satoshi-Italic.ttf new file mode 100644 index 0000000..c214f4f Binary files /dev/null and b/satoshi/fonts/Satoshi-Italic.ttf differ diff --git a/satoshi/fonts/Satoshi-Italic.woff b/satoshi/fonts/Satoshi-Italic.woff new file mode 100644 index 0000000..edd4d93 Binary files /dev/null and b/satoshi/fonts/Satoshi-Italic.woff differ diff --git a/satoshi/fonts/Satoshi-Italic.woff2 b/satoshi/fonts/Satoshi-Italic.woff2 new file mode 100644 index 0000000..8b98599 Binary files /dev/null and b/satoshi/fonts/Satoshi-Italic.woff2 differ diff --git a/satoshi/fonts/Satoshi-Light.eot b/satoshi/fonts/Satoshi-Light.eot new file mode 100644 index 0000000..d8fcacc Binary files /dev/null and b/satoshi/fonts/Satoshi-Light.eot differ diff --git a/satoshi/fonts/Satoshi-Light.ttf b/satoshi/fonts/Satoshi-Light.ttf new file mode 100644 index 0000000..b41a2d4 Binary files /dev/null and b/satoshi/fonts/Satoshi-Light.ttf differ diff --git a/satoshi/fonts/Satoshi-Light.woff b/satoshi/fonts/Satoshi-Light.woff new file mode 100644 index 0000000..8f05e4e Binary files /dev/null and b/satoshi/fonts/Satoshi-Light.woff differ diff --git a/satoshi/fonts/Satoshi-Light.woff2 b/satoshi/fonts/Satoshi-Light.woff2 new file mode 100644 index 0000000..cf18cd4 Binary files /dev/null and b/satoshi/fonts/Satoshi-Light.woff2 differ diff --git a/satoshi/fonts/Satoshi-LightItalic.eot b/satoshi/fonts/Satoshi-LightItalic.eot new file mode 100644 index 0000000..e34a0df Binary files /dev/null and b/satoshi/fonts/Satoshi-LightItalic.eot differ diff --git a/satoshi/fonts/Satoshi-LightItalic.ttf b/satoshi/fonts/Satoshi-LightItalic.ttf new file mode 100644 index 0000000..08f5db5 Binary files /dev/null and b/satoshi/fonts/Satoshi-LightItalic.ttf differ diff --git a/satoshi/fonts/Satoshi-LightItalic.woff b/satoshi/fonts/Satoshi-LightItalic.woff new file mode 100644 index 0000000..a03a50d Binary files /dev/null and b/satoshi/fonts/Satoshi-LightItalic.woff differ diff --git a/satoshi/fonts/Satoshi-LightItalic.woff2 b/satoshi/fonts/Satoshi-LightItalic.woff2 new file mode 100644 index 0000000..6bd15ad Binary files /dev/null and b/satoshi/fonts/Satoshi-LightItalic.woff2 differ diff --git a/satoshi/fonts/Satoshi-Medium.eot b/satoshi/fonts/Satoshi-Medium.eot new file mode 100644 index 0000000..83cacec Binary files /dev/null and b/satoshi/fonts/Satoshi-Medium.eot differ diff --git a/satoshi/fonts/Satoshi-Medium.ttf b/satoshi/fonts/Satoshi-Medium.ttf new file mode 100644 index 0000000..ab149b7 Binary files /dev/null and b/satoshi/fonts/Satoshi-Medium.ttf differ diff --git a/satoshi/fonts/Satoshi-Medium.woff b/satoshi/fonts/Satoshi-Medium.woff new file mode 100644 index 0000000..cef3226 Binary files /dev/null and b/satoshi/fonts/Satoshi-Medium.woff differ diff --git a/satoshi/fonts/Satoshi-Medium.woff2 b/satoshi/fonts/Satoshi-Medium.woff2 new file mode 100644 index 0000000..ffd0ac9 Binary files /dev/null and b/satoshi/fonts/Satoshi-Medium.woff2 differ diff --git a/satoshi/fonts/Satoshi-MediumItalic.eot b/satoshi/fonts/Satoshi-MediumItalic.eot new file mode 100644 index 0000000..25d229a Binary files /dev/null and b/satoshi/fonts/Satoshi-MediumItalic.eot differ diff --git a/satoshi/fonts/Satoshi-MediumItalic.ttf b/satoshi/fonts/Satoshi-MediumItalic.ttf new file mode 100644 index 0000000..387f278 Binary files /dev/null and b/satoshi/fonts/Satoshi-MediumItalic.ttf differ diff --git a/satoshi/fonts/Satoshi-MediumItalic.woff b/satoshi/fonts/Satoshi-MediumItalic.woff new file mode 100644 index 0000000..46d8995 Binary files /dev/null and b/satoshi/fonts/Satoshi-MediumItalic.woff differ diff --git a/satoshi/fonts/Satoshi-MediumItalic.woff2 b/satoshi/fonts/Satoshi-MediumItalic.woff2 new file mode 100644 index 0000000..212adc9 Binary files /dev/null and b/satoshi/fonts/Satoshi-MediumItalic.woff2 differ diff --git a/satoshi/fonts/Satoshi-Regular.eot b/satoshi/fonts/Satoshi-Regular.eot new file mode 100644 index 0000000..452666f Binary files /dev/null and b/satoshi/fonts/Satoshi-Regular.eot differ diff --git a/satoshi/fonts/Satoshi-Regular.ttf b/satoshi/fonts/Satoshi-Regular.ttf new file mode 100644 index 0000000..fe85cd6 Binary files /dev/null and b/satoshi/fonts/Satoshi-Regular.ttf differ diff --git a/satoshi/fonts/Satoshi-Regular.woff b/satoshi/fonts/Satoshi-Regular.woff new file mode 100644 index 0000000..03ac195 Binary files /dev/null and b/satoshi/fonts/Satoshi-Regular.woff differ diff --git a/satoshi/fonts/Satoshi-Regular.woff2 b/satoshi/fonts/Satoshi-Regular.woff2 new file mode 100644 index 0000000..81c40ab Binary files /dev/null and b/satoshi/fonts/Satoshi-Regular.woff2 differ diff --git a/satoshi/fonts/Satoshi-Variable.eot b/satoshi/fonts/Satoshi-Variable.eot new file mode 100644 index 0000000..f42624e Binary files /dev/null and b/satoshi/fonts/Satoshi-Variable.eot differ diff --git a/satoshi/fonts/Satoshi-Variable.ttf b/satoshi/fonts/Satoshi-Variable.ttf new file mode 100644 index 0000000..976e85c Binary files /dev/null and b/satoshi/fonts/Satoshi-Variable.ttf differ diff --git a/satoshi/fonts/Satoshi-Variable.woff b/satoshi/fonts/Satoshi-Variable.woff new file mode 100644 index 0000000..f8dcd1d Binary files /dev/null and b/satoshi/fonts/Satoshi-Variable.woff differ diff --git a/satoshi/fonts/Satoshi-Variable.woff2 b/satoshi/fonts/Satoshi-Variable.woff2 new file mode 100644 index 0000000..b00e833 Binary files /dev/null and b/satoshi/fonts/Satoshi-Variable.woff2 differ diff --git a/satoshi/fonts/Satoshi-VariableItalic.eot b/satoshi/fonts/Satoshi-VariableItalic.eot new file mode 100644 index 0000000..5f4554a Binary files /dev/null and b/satoshi/fonts/Satoshi-VariableItalic.eot differ diff --git a/satoshi/fonts/Satoshi-VariableItalic.ttf b/satoshi/fonts/Satoshi-VariableItalic.ttf new file mode 100644 index 0000000..4c2677c Binary files /dev/null and b/satoshi/fonts/Satoshi-VariableItalic.ttf differ diff --git a/satoshi/fonts/Satoshi-VariableItalic.woff b/satoshi/fonts/Satoshi-VariableItalic.woff new file mode 100644 index 0000000..3fe029e Binary files /dev/null and b/satoshi/fonts/Satoshi-VariableItalic.woff differ diff --git a/satoshi/fonts/Satoshi-VariableItalic.woff2 b/satoshi/fonts/Satoshi-VariableItalic.woff2 new file mode 100644 index 0000000..e7ab3a0 Binary files /dev/null and b/satoshi/fonts/Satoshi-VariableItalic.woff2 differ