-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (31 loc) · 1.13 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
<!DOCTYPE html>
<html>
<head>
<title>Tribute to James Turrel</title>
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/jquery-color/jquery.color.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<!-- <div id="container"> -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1400 1000">
<style type="text/css">
ellipse{fill:url(#MyGradient)}
</style>
<defs>
<linearGradient id="MyGradient">
<stop offset="5%" stop-color="#F60" />
<stop offset="95%" stop-color="#FF6" />
</linearGradient>
</defs>
<ellipse class="el" id="svg_0" ry="470" rx="281" cy="458" cx="701"/>
<ellipse class="el" id="svg_1" ry="365" rx="236" cy="372" cx="700" />
<ellipse class="el" id="svg_2" ry="295" rx="189" cy="325" cx="700" />
<ellipse class="el" id="svg_3" ry="230" rx="148" cy="285" cx="700" />
<ellipse class="el" id="svg_4" ry="175" rx="112" cy="254" cx="700" />
<ellipse class="el" id="svg_5" ry="125" rx="80" cy="229" cx="700" />
</svg>
<!-- </div> -->
</body>
</html>