-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
43 lines (42 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RoboCup Soccer Simulation</title>
<link href="Front/style/main.css" rel="stylesheet">
<meta name="viewport" content="width=device-width,initial-scale=1"/>
</head>
<body>
<div class="background">
<video autoplay muted loop id="myVideo">
<source src="background.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<div class="overlay"></div>
</div>
<div class="main">
<div class="main-content">
<div class="title-lg">
<div class="bg"></div>
<h1>Robocup Soccer Simulation</h1>
<div class="split"></div>
<h1 style="direction: rtl">شبیهسازی فوتبال روبوکاپ</h1>
</div>
<div class="title-md" style="z-index: 3;">
<h1>Robocup Soccer Simulation</h1>
<hr style="background-color: #267810">
<h1 style="direction: rtl">شبیهسازی فوتبال روبوکاپ</h1>
</div>
<div class="documentation" style="text-align: center; z-index: 3">
<a href="2D/FA">مستندات شبیهسازی دوبعدی فوتبال</a>
<a href="http://aparat.com/RCSS.IR">آپارات</a>
<a href="https://www.youtube.com/channel/UCTBjTpbgmLBFAj672tVeLyQ">یوتیوب</a>
<a href="https://t.me/SoccerSim2D">کانال و گروه تلگرام</a>
</div>
</div>
<div class="latest-workshop">
<iframe width="640" height="360" src="https://www.youtube.com/embed/rtFTHt1-1Ek" title="RoboCup2023 Soccer Simulation 2D - (Day1) Seeding & First Round" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
</div>
</body>
</html>