-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (37 loc) · 1.57 KB
/
index.html
File metadata and controls
47 lines (37 loc) · 1.57 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
41
42
43
44
45
46
47
<html>
<head>
<title>Hello, Welome To My Photography World</title>
<link rel="stylesheet" href="style.css">
<script src="main.js"></script>
</head>
<body>
<section id="welcome" class="parallax-container">
<h1>Hello, Welome To My Photography World</h1>
<h4 id='showDate'></h4>
<br>
<br>
<div class="parallax-inner">
<span class ="sp">
<div class="div">
<img id="img" src="395c7078cb669090d909fb3c21691afe.jpg">
<p id="p">In every walk with nature one receives far more than he seeks-John Muir</p>
</div>
<div class="div">
<img id="img" src="apps.26620.13682773009232620.62a18cea-40b3-43f1-811b-46ef9d15331b (1).jpg">
<p id="p">Look deep into nature and you will understand everything better-Albert Einstein</p>
</div>
</span>
<span class ="sp">
<div class="div">
<img id="img" src="Dave-Kan-National-Gepgraphic.jpg">
<p id="p">There is something of marvellous in all things of nature-Aristotle</p>
</div>
<div class="div">
<img id="img" src="25MikeReyfman_Waterfall-363.jpg">
<p>Nature is full of infinite causes that have never occured in experience-Leonardo Da Vinci</p>
</div>
</span>
</div>
</section>
</body>
</html>