-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (123 loc) · 4.1 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<title>AGN | Projects</title>
</head>
<body>
<div class="cd-pricing-container cd-full-width cd-secondary-theme">
<h2 class="tit">AGN | Projects</h2>
<ul class="cd-pricing-list">
<li>
<header class="cd-pricing-header">
<div class="cd-price">
<span class="cd-currency">game.</span>
<span class="cd-value">unsta</span>
<span class="cd-duration">me</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-body">
<ul class="cd-pricing-features">
<li><em>Minimum 30</em> FPS</li>
<li><em>HTML</em> 5</li>
<li><em>Web</em> GL</li>
<li><em>Beautiful</em> Graphics</li>
<li><em>Shader Optimization</em> for WebGL </li>
<li><em>Exclusively for</em> Web-Technologies Group</li>
<li><em>Any screen resolution</em> Support</li>
<li><em>Real-world</em> Physics</li>
<li>Play as spaceship pilot, survive and save Earth from extinction</li>
</ul>
</div>
<footer class="cd-pricing-footer">
<a class="cd-select" href="http://unsta.me">Go</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li class="cd-popular">
<header class="cd-pricing-header">
<div class="cd-price">
<span class="cd-currency">www</span>
<span class="cd-value">unsta</span>
<span class="cd-duration">me</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-body">
<ul class="cd-pricing-features">
<li><em>Easy</em> to Use</li>
<li><em>Short</em> URL</li>
<li><em>Completely</em> Legal</li>
<li><em>Social</em> Sharing</li>
<li><em>Any</em> Instagram profile</li>
<li> </li>
<li> </li>
<li> </li>
<li><em>Unblock and see</em> private Instagram profiles </li>
</ul>
</div>
<footer class="cd-pricing-footer">
<a class="cd-select" href="http://unsta.me">Go</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li class="cd-popular2">
<header class="cd-pricing-header">
<div class="cd-price">
<span class="cd-currency">landing.</span>
<span class="cd-value">unsta</span>
<span class="cd-duration">me</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-body">
<ul class="cd-pricing-features">
<li><em>Minimalistic </em> design</li>
<li><em>HTML</em> 5</li>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<li>Landing for unsta.me main website</li>
</ul>
</div>
<footer class="cd-pricing-footer">
<a class="cd-select" href="http://unsta.me">Go</a>
</footer> <!-- .cd-pricing-footer -->
</li>
<li class="cd-popular1">
<header class="cd-pricing-header">
<div class="cd-price">
<span class="cd-currency">group.</span>
<span class="cd-value">unsta</span>
<span class="cd-duration">me</span>
</div>
</header> <!-- .cd-pricing-header -->
<div class="cd-pricing-body">
<ul class="cd-pricing-features">
<li><em>Each</em> prject in our group</li>
<li><em>Always</em> up to date</li>
<li><em>Valid</em> links</li>
<li><em>Nice</em> minimalistic design</li>
<li> </li>
<li> </li>
<li> </li>
<li> </li>
<li>Landing for Mr.Popov's group</li>
</ul>
</div>
<footer class="cd-pricing-footer">
<a class="cd-select" href="http://unsta.me">Go</a>
</footer> <!-- .cd-pricing-footer -->
</li>
</ul> <!-- .cd-pricing-list -->
</div> <!-- .cd-pricing-container -->
<footer class="tit-foot">
<p>Atabay, Galima and Nurdaulet's creative association</p>
<p>Contact information: <a href="http://unsta.me/en/contact">
Click!</a>.</p>
</footer>
</body>
</html>