This repository was archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbirthday.html
71 lines (65 loc) · 3.58 KB
/
birthday.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CBXCounts | главная</title>
<link rel="stylesheet" href="https://cbxcounts.ml/a/css/root.css">
<link rel="stylesheet" href="/static/css/root_birthday.css">
<link rel="stylesheet" href="https://cbxcounts.ml/a/fonts/avenir/stylesheet.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/yanchokraev/[email protected]/dist/css/grayshift.min.css" integrity="sha384-BEz3swSE9zJc0Sejcc2Hzrbjq8/0rFfS2ASsVlVM1F3cdbXW2VYMlhod3OZr1k3M" crossorigin="anonymous">
</head>
<body>
<style>
body {
background-color: rgb(222, 163, 236) !important;
}
.nav-link {
color: rgb(255, 208, 255) !important;
}
.nav-link:hover {
color: #fff !important;
}
.active {
color: #fff !important;
}
.navbar-glass {
background: rgba(148, 0, 99, 0.219) !important;
}
</style>
<nav class="navbar navbar-glass sticky-top sm:navbar-expand bg-transparent shadow-none">
<div class="container">
<a class="link-body" href="/">
<img width="150px" src="/static/images/catboxlogo__white__birthday.png" alt="">
</a>
<button class="navbar-toggler" data-gs-toggle="collapse" data-gs-target="#navbarSupportedContent" type="button" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle Navigation">
<svg style="color: #fff !important;" class="gi gi-menu fs-5" width="1em" height="1em" viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
<path d="M4 6h16a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2zm0 5h16a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2zm0 5h16a1 1 0 1 1 0 2H4a1 1 0 1 1 0-2z"/>
</svg>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" href="/">Главная</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about" aria-current="true">Что это?</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/app">Войти</a>
</li>
</ul>
</div>
</div>
</nav>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://cdn.jsdelivr.net/gh/yanchokraev/[email protected]/dist/js/grayshift.min.js" integrity="sha384-8jCLciEK/63juoJgc5SxCqHbZwhVfEQb7TUYSdbDrZV97ozI9/UBWCvr9O8r8JJT" crossorigin="anonymous"></script>
<br>
<center><img src="/static/images/birthday.png" alt=""></center>
<center>
<p class="birthday_header">Catbox 1 августа исполняется 1 год!</p>
<p class="birthday_header_descp">Этот год прошёл настолько быстро, что мы успели за всё время своего существования превратиться с каталога мини-приложений в настоящую экосистему с разными сервисами, которые в будущем будут пополняться.<br> Давайте же скорее посмотрим ленту истории
Catbox!
</p>
</center>