-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
257 lines (220 loc) · 10.4 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
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Portfolio Website </title>
<!-- Custom CSS link -->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://unpkg.com/boxicons@latest/css/boxicons.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap"
rel="stylesheet">
</head>
<body>
<!--Hearder Design Start-->
<header>
<a href="#" class="logo">LOT<span>S</span>U</a>
<ul class="navlist">
<li><a href="#home" class="active">Home </a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact Me </a></li>
</ul>
<div class="bx bx-menu" id="menu-icon">
</div>
</header>
<!--header Design Ends-->
<!-- home section design start-->
<section class="home" id="home">
<div class="home-text">
<div class="slide">
<span class="one">Hello</span>
<span class="two">I am</span>
</div>
<h1>Newland</h1>
<h3> UI/UX Frontend<span> Engineer</span></h3>
<p>I am competent in Frontend Development employing HTML5, CSS3 <br />
JavaScript,Bootstrap and React for small to large-scale projects <br>with the help of Jira Management platform.<br />
I am an efficient communicator with a sharp acumen, <br />strong interpersonal and leadership skills
ready for the next challenge.</p>
<div class="buttons">
<a href="#contact" class="btn">Say Hello</a>
<a href="https://www.youtube.com/channel/UCNvaBLuJ7eMZBjRe6XNx4NA" target="_blank" class="btn2"><span><i class="bx bx-play"></i></span>Watch My Work</a>
</div>
</div>
</section>
<!-- About section design-->
<section class="about" id="about">
<div class="about-img">
<img src="new.jpg">
</div>
<div class="about-text">
<h2>About <span>Me</span></h2>
<h4> UI/UX Design & Protyping</h4>
<p> Visual design is what we are all waiting for as designers, but its important to take into account all
the hard work we have done in the design process up to this point.
Research, wireframes, moodboards, competitive sets, etc..
all go into this first portion of the visual design process I am dedicated to the continual learning of computer science and its related areas.
I strive to create software at the highest quality based on current knowledge.
I adapt my work processes as my understanding grows. I have passion for creating and building innovative and efficient applications
on figma and giving the client a view of the project by prototyping the design.</p>
<a href="https://www.behance.net/newlandlotsu7" class="btn"> More About</a>
</div>
</section>
<!-- service section design-->
<section class="services" id="services">
<div class="main-text">
<h2><span>My</span> Services</h2>
</div>
<div class="services-content">
<div class="box">
<div class="s-icon">
<i class="bx bx-mobile-alt"></i>
</div>
<h3>Software Development</h3>
<p>Combining React-js and Node-js is great user interface with modern web technologies. React-js allows me to create app views using components, which are modular and reusable pieces of code. Nodejs provides a runtime environment for executing JavaScript code on the server.
<br> It also provides access to a variety of web development APIs in order to build advanced applications. </p>
<a href="#" class="read"> Read More </a>
</div>
<div class="box">
<div class="s-icon">
<i class="bx bxs-edit-alt"></i>
</div>
<h3> UI / UX Designer</h3>
<p>As a UI/UX designer i possess the ability to create and solve problems through user-centered designs,
by understanding the needs, motivations and behaviours of users. My Management and communication skills
helps me to collaborate with product managers, developers, content strategists, and other stakeholders.
</p>
<a href="https://www.behance.net/newlandlotsu7" class="read"> Read More </a>
</div>
<div class="box">
<div class="s-icon">
<i class="bx bx-code-alt"></i>
</div>
<h3>Website Development</h3>
<p>I have a solid foundation in software engineering principles, data structures and algorithms.
I have an excellent understanding of programming languages, such as Javascript, React, and Material-UI,
and am proficient with web development.<br />
<br />
<a href="#" class="read"> Read More </a>
</div>
</div>
</section>
<!-- Portfolio section design-->
<section class="portfolio" id="portfolio">
<div class="main-text">
<p>Portfolio</p>
<h2><span>Latest</span> Projects</h2>
</div>
<div class="portfolio-content">
<div class="row">
<img src="pt1.jpeg">
<div class="layer">
<a href="#"><i class="bx bx-link-external"></i></a>
<h5>To do list</h5>
<p>This was created with HTML CSS AND JAVASCRIPT .
<br> It gives the end user to add add and remove tasks when accomplished.
</p>
</div>
</div>
<div class="row">
<img src="netflix.jpeg">
<div class="layer">
<a href="https://fantastic-druid-a6f789.netlify.app/"><i class="bx bx-link-external"></i></a>
<h5>Netflix Landing Page </h5>
<p>online streaming platform created using HTML, CSS and JavaScript.
</p>It allows users to watch a wide selection of movies and TV shows on any device connected to the internet.
<br>
</div>
</div>
<!--
<div class="row">
<img src="pt3.jpg">
<div class="layer">
<a href="#"><i class="bx bx-link-external"></i></a>
<h5>Rabbit Nut </h5>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Esse animi rerum voluptatum ea.
<br> Neque amet officia reiciendis dolores nobis
</p>
</div>
</div>
-->
<div class="row">
<img src="pt4.jpg">
<div class="layer">
<a href="https://cosmic-mermaid-2b169a.netlify.app/"><i class="bx bx-link-external"></i></a>
<h5>Milk and Honey</h5>
<p>This is New York Time Best Selling Books Website. it talks about the
two powerful ingredients that offer several promising health benefits.
<br><br>
</p>
</div>
</div>
<!--
<div class="row">
<img src="pt5.jpg">
<div class="layer">
<h5>Faith Baking</h5>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Esse animi rerum voluptatum ea.
<br> Neque amet officia reiciendis similique, saepe nobis <br> labore distinctio sapiente.
</p>
<a href="#"><i class="bx bx-link-external"></i></a>
</div>
</div>
-->
<!--
<div class="row">
<img src="pt6.jpg">
<div class="layer">
<h5>Shop Attendance software</h5>
<p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Esse animi rerum voluptatum ea.
<br> Neque amet officia reiciendis dolores similique, saepe nobis <br> labore distinctio
sapiente.
</p>
<a href="#"><i class="bx bx-link-external"></i></a>
</div>
</div>
-->
</div>
</section>
<!-- Contact section design-->
<section class="contact" id="contact">
<div class="contant-text">
<h2>Contact <span>Me!</span></h2>
<!--<h3><br> UI / UX Designing</h3> -->
<p></p>
<div class="list">
<li><a href="#">[email protected]</a></li>
<li><a href="#">07868636684</a></li>
<li><a href="#"> Follow Me & Subscribe</a></li>
</div>
<div class="contact-icons">
<a href="https://twitter.com/LotsuNewland" target="_blank"><i class="bx bxl-twitter"></i></a>
<a href="https://github.com/lotsun" target="_blank"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/in/newland-lotsu-8bb30297/" target="_blank"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<div class="contact-form">
<form action="">
<input type="name" placeholder="Your Name" required>
<input type="email" placeholder="Your Email Address" required >
<input type="text" placeholder="Your Mobile Number" required>
<textarea name="" id="" cols="35" rows="10" placeholder="Text Here" required></textarea>
<input type="submit" value="Send Message" class="submit" required>
</form>
</div>
</section>
<!-- contact section design Ends-->
<section class="end">
<div class="last-text">
<p>Copyright ©2023 All Rights Reserved</p>
</div>
<div class="top">
<a href="#home"><i class="bx bx-up-arrow-alt" ></i></a>
</div>
</section>
<!-- custom JavaScript link -->
<script type="text/javascript" src="js/script.js"></script>
</body>