-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
238 lines (206 loc) · 6.47 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My personal portfolio</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 rel="stylesheet" href='https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap'>
</head>
<body>
<!---header--->
<header>
<h2> Nze <span>Shalom</span></h2>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">My Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<!---home--->
<section class="home" id="home">
<div class="home-text">
<h4>Hello</h4>
<h1>I'm Nze Shalom<br>Ugoch<span>ukwu</span></h1>
<h3> A Google certified Ui Ux designer & Front-End Developer</h3>
<a href="#" class="btn">Hire Me</a>
</div>
</section>
<!---about--->
<section class="about" id="about">
<!-- <div class="about-img">
<img class="circle" src="img/_DSC00331-removebg-preview.png">
</div> -->
<div class="about-text">
<h2>About Me</h2>
<h4>Hi, I Am Here To Help Your Next Project</h4>
<p>Lorem Ipsum Is Simply Dummy Text Of The Printing And Typesetting Industry. Lorem Ipsum Has Been The Industry's Standard Dummy Text Ever Since The 1500s, When An .ac porta sem turpis quis leo. Nulla in feugiat elit.</p>
<div class="about-gri">
<div class="about-in">
<h5>1. Problem Solving</h5>
</div>
<div class="about-in">
<h5>2. Creative Idea</h5>
</div>
<div class="about-in">
<h5>3. Search a lot</h5>
</div>
<div class="about-in">
<h5>4. High Quality</h5>
</div>
</div>
<a href="#" class="btn">Contact Me</a>
</div>
</section>
<!---services--->
<section class="services" id="services">
<div class="main-text">
<h2>My Services</h2>
<h4>Better Design, Better Expericences</h4>
</div>
<div class="services-content">
<div class="box">
<img src="img/Vector-1.png">
<h3>Ui Ux Design</h3>
<p>Lorem Ipsum Is Simply Dummy Text Of The Printing Andtypesetting Industry. Lorem Ipsum Has Been The Website Industry's Standard Dummy .</p>
</div>
<div class="box">
<img src="img/Vector.png">
<h3>Front End Dev</h3>
<p>Lorem Ipsum Is Simply Dummy Text Of The Printing Andtypesetting Industry. Lorem Ipsum Has Been The Website Industry's Standard Dummy .</p>
</div>
<div class="box">
<img src="img/Vector-2.png">
<h3>Solidity</h3>
<p>Lorem Ipsum Is Simply Dummy Text Of The Printing Andtypesetting Industry. Lorem Ipsum Has Been The Website Industry's Standard Dummy .</p>
</div>
</div>
</section>
<!---portfolio--->
<section class="portfolio" id="portfolio">
<div class="main-text">
<h2>My Portfolio</h2>
<h4>Some Of My Distinguished Works</h4>
</div>
<div class="portfolio-content">
<div class="row">
<img src="./img/portfolio 1.jpg">
<div class="main-row">
<div class="row-text">
<h6>Development</h6>
</div>
<div class="row-icon">
<i class='bx bx-heart'></i>
</div>
</div>
<h3> <br>Food ordering mobile app</h3>
</div>
<div class="row">
<img src="./img/Potfolio 2.jpg">
<div class="main-row">
<div class="row-text">
<h6>Development</h6>
</div>
<div class="row-icon">
<i class='bx bx-heart'></i>
</div>
</div>
<h3>Furniture shopping webapp landing page</h3>
</div>
<div class="row">
<img src="./img/Portfolio 3.jpg">
<div class="main-row">
<div class="row-text">
<h6>Development</h6>
</div>
<div class="row-icon">
<i class='bx bx-heart'></i>
</div>
</div>
<h3>Food online webapp landing view</h3>
</div>
<div class="row">
<img src="img/Porfolio 4.jpg">
<div class="main-row">
<div class="row-text">
<h6>Development</h6>
</div>
<div class="row-icon">
<i class='bx bx-heart'></i>
</div>
</div>
<h3>NFT mobile shopping app landing view</h3>
</div>
<div class="row">
<a href="https://www.behance.net/gallery/154646531/A-simple-gaming-homepage-using-glassmorphism-effect"><img src="img/porfolio 5.jpg"></a>
<div class="main-row">
<div class="row-text">
<h6>Development</h6>
</div>
<div class="row-icon">
<i class='bx bx-heart'></i>
</div>
</div>
<h3>Gaming glassmorphism landing page design</h3>
</div>
<div class="row">
<img src="img/porfolio 6.jpg">
<div class="main-row">
<div class="row-text">
<h6>Development</h6>
</div>
<div class="row-icon">
<i class='bx bx-heart'></i>
</div>
</div>
<h3>Food shopping glassmorphism design</h3>
</div>
</div>
</section>
<!---contact--->
<section class="contact" id="contact">
<div class="contact-text">
<h2>Contact Me</h2>
<h4>Let's Work Together</h4>
<p>Lorem Ipsum Is Simply Dummy Text Of The Printing And Typesetting Industry</p>
<div class="contact-list">
<li><a href="#">Nigeria - Abuja</a></li>
<li><a href="#">[email protected]</a></li>
<li><a href="#">08135981686</a></li>
</div>
<div class="contact-icons">
<a href="#"><i class='bx bxl-linkedin' ></i></a>
<a href="#"><i class='bx bxl-facebook' ></i></a>
<a href="#"><i class='bx bxl-behance' ></i></a>
<a href="#"><i class='bx bxl-instagram' ></i></a>
<a href="#"><i class='bx bxl-dribbble' ></i></a>
</div>
</div>
<div class="contact-form">
<form action="">
<input type="" placeholder="Enter Your Name" required>
<input type="email" placeholder="Enter Your Email" required>
<input type="" placeholder="Enter Your Subject">
<textarea name="" id="" cols="40" rows="10" placeholder="Enter Your Message" required></textarea>
<input type="submit" value="Submit" class="send">
</form>
</div>
</section>
<div class="last-text">
<p>Developed by Nze Shalom Ugochukwu © 2022</p>
</div>
<!---scroll-top--->
<a href="#" class="top"><i class='bx bx-up-arrow-alt' ></i></a>
<script src="https://unpkg.com/scrollreveal"></script>
<!---custom js link--->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>