-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKariuki's Port folio.html
255 lines (241 loc) · 8.44 KB
/
Kariuki's Port folio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Responsive Portfolio Website</title>
<!-- Link To CSS -->
<link rel="stylesheet" href="./css/style.css">
<!-- Box Icons -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<style>
body {
margin: 0px;
background-color: beige;
}
.header{
background-color: Green;
widht: 100%;
height: 25%;
border: 4px solid gold;
}
.pic{
padding: 25px;
float: right;
border: 4px;
width: 30%;
height: 10%;
}
.head{
color:White;
text-align: center;
font-size: 25pt;
padding: 10px;
}
.home{
padding: 20px;
widht: 60%;
}
.contact{
padding: 10px;
background-color: black;
widht:20%;
color: white;
}
</style>
</head>
<body>
<!-- Navbar -->
<header>
<a href="#" class="logo">Ian Kariuki</a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
<div class="bx bx-moon" id="darkmode"></div>
</ul>
</header>
<!-- Home -->
<section class="home" id="home">
<div class="social">
</div>
<div class="home-img">
<img src="11.jpg" alt="">
</div>
<div class="home-text">
<span>Hello, I'm</span>
<h1>Ian Kariuki</h1>
<h2>Front-end Developer</h2>
<p>Looking for a Web developer? Welcome to my portfolio</p>
<a href="#contact" class="btn">Contact Me</a>
</div>
</section>
<!-- About -->
<section class="about" id="about">
<div class="heading">
<h2>About Me</h2>
<span>Introduction</span>
</div>
<!-- About Content -->
<div class="about-container">
<div class="about-img">
<img src="121.jpg" alt="">
</div>
<div class="about-text">
<p>My name is Ian Kariuki Muthui and I am a second year student at
Dedan Kimathi University of Technology pursing Bachelor
of Business in Information Technology(BBIT).
I enjoy web development very much and I have made it my hobby.</p>
<div class="information">
<!-- Box 1 -->
<div class="info-box">
<i class='bx bxs-user' ></i>
<span>Ian Kariuki Muthui</span>
</div>
<!-- Box 2 -->
<div class="info-box">
<i class='bx bxs-phone' ></i>
<span>+254 741-98-88-03</span>
</div>
<!-- Box 3 -->
<div class="info-box">
<i class='bx bxs-envelope' ></i>
<span>kariukiian024@gmail.com</span>
</div>
</div>
<a href="C:\Users\user\Desktop\Ian's Portfolio" download class="btn">Download Cv</a>
</div>
</div>
</section>
<!-- Skills -->
<section class="skills" id="skills">
<div class="heading">
<h2>Skills</h2>
<span>My Skills</span>
</div>
<!-- Skills Content -->
<div class="skills-container">
<div class="bars">
<!-- Box 1 -->
<div class="bars-box">
<h3>HTML</h3>
<span>90%</span>
<div class="light-bar"></div>
<div class="percent-bar html-bar"></div>
</div>
<!-- Box 2 -->
<div class="bars-box">
<h3>CSS</h3>
<span>80%</span>
<div class="light-bar"></div>
<div class="percent-bar css-bar"></div>
</div>
<!-- Box 3 -->
<div class="bars-box">
<h3>JavaScript</h3>
<span>70%</span>
<div class="light-bar"></div>
<div class="percent-bar js-bar"></div>
</div>
<!-- Box 4 -->
<div class="bars-box">
<h3>React</h3>
<span>60%</span>
<div class="light-bar"></div>
<div class="percent-bar react-bar"></div>
</div>
</div>
<div class="skills-img">
<img src="123.png" alt="">
</div>
</div>
</section>
<!-- Services -->
<section class="services" id="services">
<div class="heading">
<h2>Services</h2>
<span>Our Services</span>
</div>
<div class="services-content">
<!-- Box 1 -->
<div class="services-box">
<i class='bx bx-code-alt' ></i>
<h3>Web Development</h3>
<a href="https://www.geeksforgeeks.org/web-development/">Learn More</a>
</div>
<!-- Box 2 -->
<div class="services-box">
<i class='bx bx-server' ></i>
<h3>Backend Development</h3>
<a href="https://www.guru99.com/what-is-backend-developer.html">Learn More</a>
</div>
<!-- Box 3 -->
<div class="services-box">
<i class='bx bx-brush' ></i>
<h3>UI/UX Design</h3>
<a href="https://careerfoundry.com/en/blog/ux-design/the-difference-between-ux-and-ui-design-a-laymans-guide/">Learn More</a>
</div>
<div class="services-box">
<i class='bx bxl-wordpress' ></i>
<h3>Wordpress Developer</h3>
<a href="https://webdesign.tutsplus.com/articles/how-does-wordpress-work--cms-34542">Learn More</a>
</div>
</div>
</section>
<!-- Portfolio -->
<section class="portfolio" id="portfolio">
<div class="heading">
<h2>Portfolio</h2>
<span>My Recent Work</span>
</div>
<div class="portfolio-content">
<div class="portfolio-img">
<img src="blog-2.jpg" alt="">
</div>
<div class="portfolio-img">
<img src="blog-3.jpg" alt="">
</div>
<div class="portfolio-img">
<img src="blog-4.jpg" alt="">
</div>
<div class="portfolio-img">
<img src="blog-5.jpg" alt="">
</div>
<div class="portfolio-img">
<img src="blog-6.jpg" alt="">
</div>
<div class="portfolio-img">
<img src="blog-7.jpg" alt="">
</div>
</div>
</section>
<!-- Contact -->
<section class="contact" id="contact">
<div class="heading">
<h2>Contact</h2>
<span>Connect With me</span>
</div>
<div class="contact-form">
<form action="https://formsubmit.co/kariukiian024@gmail.com" method="post">
<input type="hidden" name="_next" value="#thanks.html">
<input type="text" name="name" placeholder="Your Name">
<input type="number" name="phone number" placeholder="Phone Number">
<input type="email" name="email" id="" placeholder="Your Email">
<textarea name="message" id="" cols="30" rows="10" placeholder="Write Message Here..."></textarea>
<input type="button" value="Send" class="contact-button">
</form>
</div>
<!-- Copyright -->
<div class="copyright">
<p>Created By <a href="">Ian kariuki Muthui</a> | All Right Reserved.</p>
</div>
<!-- Link To JS -->
<script src="./js/script.js"></script>
</body>
</html>