-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
131 lines (124 loc) · 4.65 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interference</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" type="text/css" href="/footer/css/font-awesome.min.css">
</head>
<!----------------------------- header -------------------->
<section class="top">
<div class="logo">
<img src="https://img.icons8.com/ios-filled/50/000000/bonds.png"/>
R&R Investing</div>
<nav>
<ul>
<li><a href="#">Pricing</a></li>
<li><a href="#">Trading</a></li>
<li><a href="#">Services</a></li>
</ul>
<div class="container">
<form action="#">
<button class="button" type="submit">Sign In</button>
<button class="button" type="submit">Sign Up</button>
</form>
</div>
</nav>
<nav>
<section class="nav-container">
<aside class="logo"></aside>
<aside class="menu"></aside>
</section>
</nav>
</section>
<!-----------------middle ----------------------->
<body>
<section class="middle">
<h1 class="title">R&R Investing</h1>
<section class="columns"></section>
<div class="container-1">
<div class="box-1">
<h3 class="first">01</h3>
<p>Fast investments in stocks, options, forex, bonds and funds</p>
<button class="button" type="submit">Learn more</button>
</div>
<div class="box-2">
<h3 class="first">02</h3>
<p>New technology helps you optimize your portfolio</p>
<button class="button" type="submit">Learn More</button>
</div>
<div class="box-3">
<h3 class="first">22</h3>
<button class="circle_button" type="submit">View More Info</button>
</div>
</div>
</section>
</section>
<section class="columns2">
<div class="container-2">
<div class="box2-1">
<h3>Stocks</h3>
<p>Follow the market weather</p>
<button class="button" type="submit">Buy Stocks</button>
</div>
<div class="box2-2">
<h3>Forex</h3>
<p>Invest in any currency</p>
<button class="button" type="submit">Buy forex</button>
</div>
<div class="box2-3">
<h3>Private consultant</h3>
<p>Top Professional advice</p>
<button class="circle_button" type="submit">Connect to Consultant</button>
</div>
</div>
</section>
<section>
<!-- ------------logos across----------------- -->
<div class="logos">
<img src="https://img.icons8.com/pastel-glyph/64/000000/bank-building.png"/>
<img src="https://img.icons8.com/pastel-glyph/64/000000/combo-chart.png"/>
<img src="https://img.icons8.com/ios/50/000000/currency-exchange.png"/>
</div>
</section>
<!-- -------------footer---------------------- -->
<footer>
<div class="footer">
<div class="inner_footer">
<div class="logo_container">
<img src="/footer/images/logo.png" alt="">
</div>
<div class="footer_third">
<h2>Help</h2>
<a href="#">Terms & Conditions</a>
<a href="#">Private Policy</a>
</div>
<div class="footer_third">
<h2>More</h2>
<a href="#">Brochures</a>
<a href="#">Donate</a>
<a href="#">Further Info</a>
<a href="#">Reports</a>
</div>
<div class="footer_third">
<h2>Follow on Social Media</h2>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<img src="https://img.icons8.com/android/24/000000/facebook-new.png"/>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<img src="https://img.icons8.com/android/24/000000/twitter.png"/>
<li><a href="#"><i class="fa fa-Instagram"></i></a></li>
<img src="https://img.icons8.com/android/24/000000/linkedin.png"/>
</div>
</div>
</div>
<a href="https://icons8.com/icon/7391/currency-exchange">Currency Exchange icon by Icons8</a>
<a href="https://icons8.com/icon/pbTz66Nim2Uu/combo-chart">Combo Chart icon by Icons8</a>
<a href="https://icons8.com/icon/112552/bank-building">Bank Building icon by Icons8</a>
<a href="https://icons8.com/icon/63370/bonds">Bonds icon by Icons8</a>
<a href="https://icons8.com/icon/118502/facebook">Facebook icon by Icons8</a>
<a href="https://icons8.com/icon/3869/linkedin">LinkedIn icon by Icons8</a>
<a href="https://icons8.com/icon/3861/twitter">Twitter icon by Icons8</a>
</footer>
</body>
</html>