-
Notifications
You must be signed in to change notification settings - Fork 0
/
resume.html
210 lines (202 loc) · 6.61 KB
/
resume.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
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="CSS/bootstrap.css" />
<link rel="stylesheet" href="CSS/style.css" />
<title>Idahosa Felix | web designer</title>
<style>
#footer {
position: absolute;
top: 1000px;
width: 100%;
background-color: #0e151b;
}
#footer a {
text-decoration: none;
}
</style>
</head>
<body>
<!-- background -->
<video autoplay muted loop id="myVideo">
<source src="Computer Terminal.mp4" type="video/mp4" />
</video>
<!-- background -->
<!-- navbar -->
<header>
<div class="h1">
<a class="logo" style="color: white; text-decoration: none" href=""
>felix idahosa</a
>
</div>
<div class="header-left">
<nav>
<ul>
<li>
<a href="index.html">Home</a>
</li>
<li><a href="selected works.html">Selected works</a>/</li>
<li>
<a href="contact.html">contact</a>
</li>
<li>
<a class="active" href="resume.html">resume</a>
</li>
</ul>
</nav>
</div>
<div class="header-right">
<div class="login-signup"></div>
<div class="hamburger">
<div></div>
<div></div>
<div></div>
</div>
</div>
</header>
<script>
hamburger = document.querySelector(".hamburger");
nav = document.querySelector("nav");
hamburger.onclick = function () {
nav.classList.toggle("active");
};
</script>
<!-- navbar -->
<section class="section1">
<div class="intro1">
<span id="myname"> FELIX IDAHOSA </span>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam nobis
aut fuga accusantium fugit iste deserunt enim error repellendus et
itaque nesciunt vel voluptas, saepe tenetur qui consequuntur maxime
atque.
</p>
</div>
<div class="intro_text"></div>
</section>
<section style="position: relative; top: 300px">helllll0oooooooo</section>
<!-- footer -->
<footer id="footer" class="text-center text-lg-start text-white">
<!-- Section: Social media -->
<section
class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom"
>
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="" class="me-4 text-reset">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-google"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="me-4 text-reset">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3"></i>Company name
</h6>
<p>
Here you can use rows and columns to organize your footer
content. Lorem ipsum dolor sit amet, consectetur adipisicing
elit.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Products</h6>
<p>
<a href="#!" class="text-reset">Angular</a>
</p>
<p>
<a href="#!" class="text-reset">React</a>
</p>
<p>
<a href="#!" class="text-reset">Vue</a>
</p>
<p>
<a href="#!" class="text-reset">Laravel</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Useful links</h6>
<p>
<a href="#!" class="text-reset">Pricing</a>
</p>
<p>
<a href="#!" class="text-reset">Settings</a>
</p>
<p>
<a href="#!" class="text-reset">Orders</a>
</p>
<p>
<a href="#!" class="text-reset">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p>
<i class="fas fa-envelope me-3"></i>
</p>
<p><i class="fas fa-phone me-3"></i> +234 070 815 422 80</p>
<p><i class="fas fa-print me-3"></i> +234 070 644 189 80</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div
class="text-center p-4"
style="background-color: rgba(0, 0, 0, 0.05)"
>
© 2023 Copyright:
<a class="text-reset fw-bold" href="#">Idahosa-felix Felix</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<!-- script_links -->
<script src="JAVASCRIPT/index.js"></script>
<script src="JAVASCRIPT/bootstrap.js"></script>
<!-- script_links -->
</body>
</html>