-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
214 lines (175 loc) · 6.22 KB
/
index.html
File metadata and controls
214 lines (175 loc) · 6.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>MY PROJECT</title>
<link rel="stylesheet" href="index.css" />
<script
src="https://kit.fontawesome.com/45db0113af.js"
crossorigin="anonymous"
></script>
</head>
<body>
<nav>
<a href="#home" class="logo"><span>Paschal</span></a>
<ul class="links">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#contact">Contact</a>
</ul>
<i class="fa-solid fa-bars" id="menu"></i>
<a href="#contact" class="btn">Contact</a>
</nav>
<section id="home">
<img src="paka.jpg" alt="" />
<div class="info-box">
<h1><span>Hello! I'm Paschal Joseph Meh</span></h1>
<h3><span>Web Developer</span> Based in Kaduna Nigeria</h3>
<p>
I'm a web developer professional who designs, builds, and maintains
websites and web applications. I play a crucial role in the online
world by turning ideas and designs into functional websites that users
can interact with on their computers, tablets, or smartphones.
</p>
</div>
<div class="btn-box">
<div class="btn">Hire</div>
<div class="btn">Contact Me</div>
</div>
</section>
<section id="about">
<div class="about-box">
<div class="about-info">
<h1><span>About Me</span></h1>
<p>
I'm a web developer professional who designs, builds, and maintains
websites and web applications. I play a crucial role in the online
world by turning ideas and designs into functional websites that
users can interact with on their computers, tablets, or smartphones.
</p>
</div>
<h2><span>Skills</span></h2>
<div class="skills">
<ul>
<li>
<span><i class="fa-solid fa-angles-right"></i>HTML</span>
</li>
<li>
<span><i class="fa-solid fa-angles-right"></i>CSS</span>
</li>
<li>
<span><i class="fa-solid fa-angles-right"></i>Javascript</span>
</li>
</ul>
<!-- <ul>
<li>
<span><i class="fa-solid fa-angles-right"></i>Reacts</span>
</li>
<li>
<span><i class="fa-solid fa-angles-right"></i>Node</span>
</li>
<li>
<span><i class="fa-solid fa-angles-right"></i>MySQL</span>
</li>
</ul> -->
</div>
</div>
<img src="pass.jpg" alt="" />
</section>
<section id="services">
<h1 class="header"><span>Services</span></h1>
<div class="services-container">
<div class="box">
<h1><span>Web Design</span></h1>
<p>
I plan, create, and arrange content on the internet. It's not just
about how a website looks, but also how it works and how users
interact with it. A well-designed website blends aesthetics with
functionality, creating a seamless and engaging user experience.
</p>
<img src="iStock.webp" alt="" />
</div>
<div class="box">
<h1><span>Graphic Design</span></h1>
<p>
I uses visual elements to communicate messages, ideas, or emotions.
I make designs that are both visually appealing and effective at
delivering a specific message.
</p>
<img src="Graphic-designing.png" alt="" />
</div>
<div class="box">
<h1><span>Web Development</span></h1>
<p>
I create and maintained websites and web applications that run in a
browser. It involves a range of tasks, from building simple static
websites to developing complex web-based applications, social
networks, and e-commerce platforms.
</p>
<img src="future-webdesign.jpg" alt="" />
</div>
</div>
</section>
<section id="contact">
<h1 class="header"><span>Contact</span></h1>
<form action="#">
<div class="input-box">
<span>Name</span>
<input
type="text"
placeholder="Enter Your Full Name"
id="name"
required
/>
</div>
<div class="input-box">
<span>Email</span>
<input type="text" placeholder="Enter Your Email" required />
</div>
<div class="input-box">
<span>Message</span>
<input type="text" placeholder="Enter Your Full Message" required />
</div>
<div class="btn" id="button" input type="Submit" value="sumbit">
Submit
</div>
</form>
</section>
<footer>
<div class="col-left">
<div class="col-box">
<span></span>
<span
><i class="fa-solid fa-location-dot"></i> No 56 Liman Street
Narayi</span
>
</div>
<div class="col-box">
<span></span>
<span><i class="fa-solid fa-phone"></i> +2348160568795</span>
</div>
<div class="col-box">
<span></span>
<span
><i class="fa-regular fa-envelope"></i> [email protected]</span
>
</div>
</div>
<div class="col-right">
<span>About My Services</span>
<p></p>
<div class="social-icons">
<span><i class="fa-brands fa-facebook"></i></span>
<span><i class="fa-brands fa-instagram"></i></span>
<span><i class="fa-brands fa-twitter"></i></span>
<span><i class="fa-brands fa-tiktok"></i></span>
<span><i class="fa-brands fa-github"></i></span>
<span><i class="fa-brands fa-linkedin"></i></span>
</div>
</div>
</footer>
<script src="index.js"></script>
</body>
</html>