-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (59 loc) · 1.37 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/logo.png">
<style>
@font-face {
font-family: Vazir;
src: url('/Vazir.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body,h1,h2,h3,h4,h5,h6 {font-family: Vazir}
body {
background-color: #073e5c;
}
#logo {
height: 50%;
position: absolute;
top: 5%;
left: 50%;
transform: translate(-50%, 0);
}
#main {
text-align: center;
color: white;
position: absolute;
top: 45%;
width: 99%;
}
h1 {
font-size: 10vh;
}
h2 {
font-size: 5vh;
}
a {
color: #999;
text-decoration: none;
}
a:hover {
color: wheat;
}
</style>
</head>
<body>
<img src="/logo.png" id="logo">
<div id="main">
<h1 id="title">شاززز</h1>
<h2>المپیاد کامپیوتر برای همه</h2>
<a href="http://blog.shaazzz.ir/">وبلاگ</a> ·
<a href="//wiki.shaazzz.ir/">ویکی</a> ·
<a href="//gtoi.shaazzz.ir/">کتاب گراف</a> ·
<a href="http://training.shaazzz.ir/">تمرین</a> ·
<a href="https://github.com/shaazzz/">گیت هاب</a> ·
<a href="https://t.me/shaazzz">تلگرام</a>
</div>
</body>
</html>