-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdiscover.html
209 lines (199 loc) · 8.66 KB
/
discover.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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Discover - BullsEye</title>
<link rel="stylesheet" href="styles/discover.css">
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
</head>
<body>
<!-- Stock Ticker -->
<div class="ticker-wrapper">
<div class="ticker"></div>
</div>
<!-- Navbar -->
<nav class="navbar">
<div class="logo">
<img src="res/img/logo.png" alt="Logo">
<h1>BullsEye</h1>
</div>
<div class="menu">
<a href="index.html">Home</a>
<a href="market.html">Market Dashboard</a>
<a href="crypto.html">Crypto Currency</a>
<a href="discover.html">Discover</a>
<a href="news.html">News</a>
<a href="super.html">Super Investors</a>
</div>
<div class="extras">
<span class="highlight"></span>
<a href="#" class="account">Account</a>
</div>
<!-- Hamburger Icon -->
<div class="hamburger" onclick="toggleMenu()">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
<!-- Sidebar (hidden by default) -->
<div id="sidebar" class="sidebar">
<div class="close-btn" onclick="toggleMenu()">X</div>
<div class="sidebar-menu">
<a href="index.html">Home</a>
<a href="market.html">Market Dashboard</a>
<a href="crypto.html">Crypto Currency</a>
<a href="discover.html">Discover</a>
<a href="news.html">News</a>
<a href="super.html">Super Investors</a>
<a href="#">Accounts</a>
</div>
</div>
<!-- Discover Blogs Section Starts here -->
<div class="head">
<h1>Unlock the Secrets of the Stock Market</h1>
<p>
Simplified Strategies, Expert Insights, and Real-Time Trends to Boost Your Investment Game
</p>
</div>
<div class="card-container">
<!-- blogs -->
<div class="card">
<img src="res/img/cathie woods.jpg" alt="Stock Analysis Tools">
<div class="card-content">
<span class="tag">November 26, 1955</span>
<h3>The Tech Visionary Investor: Cathie Wood</h3>
<a href="https://en.wikipedia.org/wiki/Cathie_Wood" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/warren buffett.jpg" alt="Stock Analysis Tools">
<div class="card-content">
<span class="tag">August 30, 1930</span>
<h3>The Oracle of Omaha: Warren Buffett</h3>
<a href="https://en.wikipedia.org/wiki/Warren_Buffett" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/radhakishan damani.jpg" alt="Stock Analysis Tools">
<div class="card-content">
<span class="tag">July 12, 1955</span>
<h3>Radhakishan Damani: The Retail King </h3>
<a href="https://en.wikipedia.org/wiki/Radhakishan_Damani" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/HarshadMehta.png" alt="Long-Term Investments">
<div class="card-content">
<span class="tag">july 29, 1954</span>
<h3>Harshad Mehta: The Rise and Fall</h3>
<a href="https://en.wikipedia.org/wiki/Harshad_Mehta" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/Rakesh Jhunjhunwala.jpg" alt="Long-Term Investments">
<div class="card-content">
<span class="tag">July 5, 1960</span>
<h3>Rakesh Jhunjhunwala: The Big Bull of India</h3>
<a href="https://en.wikipedia.org/wiki/Rakesh_Jhunjhunwala" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTHUeRlVJ1NRAllrZ3irhPsL5sAjQ--L7cbLW43qzriIJpHjBgDjrau-1ugui6gOfHE9Tw&usqp=CAU" alt="Long-Term Investments">
<div class="card-content">
<span class="tag">August 12, 1930 </span>
<h3>The Man Who Broke the Bank of England: George Soros</h3>
<a href="https://en.wikipedia.org/wiki/George_Soros" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/Ramesh Damani.jpg" alt="Long-Term Investments">
<div class="card-content">
<span class="tag">June 15, 1955</span>
<h3>Ramesh Damani: The Value Investor</h3>
<a href="https://en.wikipedia.org/wiki/Radhakishan_Damani" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/ray Dalio.jpg" alt="Long-Term Investments">
<div class="card-content">
<span class="tag">August 8, 1949</span>
<h3> Ray Dalio: The Corporate Raider</h3>
<a href="https://en.wikipedia.org/wiki/Ray_Dalio" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/Benjamin Graham.jpg" alt="Long-Term Investments">
<div class="card-content">
<span class="tag"> May 9, 1894 </span>
<h3>Benjamin Graham:The Father of Index Funds </h3>
<a href="https://en.wikipedia.org/wiki/Benjamin_Graham" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/Peter Lynch.jpg" alt="Long-Term Investments">
<div class="card-content">
<span class="tag">January 19, 1944</span>
<h3>Peter Lynch: The Sage of Berkshire Hathaway</h3>
<a href="https://en.wikipedia.org/wiki/Peter_Lynch" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/John C. Bogle.jpg" alt="Long-Term Investments">
<div class="card-content">
<span class="tag">May 8, 1929</span>
<h3>John C. Bogle: The Mutual Fund Guru </h3>
<a href="https://en.wikipedia.org/wiki/John_C._Bogle" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
<div class="card">
<img src="res/img/Vijay-kedia.jpg" alt="Long-Term Investments">
<div class="card-content">
<span class="tag">November 4, 1959</span>
<h3>Vijay kedia: The market maestro</h3>
<a href="https://en.wikipedia.org/wiki/Vijay_Kedia" target="_blank">
<button>Continue Reading</button>
</a>
</div>
</div>
</div>
</div>
</body>
</html>
</div>
<script>
// Function to toggle the sidebar on mobile
function toggleMenu() {
var sidebar = document.getElementById("sidebar");
sidebar.classList.toggle("active");
}
</script>
<script src="ticker.js" defer></script>
</body>
</html>