-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdraw.html
More file actions
119 lines (91 loc) · 3.5 KB
/
Copy pathdraw.html
File metadata and controls
119 lines (91 loc) · 3.5 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="keywords" content="" />
<meta
name="description"
content="Web site created using simple html css javascript"
/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap" rel="stylesheet"> <link rel="stylesheet" href="css/styles.css">
<link rel="icon" type="image/png" href="favicon.ico"/>
<link rel="stylesheet" href="styles.css">
<title>Fortune Teller</title>
</head>
<body>
<div id="draw_fit">
<div class="nav">
<a href="index.html" name="a" >Home</a>
<a class="active" href="explore.html" name="b" >Explore</a>
<a href="about.html" name="c" >About</a>
</div>
<div class="lamp1">
</div>
<div class="lamp2">
</div>
<div class="lamp3">
</div>
<div class="lamp4">
</div>
<div class="lamp5">
</div>
<div class="lamp6">
</div>
<div class="lamp7">
</div>
<div class="lamp8">
</div>
<div class="oval">
<div class="type">
</div>
<div class="write">
Spring has just begun and soon it will be April and I thought this would be a good time to offer you a full tarot draw so you can get a better understanding of what lies ahead. Using my knowledge of the tarot cards and their symbolism, I hope this analysis will help you be fully prepared for the coming days.
You need to spend more time with the people who are important to you as well as to move your life project forward and reach your full potential. The cards indicate you are a very sensitive person and well-respected by your loved ones who are also very important to you and have a very special role in your life.
</div>
</div>
</div>
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3>Gallery</h3>
<ul>
<li><a href="#">Talk Shows</a></li>
<li><a href="#">Daily Draws</a></li>
<li><a href="#">Picks</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Written Works</h3>
<ul>
<li><a href="#">Trending</a></li>
<li><a href="#">Best selling</a></li>
<li><a href="#">Latest</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Newspaper Headlines</h3>
<ul>
<li><a href="#">Trending</a></li>
<li><a href="#">Recent</a></li>
<li><a href="#">Old</a></li>
</ul>
</div>
<div class="footer-section form">
<h3>Tarot Draws</h3>
<p>Subscribe to get your weekly free tarot draws ,major discounts and enter the world of mystery.</p>
<input type="email" placeholder="Enter your email address">
<button>Subscribe</button>
</div>
</div>
<div class="footer-bottom">
© Adit Alware
</div>
</footer>
<script>
</script>
</body>
</html>