-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (36 loc) · 1.07 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>
<meta charset="utf-8">
<title>jQuery.ajax()</title>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link href="css/style.css" tupe="text/css" rel="stylesheet">
</head>
<body >
<div id="wraprer">
<div id="circle">
<div id="heart"></div>
</div>
<img src="img/17.png" id="img17" />
<p><span id="text"> de 17 belangrijkste </span></p>
<p><span id="text"> nieuwsmomenten van 2017</span></p>
<p><span id="text"> volgens nu.nl </span></p>
<div id="retrieve-resources">Scroll om te lezen<i class="fa fa-chevron-down" aria-hidden="true"></i></div>
<div id="display-resources"></div>
</div>
<footer>
<div id="foot-sub">
<p>deel op social media</p>
</div>
<div id="links">
<i class="fa fa-whatsapp" aria-hidden="true"></i>
<i class="fa fa-facebook" aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-link" aria-hidden="true"></i>
</div>
<p>Copyright 2018</p>
</footer>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="resources.js"></script>
</body>
</html>