-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (82 loc) · 2.15 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Zvimbalynas - Games, AI, Blockchain development company">
<meta name="keywords" content="codyfight.com, games, ai">
<title>Zvimbalynas - Games, AI, Blockchain development company</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f2f2f2;
}
.container {
text-align: center;
padding: 50px;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
h1 {
font-size: 36px;
margin-bottom: 20px;
color: #333333;
}
p {
font-size: 18px;
margin-bottom: 20px;
color: #666666;
}
ul {
list-style-type: none;
padding: 0;
}
li {
font-size: 16px;
margin-bottom: 10px;
color: #444444;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
footer {
background-color: #333333;
padding: 20px;
text-align: center;
color: #ffffff;
}
.image {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<div class="container">
<h1>Zvimbalynas</h1>
<h2>Games, AI, Blockchain development</h2>
<p>Featured Projects:</p>
<ul>
<li>
<a href="https://codyfight.com/pre-season/?code=zvimbiam" target="_blank">
Codyfight.com - AI Powered strategy game
</a>
</li>
<li><a href="#">1006 km Race Simulation</a></li>
</ul>
<div>
<img class="image" src="/serj.gif" alt="serjas">
</div>
</div>
<footer>
<p style="color: white">Zvimbalynas, UAB, V. Nagevičiaus g. 3, LT-08237 Vilnius</p>
</footer>
</body>
</html>