-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
222 lines (217 loc) · 10.1 KB
/
index.html
File metadata and controls
222 lines (217 loc) · 10.1 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
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
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hiring task</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;1,400&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/v4-shims.css">
</head>
<body>
<section id="one">
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- Full-width images with number and caption text -->
<div class="mySlides fade car-1">
<div class="navbar" id="navbar">
<a href="#" class="navbar-items">Home</a>
<a href="#" class="navbar-items">About</a>
<div class="dropdown navbar-items">
<button class="dropbtn"><span style="font-family: 'Ubuntu', sans-serif;">Services ∨</span></button>
<div class="dropdown-content">
<a href="#">Consulting</a>
<a href="#">Stock Markets</a>
<a href="#">Mutual Funds</a>
<a href="#">Insurance</a>
<a href="#">Business Loans</a>
<a href="#">Money Markets</a>
</div>
</div>
<a class="brand-logo" href="#">Exponent</a>
<a href="#" class="navbar-items">Blog</a>
<a href="#" class="navbar-items">Contact</a>
<button class="signup-btn">SIGN UP NOW</button>
</div>
<div class="navbar2">
<a class="brand-logo2" href="#">Exponent</a>
<div class="menu-div">
<button class="menu-btn" id="menu-btn" onclick="f1()"><img src="navbar-icon.png" class="nav-btn" alt="img"></button>
<div class="menu-bar" id="menu-bar"><br>
<a class="brand-logo3" href="#">Exponent </a><button class="menu-btn" onclick="f2()"><img src="navbar-icon.png" class="nav-btn" alt="img"></button><br>
<a href="#" class="menu-items">Home</a><br>
<a href="#" class="menu-items">About</a><br>
<a href="#" class="menu-items">Contact</a><br>
<a href="#" class="menu-items">Blog</a><br>
<a href="#" class="menu-items">Services</a><br>
</div>
</div>
</div>
<div class="intro intro-1">
<h1>Its time to make your money work for you</h1>
<p>Exponent is a pixel perfect theme, that is tailor made for startups and business. Build your website swiftly and easily</p>
<button class="about-btn">About Us</button>
</div>
</div>
<div class="mySlides fade car-2">
<div class="navbar" id="navbar">
<a href="#" class="navbar-items">Home</a>
<a href="#" class="navbar-items">About</a>
<div class="dropdown navbar-items">
<button class="dropbtn"><span style="font-family: 'Ubuntu', sans-serif;">Services ∨</span></button>
<div class="dropdown-content">
<a href="#">Consulting</a>
<a href="#">Stock Markets</a>
<a href="#">Mutual Funds</a>
<a href="#">Insurance</a>
<a href="#">Business Loans</a>
<a href="#">Money Markets</a>
</div>
</div>
<a class="brand-logo" href="#">Exponent</a>
<a href="#" class="navbar-items">Blog</a>
<a href="#" class="navbar-items">Contact</a>
<button class="signup-btn">SIGN UP NOW</button>
</div>
<div class="navbar2">
<a class="brand-logo2" href="#">Exponent</a>
<div class="menu-div">
<button class="menu-btn" id="menu-btn" onclick="f1()"><img src="navbar-icon.png" class="nav-btn" alt="img"></button>
<div class="menu-bar" id="menu-bar"><br>
<a class="brand-logo3" href="#">Exponent </a><button class="menu-btn" onclick="f2()"><img src="navbar-icon.png" class="nav-btn" alt="img"></button><br>
<a href="#" class="menu-items">Home</a><br>
<a href="#" class="menu-items">About</a><br>
<a href="#" class="menu-items">Contact</a><br>
<a href="#" class="menu-items">Blog</a><br>
<a href="#" class="menu-items">Services</a><br>
</div>
</div>
</div>
<div class="intro intro-2">
<h1>Its time to make your money work for you</h1>
<p>Exponent is a pixel perfect theme, that is tailor made for startups and business. Build your website swiftly and easily</p>
<button class="learn-more">Learn more</button>
</div>
</div>
<div class="mySlides fade car-3">
<div class="navbar" id="navbar">
<a href="#" class="navbar-items">Home</a>
<a href="#" class="navbar-items">About</a>
<div class="dropdown navbar-items">
<button class="dropbtn"><span style="font-family: 'Ubuntu', sans-serif;">Services ∨</span></button>
<div class="dropdown-content">
<a href="#">Consulting</a>
<a href="#">Stock Markets</a>
<a href="#">Mutual Funds</a>
<a href="#">Insurance</a>
<a href="#">Business Loans</a>
<a href="#">Money Markets</a>
</div>
</div>
<a class="brand-logo" href="#">Exponent</a>
<a href="#" class="navbar-items">Blog</a>
<a href="#" class="navbar-items">Contact</a>
<button class="signup-btn">SIGN UP NOW</button>
</div>
<div class="navbar2">
<a class="brand-logo2" href="#">Exponent</a>
<div class="menu-div">
<button class="menu-btn" id="menu-btn" onclick="f1()"><img src="navbar-icon.png" class="nav-btn" alt="img"></button>
<div class="menu-bar" id="menu-bar"><br>
<a class="brand-logo3" href="#">Exponent </a><button class="menu-btn" onclick="f2()"><img src="navbar-icon.png" class="nav-btn" alt="img"></button><br>
<a href="#" class="menu-items">Home</a><br>
<a href="#" class="menu-items">About</a><br>
<a href="#" class="menu-items">Contact</a><br>
<a href="#" class="menu-items">Blog</a><br>
<a href="#" class="menu-items">Services</a><br>
</div>
</div>
</div>
<div class="intro intro-3">
<h1>Our moto is to balance risk with growth</h1>
<p>Perfect blend of spacious layouts, precise typography and trendy design elements</p>
<button class="contact-us">Contact Us</button>
</div>
</div>
<!-- Next and previous buttons -->
<a class="prev" onclick="plusSlides(-1)">❮</a>
<a class="next" onclick="plusSlides(1)">❯</a>
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onclick="currentSlide(1)"></span>
<span class="dot" onclick="currentSlide(2)"></span>
<span class="dot" onclick="currentSlide(3)"></span>
</div>
</section>
<section id="two">
<div class="sec2-intro">
<h3>Some of the investment services we offer</h3>
<p>Over 30 high quality professionally designed pre-built website concepts to choose from. Build your website using a fully visual interface, using our revolutionary page & header builder.</p>
<button class="view-more">View More</button>
</div>
<div class="feature-container">
<div class="feature-box f1">
<i class="fas fa-file-invoice-dollar fa-3x icons"></i>
<h5>Equity Markets</h4>
<p>Invest and Trade in companies you believe in directly.</p>
<h4 class="arrow">-----></h4>
</div>
<div class="feature-box f2">
<i class="fas fa-layer-group fa-3x icons"></i>
<h5>Mutual Funds</h4>
<p>Let the experts handle the work of making you rich</p>
<h4 class="arrow">-----></h4>
</div>
<div class="feature-box f3">
<i class="fas fa-file-excel fa-3x icons"></i>
<h5>Insurance</h4>
<p>Tax savings coupled with insurance for the risk averse</p>
<h4 class="arrow">-----></h4>
</div>
<div class="feature-box f4">
<i class="fas fa-wallet fa-3x icons"></i>
<h5>Fixed Deposits</h4>
<p>Your money is safe and sound and you get guaranteed returns</p>
<h4 class="arrow">-----></h4>
</div>
</div>
</section>
<section id="three">
<div class="sec3-div">
<div class="box1 boxes">
<img src="texting.jpg" alt="img" class="sec3-img1">
<h5>I want to <span class="text-green">borrow</span> some money</h5>
<a class="sec3-a">Learn more.</a>
</div>
<div class="box2 boxes">
<img src="hand-shake.jpg" alt="img" class="sec3-img2">
<h5>I want to <span class="text-green">invest</span> some money</h5>
<a class="sec3-a">Learn more.</a>
</div>
</div>
<div class="sec3-intro">
<h3>Its time to make your money work for you</h3>
<p>Over 30 high quality professionally designed pre-built website concepts to choose from. Build your website using a fully visual interface, using our revolutionary page & header builder.</p>
<button class="view-more3">View more</button>
</div>
</section>
<section id="four">
<div class="div-four">
<h3>"<br>A big part of financial freedom is having your heart and mind free from worry about the what-ifs of life.<br>"</h3>
<strong>Tony Stark,</strong>
<p>Stark Industries.</p>
<img src="tony.png" alt="img" class="tony-img">
</div>
</section>
<h3 class="final">Thank you so much for this wonderful Opportunity</h3>
<a href="https://www.linkedin.com/in/suhas-r-jinde-1449781a3/" class="linkdn">My Linkdin</a>
<script src="functions.js" charset="utf-8"></script>
</body>
</html>