forked from codewithfavour/Web-Developer-EntryLevel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.php
More file actions
235 lines (216 loc) · 9.73 KB
/
index.php
File metadata and controls
235 lines (216 loc) · 9.73 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
233
234
235
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bright Mene Sunday | Portfolio </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="African development through partnership">
<!-- Open Graph data -->
<meta property="og:title" content="Submission for Felix - Favcode ">
<meta property="og:type" content="article">
<meta property="og:image" content="Felix%20-%20Favcoder_files/art.png">
<meta property="og:description" content="African development through partnership">
<link rel="canonical" href="index.html">
<meta property="og:url" content="index.html">
<meta property="og:site_name" content="Bright Mene Sunday">
<link href="images/favicon/favicon-32.png" rel="shortcut icon" type="image/png">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700,900" rel="stylesheet">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/animate.css@3.5.2/animate.min.css">
</head>
<body>
<div id="wrapper">
<header></header>
<!-- Start Hero Section-->
<div id="fullscreen-hero" class="home-hero">
<div class="hero-container">
<div class="hero-content">
<h4 class="cd-headline letters type" style="color:white;">
<span>Hey, I'm Bright but my friends call me Menezy</span>
<br>
<span class="cd-words-wrapper">
<b class="is-visible">I design and build..</b>
<b>Smart user interfaces</b>
<b>landing pages</b>
<b>corporate websites</b>
<b>Ecommerce websites</b>
<b>Web applications</b>
<b>My mission is to..</b>
<b>transform your ideas</b>
<b>..into beautiful products</b>
</span>
</h4>
<div class="page-scroll">
<a href="http://goo.gl/e2d2yu" class="button button-ghost animated fadeInLeft" style="background-color:red;">Hire Me</a>
</div>
<h3 id="typed"></h3>
<div class="page-scroll learn-more">
<a href="#work">Portfolio
<br>
<i class="fa fa-chevron-down"></i>
</a>
</div>
</div>
</div>
</div>
<!-- Start Experience Section-->
<div id="aboutMe" class="bounce" style="justify-content:center;">
<p class="intro slate" class="bounce" style="margin:0 auto;justify-content:center;">About Me</p>
</div>
<div class="container" id="aboutMe">
<p class="statement gunmetal" style="margin:0 auto;font-size:20px;text-align:left;">
I'm a Web developer with over two(2) years of experience in web development. I started my web design and development
journey with New Horizons computer learning center, where i bagged an advanced diploma in web development.
I've been investing an insane amount of hours in self development, ever ready to learn, build, ship and improve. I have a strong
passion for technology and that's what has sustained me thus far no matter the challenges. I learn new Techonologies
at a very fast pace. I'm also a good team player with excellent commmunication skills. Every Software Developer needs
industrial experience in order to hone their skills to a world class level by working on real life projects. I'm
enthusiastic about using Technology to solve real world problems and i'm ever ready to be involved in building the
next big thing if i'm given the opportunity.
</div>
<section id="me" class="fadeInRight>
<div class=" container ">
<div class="row ">
<div class="eight columns offset-by-two columns ">
<p class="intro slate ">My selling points</p>
</div>
</div>
<div class="row ">
<div class="one-third column ">
<div class="expertise-block ">
<i class="fa fa-map-o yellow "></i>
<h4 class="title slate ">Strategy</h4>
<p class="summary" style="font-size:2rem;">I collaborate with clients and peers to transform their ideas into products and their passion into businesses with good user experiences.</p>
</div>
</div>
<div class="one-third column ">
<div class="expertise-block ">
<i class="fa fa-magic yellow "></i>
<h4 class="title slate ">Design</h4>
<p class="summary" style="font-size:2rem;">I sketch interfaces focusing on content structure, intuitive UI patterns and simple interactions.
I'm a minimalist who truly believes that less is more and that simplicity is the ultimate sophistication.</p>
</div>
</div>
<div class="one-third column ">
<div class="expertise-block ">
<i class="fa fa-code yellow "></i>
<h4 class="title slate ">Code</h4>
<p class="summary" style="font-size:2rem;">I design with HTML5, CSS3, JavaScript and a touch of PHP. I love coding from the scratch, but I can work with
front-end frameworks like Bootstrap, Bulma, Materializecss and Vue.js</p>
</div>
</div>
</div>
</div>
</section>
<!-- Start Work Section-->
<div id="work">
<div class="container">
<div class="row">
<div class="twleve columns ">
<p class="intro slate ">My Portfolio</p>
</div>
</div>
<section class="project-showcase">
<div class="row">
<div class="six columns u-pull-right ">
<img src="images/adonica.png " style="border-radius: 10px; " class="project-image ">
</div>
<div class="six columns u-pull-left ">
<div class="project-content text-left ">
<h3 class="project-title ">Adonica.ng</h3>
<ul class="project-tags ">
<li>WordPress design</li>
</ul>
<p class="project-description ">Adonica is an ecommerce website for cosmetics and beauty products.</p>
<a href="https://adonica.ng/ " target="_blank "
class="button button-primary ">Visit Website</a>
</div>
</div>
</div>
</section>
<section class="project-showcase ">
<div class="row ">
<div class="six columns u-pull-left ">
<img src="images/shoppinglist.png " class="project-image ">
</div>
<div class="six columns u-pull-right ">
<div class="project-content text-right ">
<h3 class="project-title ">Vue.js Shopping list</h3>
<ul class="project-tags ">
<li>JavaScript, Bootstrap</li>
<li>Vue.js</li>
</ul>
<p class="project-description ">A simple shopping list built with Vue.js and Bootstrap 4</p>
<a href="https://github.com/Menezy/Vue-shopping-list-app " target="_blank "
class="button button-primary ">View on Github</a>
</div>
</div>
</div>
</section>
<section class="project-showcase">
<div class="row ">
<div class="six columns u-pull-right ">
<img src="images/jscalc.png " class="project-image ">
</div>
<div class="six columns u-pull-left ">
<div class="project-content text-left ">
<h3 class="project-title ">JavaScript Calculator</h3>
<ul class="project-tags ">
<li>UX/UI Design</li>
<li>JavaScript</li>
</ul>
<p class="project-description ">A JavaScript calculator that performs simple arithmetic</p>
<a href="https://codepen.io/Menezy/full/pWmeGv/ " target="_blank " class="button button-primary ">View Demo</a>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Start sub-footer-->
<footer id="footer ">
<div id="contact ">
<div class="container ">
<div class="row ">
<div class="twelve columns ">
<a href="index.html " class="footer-logo ">
<img src="images/mene.jpg ">
</a>
<p class="made-by-me ">Bright Mene Sunday, 2018</p>
<p>Here are links to my social media profile</p>
<div class="social-links ">
<a href="https://twitter.com/menezy10 ">
<i class="fa fa-twitter "></i>
</a>
<a href="https://www.linkedin.com/in/bright-mene" target="_blank ">
<i class="fa fa-linkedin "></i>
</a>
<a href="https://github.com/menezy " target="_blank ">
<i class="fa fa-github "></i>
</a>
<a href="https://instagram.com/menezy_official " target="_blank ">
<i class="fa fa-instagram "></i>
</a>
</div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script src="js/jquery.js "></script>
<script src="../cdnjs.cloudflare.com/ajax/libs/typeit/5.0.1/typeit.min.js "></script>
<script src="js/jquery.easing.1.3.min.js "></script>
<script src="js/jquery.scrollto.min.js "></script>
<script src="js/custom.min.js "></script>
<script src="js/wow.min.js "></script>
<script src="js/velocity.min.js "></script>
<script src="js/typeit.js "></script>
<script>
new WOW().init();
</script>
</body>
</html>