-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
37 lines (32 loc) · 1.48 KB
/
index.php
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>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700,800" rel="stylesheet">
<link rel="stylesheet" href="CSS/main.css">
<link rel="stylesheet" href="CSS/index.css">
</head>
<body>
<div id="art-container">
</div>
<div id="new-body">
<div class="normal-container">
<div id="into-text-content">
<h1 class="middle-title">About this project</h1>
<p>
I have always been a admirer of vector art because of its beauty and simplicity it has.
So one day I wanted to create a vector sceen, but I could not decide what
time the sceen should be set in. I then ask my self: "Why should I not be able to
create all the sceens from dusk to dawn?". And thus the project was starting :)
</p>
</div>
</div>
</div>
<script src="Landscape/colors/skyColor.js"></script>
<script src="Landscape/colors/layerColor.js"></script>
<script src="Landscape/colors/getColor.js"></script>
<script src="Landscape/sky.js"></script>
<script src="Landscape/landscape.js"></script>
<script src="Landscape/main.js"></script>
<body>
</html>