-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
232 lines (185 loc) · 6.59 KB
/
Copy pathindex.html
File metadata and controls
232 lines (185 loc) · 6.59 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
223
224
225
226
227
228
229
230
231
232
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="We are a financial aid company">
<meta name="keywords" content="finance, money, aid, company, bank acounts">
<link rel="stylesheet" href="./CSS/style.css">
<link rel="stylesheet" media="screen and (max-width: 786px)" href="./CSS/mobile.css">
<link rel="stylesheet" media="screen and (min-width: 1200px)" href="./CSS/widescreen.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/991071fc4a.js" crossorigin="anonymous"></script>
<script src='https://api.mapbox.com/mapbox-gl-js/v1.11.1/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v1.11.1/mapbox-gl.css' rel='stylesheet' />
<title>Edge Ledger Financial | Acounting & Investment</title>
</head>
<body id="home">
<!-- Navbar -->
<div id="navbar">
<h1 id="logo">
<i class="fas fa-book-open text-primary" ></i>
<span class="text-primary">Edge</span>Ledger
</h1>
<ul id="navigation">
<li><a href="#home">Home</a></li>
<li><a href="#what">What</a></li>
<li><a href="#who">Who</a></li>
<li><a href="#contacts">Contact</a></li>
</ul>
</div>
<!-- Header: Showcase-->
<header id="showcase">
<div class="showcase-content">
<h1 class="l-heading1 text-color">
The Sky Is The Limit
</h1>
<p class="lead text-color">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Aperiam, cum ab quae dolores quidem ad?
</p>
<a href="#what" class="btn">Read More</a>
</div>
</header>
<!-- what we do -->
<section id="what" class="bg-colored py-1">
<div class="container">
<h2 class="m-heading1 text-center text-color">
<span class="text-primary">What</span> We Do
</h2>
<div class="items">
<div class="item" id="bank">
<i class="fas fa-university fa-2x"></i>
<div>
<h3>Investment</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem tempore reiciendis accusantium.
</p>
</div>
</div>
<div class="item" id="portfolio">
<i class="fas fa-book-reader fa-2x"></i>
<div>
<h3>Portfolio Management</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem tempore reiciendis accusantium
</p>
</div>
</div>
<div class="item" id="tax">
<i class="fas fa-pen fa-2x"></i>
<div>
<h3>Tax</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rem tempore reiciendis accusantium.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="who">
<div class="img" id="who-img"></div>
<div id="who-content">
<h2 class="m-heading1 text-color"><span class="text-primary">Who</span> We Are</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Distinctio possimus aliquam saepe natus sed? Eligendi!
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Repellat perspiciatis animi illo impedit fugit porro!
</p>
<h4 class="s-heading1 text-color">Our Team</h4>
<ul id="team-members">
<li>Kouah Mohammed Aymen: CEO</li>
<li>Batata: CFO</li>
<li>Frite Omlette: Lead Accountant</li>
<li>Purée: Investment Manager</li>
<li>Mar9a Batata: Senior Accountant</li>
</ul>
</div>
</section>
<!-- Section: Clients -->
<section id='clients' class="py-1 bg-colored">
<div class="container">
<h2 class="m-heading1 text-center">
<span class="text-primary">Our</span> Clients
</h2>
<div class="items py-1">
<div><img src="./Assets/Images/logos/logo2.png" alt="logo"></div>
<div><img src="./Assets/Images/logos/logo3.png" alt="logo"></div>
<div><img src="./Assets/Images/logos/logo4.png" alt="logo"></div>
<div><img src="./Assets/Images/logos/logo5.png" alt="logo"></div>
</div>
</div>
</section>
<!-- Section: Contacts -->
<section id="contacts">
<div class="form">
<div class="container">
<h2 class="m-heading1"><span class="text-primary">Contact</span> Us</h2>
<p>
Please fill the form below
</p>
<form action="">
<div class="container">
<div class="form-item">
<label for="name">Name</label>
<input type="text" name="name" id="name">
</div>
<div class="form-item">
<label for="email">Email</label>
<input type="email" name="email" id="email">
</div>
<div class="form-item">
<label for="phone">Phone Number</label>
<input type="number" name="number" id="phone">
</div>
<div class="form-item">
<label for="message">Message</label>
<textarea name="message" id="message"></textarea>
</div>
</div>
<button type="submit" class="form-item btn">Send</button>
</form>
</div>
</div>
<div id="map">
<script>
mapboxgl.accessToken = 'pk.eyJ1IjoiaW50bW9oYSIsImEiOiJja2Npbmx1YWkxNXR1MnVscGZlNXQzMDZuIn0.MHp-4CyYHRCGaLqnEkTnpg';
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/streets-v11',
center: [ 3.04197, 36.7525 ], // starting position [lng, lat] 36.7538° N, 3.0588° E
zoom: 11 // starting zoom
});
map.addControl(new mapboxgl.NavigationControl());
</script>
</div>
</section>
<footer>
<p>Copyright © 2020, All Right Reserved to Kouah Mohammed Aymen</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>
window.addEventListener('scroll', function () {
if (window.scrollY > 150) {
document.querySelector('#navbar').style.opacity = 0.95;
} else {
document.querySelector('#navbar').style.opacity = 1;
}
});
</script>
<script>
// Smooth Scrolling
$('#navbar a, .btn').on('click', function(event) {
if (this.hash !== '') {
event.preventDefault();
const hash = this.hash;
$('html, body').animate(
{
scrollTop: $(hash).offset().top - 100
},
800
);
}
});
</script>
</body>
</html>