SILENT KILLERPanel

Current Path: > home > codekrsu > > socialize.lk


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0750 ]

Files and Folders in: /home/codekrsu//socialize.lk

NameTypeSizeLast ModifiedActions
382838 Directory - -
assets Directory - -
readme-images Directory - -
.holder File 45 bytes July 25 2025 09:32:25.
.ptr File 55 bytes July 25 2025 08:58:24.
README.md File 1613 bytes December 20 2024 00:21:59.
admin.cache.php File 2202 bytes December 20 2024 00:21:59.
bild.php File 820 bytes August 03 2025 15:48:13.
close_class.php File 784 bytes July 09 2025 18:59:23.
cust.cache.php File 669 bytes December 20 2024 00:21:59.
cust.utf8.php File 1236 bytes July 09 2025 19:00:47.
customers.php File 1379 bytes August 03 2025 15:49:50.
error_log File 200153 bytes August 03 2025 16:07:45.
f_top.php File 622 bytes July 09 2025 19:04:49.
fact_aprove.php File 1613 bytes July 09 2025 19:02:04.
favicon.svg File 2528 bytes December 20 2024 00:21:59.
functions.ini.php File 3404 bytes June 25 2025 14:54:04.
index.html File 22781 bytes December 26 2024 02:00:05.
index.php File 8393 bytes July 21 2025 06:53:05.
index.txt File 4582 bytes December 20 2024 00:21:59.
installer.php File 2082 bytes August 03 2025 15:50:16.
lay.post.php File 2146 bytes July 09 2025 19:06:17.
menus.php File 405 bytes June 22 2025 12:16:27.
socialize website.zip File 20184453 bytes January 01 2025 02:52:12.
style-guide.md File 1800 bytes December 20 2024 00:21:59.
tellafriend.cache.php File 2129 bytes December 20 2024 00:21:59.
tellafriend.php File 0 bytes June 16 2025 15:48:55.

Reading File: /home/codekrsu//socialize.lk/style-guide.md

# Essential Stuff

## Html import links

Google font

``` html
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
  href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@500;700&family=Roboto:wght@400;500;700&display=swap"
  rel="stylesheet">
```

Ionicon

``` html
<script type="module" src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@5.5.2/dist/ionicons/ionicons.js"></script>
```

---

## Colors

``` css
--safety-orange: hsl(25, 100%, 50%);
--lavender-gray: hsl(230, 19%, 81%);
--persian-rose: hsl(328, 100%, 59%);
--red-crayola: hsl(341, 100%, 49%);
--eerie-black: hsl(240, 6%, 10%);
--light-gray: hsl(0, 0%, 80%);
--cultured-2: hsl(210, 60%, 98%);
--platinum: hsl(0, 0%, 90%);
--gray-web: hsl(220, 5%, 49%);
--cultured: hsl(0, 0%, 93%);
--black_10: hsla(0, 0%, 0%, 0.1);
--black_5: hsla(0, 0%, 0%, 0.05);
--white-1: hsl(0, 0%, 100%);
--white-2: hsl(0, 14%, 98%);
--black: hsl(0, 0%, 0%);
```

## Gradient color

``` css
--gradient: linear-gradient(to left top, var(--persian-rose), var(--safety-orange));
```

## Typography

``` css
--ff-roboto: 'Roboto', sans-serif;
--ff-league-spartan: 'League Spartan', sans-serif;

--fs-1: 3.5rem;
--fs-2: 3rem;
--fs-3: 2.1rem;
--fs-4: 1.7rem;
--fs-5: 1.4rem;
--fs-6: 1.3rem;

--fw-700: 700;
--fw-500: 500;
```

## Spacing

``` css
--section-padding: 60px;
```

## Shadow

``` css
--shadow-1: 0 6px 24px var(--black_5);
--shadow-2: 0 2px 28px var(--black_10);
```

## Border Radius

``` css
--radius-2: 2px;
--radius-5: 5px;
--radius-8: 8px;
```

## Transition

``` css
--transition-1: 0.25s ease;
--transition-2: 0.5s ease;
--cubic-out: cubic-bezier(0.33, 0.85, 0.4, 0.96);
```

SILENT KILLER Tool