-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (37 loc) · 1.62 KB
/
index.html
File metadata and controls
40 lines (37 loc) · 1.62 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>NASA API Challenge</title>
<link rel="stylesheet" href="./css/main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<section class="top">
<div class="title">
<h1>
This is our Earth. And there is space.<br>
Does that <strong>belong</strong> to us too?
</h1>
</div>
<div class="picture"></div>
<div class="show_gallery">
<button type="button" name="button">Show NASA gallery</button>
</div>
</section>
<section class="gallery">
<div class="main_width">
<div class="close">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1000 1000" enable-background="new 0 0 1000 1000" xml:space="preserve">
<metadata> Svg Vector Icons : http://www.onlinewebfonts.com/icon </metadata>
<g><path d="M964.7,157.6L622.3,500l342.4,342.4l0,0c15.7,15.7,25.3,37.3,25.3,61.1c0,47.7-38.7,86.5-86.5,86.5c-23.9,0-45.5-9.7-61.1-25.3l0,0L500,622.3L157.6,964.7l0,0C142,980.3,120.3,990,96.5,990C48.7,990,10,951.3,10,903.5c0-23.9,9.7-45.5,25.3-61.1l0,0L377.7,500L35.3,157.6l0,0C19.7,142,10,120.3,10,96.5C10,48.7,48.7,10,96.5,10c23.9,0,45.5,9.7,61.1,25.3l0,0L500,377.7L842.4,35.3l0,0C858,19.7,879.7,10,903.5,10c47.8,0,86.5,38.7,86.5,86.5C990,120.3,980.3,142,964.7,157.6L964.7,157.6z"/></g>
</svg>
</div>
<div class="images"></div>
<button class="more" type="button" name="more">Load more</button>
</div>
</section>
<script src="./js/jquery-3.1.1.min.js"></script>
<script src="./js/app.js"></script>
</body>
</html>