-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (84 loc) · 3.01 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
83
84
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>ACM-ICPC</title>
<meta name="description" content="Welcome to Amirkabir University of Technology ACM ICPC" />
<meta name="author" content="Parham Alvani" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
<link href="css/impress-demo.css" rel="stylesheet" />
</head>
<body>
<div id="impress">
<div id="title" class="step" data-x="1000" data-y="0" data-scale="4">
<span class="try">welcome to</span>
<h1>ACM ICPC</h1>
<span class="footnote">Amirkabir University of Technology</span>
</div>
<div class="step slide" data-x="0" data-y="-2000">
<q>16th Amirkabir Collegiate Programming Contest</q>
<q>2nd Amirkabir International Collagiate Programming Contest</q>
</div>
<div class="step slide" data-x="0" data-y="-4000">
<q>West Asian Regional Contest has been held since <strong>1999</strong></q>
</div>
<div id="its" class="step" data-x="500" data-y="4000" data-rotate="90" data-scale="5">
<p>Event organized by</p>
<p align="center">
<img src="img/aut.png" style="width: 150px;">
<img src="img/kth.png" style="width: 150px;">
<img src="img/tcs.png" style="width: 150px;">
</p>
</div>
<div id="big" class="step" data-x="5500" data-y="0" data-rotate="180" data-scale="6">
<p>How to enter the AUT in contest day ...</p>
</div>
<div id="tiny" class="step" data-x="4000" data-y="2000" data-z="-3000" data-rotate="300" data-scale="1">
<p>with <b>KEYWORDS</b></p>
<p>Computer ACM ICPC Contest ... </p>
</div>
<div class="step" data-x="4500" data-y="4000" data-z="-6000" data-rotate="180" data-scale="6">
<p>Contact US</p>
<ul>
<li>Amir Haghighati: +98 936 153 2428</li>
<li>Sepehr Sabour: +98 936 808 5685</li>
<li>Telegram Channel: @AUTICPC</li>
</ul>
</div>
<div class="step slide" data-x="0" data-y="8000">
<q>
<ul>
<li>Arrival Time: <strong>11:30 - 12</strong></li>
<li>Site Opening Time: <strong>13</strong></li>
</ul>
</q>
<q>Student Card</p>
<q>Identification Card</q>
</div>
<div class="step slide" data-x="3000" data-y="8000">
<q>World Final Image 2017</q>
<ul>
<li>Ubuntu 16.04</li>
<li>Desktop: Gnome</li>
<li>Editor: vi, vim, gvim, gedit, emacs, geany, Sublime</li>
<li>Languages: C, C++, Java</li>
<li>IDE: CodeBlocks, Eclipse, IntelliJ IDEA</li>
</ul>
</div>
<div class="step slide" data-x="6000" data-y="8000">
<q>Awards</q>
<img src="img/medal.jpg" style="width: 300px; margin: 0 auto; display: block;">
</div>
<div id="overview" class="step" data-x="3000" data-y="1500" data-scale="10">
</div>
</div>
<script>
if ("ontouchstart" in document.documentElement) {
document.querySelector(".hint").innerHTML = "<p>Tap on the left or right to navigate</p>";
}
</script>
<script src="js/impress.js"></script>
<script>impress().init();</script>
</body>
</html>