-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
184 lines (180 loc) · 8.95 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
<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">
<link rel="stylesheet" href="style.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=Montserrat:wght@300;400;700&display=swap" rel="stylesheet">
<title>My Portfolio Website</title>
</head>
<body>
<!--header-->
<section id="header">
<div class="header-container">
<div class="nav-bar">
<div class="brand">
<a href="#helo"><h1><span>M</span>uofunanya <span>C</span>hioma</h1></a>
</div>
<div class="nav-list">
<div class="hamburger">
<div class ="bar"></div>
</div>
<ul>
<li><a href = "#" data-after="Home">Home</a></li>
<li><a href = "#" data-after="Service">Services</a></li>
<li><a href = "#" data-after="Project">Projects</a></li>
<li><a href = "#" data-after="About">About</a></li>
<li><a href = "#" data-after="Contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</section>
<!--End of header-->
<!--helo section-->
<section id="helo">
<div class="helo-container">
<h1>Hello, <span></span></h1>
<h1>My Name is <span></span> </h1>
<h1>Chioma <span></span></h1>
<a href="#" type="button" class="btn">portfolio</a>
</div>
</section>
<!--end of helo section-->
<!--service section-->
<section id ="services">
<div class = "service container">
<div class="service-top">
<h1 class="section-title">Serv<span>i</span>ces</h1>
<p>Design good and appealing websites to make the viewers happy</p>
</div>
<div class="service-bottom">
<div class="service-item">
<div class="icons"><svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px"
width="50" height="50"
viewBox="0 0 172 172"
style=" fill:#000000;"><g fill="none" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><path d="M0,172v-172h172v172z" fill="none"></path><g fill="#000000"><path d="M35.83333,21.5c-7.91917,0 -14.33333,6.41417 -14.33333,14.33333v28.66667h129v-28.66667c0,-7.91917 -6.41417,-14.33333 -14.33333,-14.33333zM43,35.83333c3.956,0 7.16667,3.21067 7.16667,7.16667c0,3.956 -3.21067,7.16667 -7.16667,7.16667c-3.956,0 -7.16667,-3.21067 -7.16667,-7.16667c0,-3.956 3.21067,-7.16667 7.16667,-7.16667zM64.5,35.83333c3.956,0 7.16667,3.21067 7.16667,7.16667c0,3.956 -3.21067,7.16667 -7.16667,7.16667c-3.956,0 -7.16667,-3.21067 -7.16667,-7.16667c0,-3.956 3.21067,-7.16667 7.16667,-7.16667zM86,35.83333h50.16667v14.33333h-50.16667zM21.5,78.83333v57.33333c0,7.83362 6.49972,14.33333 14.33333,14.33333h100.33333c7.83362,0 14.33333,-6.49972 14.33333,-14.33333v-57.33333h-14.33333v57.33333h-64.5v-57.33333h-35.83333zM86,78.83333v14.33333h35.83333v-14.33333zM86,107.5v14.33333h35.83333v-14.33333z"></path></g></g></svg></div>
<h2>Web Design</h2>
<p>Make use of HTML, CSS and Javascript to design wonderful websites</p>
</div>
</div>
</div>
</section>
<!--service section-->
<!--project sections-->
<section id="projects">
<div class="projects-container">
<div class="projects-header">
<h1 class="section-title">Recent <span>Projects</span></h1>
</div>
<div class="all-projects">
<div class="projects-item">
<div class="projects-info">
<h1>Project 1</h1>
<h2>Coding is Love</h2>
<p>Built a javascript clock that keeps time</p>
</div>
<div class="project-img">
<img src="./img/xps-8pb7Hq539Zw-unsplash.jpg">
</div>
</div>
<div class="projects-item">
<div class="projects-info">
<h1>Project 2</h1>
<h2>Coding is Love</h2>
<p>Built a lycanthrope's log that records the voice of a warewolf</p>
</div>
<div class="project-img">
<img src="./img/xps-8pb7Hq539Zw-unsplash.jpg">
</div>
</div>
<div class="projects-item">
<div class="projects-info">
<h1>Project 3</h1>
<h2>Coding is Love</h2>
<p>Built a portfolio website and wish to make it interactive in the nearest future</p>
</div>
<div class="project-img">
<img src="./img/xps-8pb7Hq539Zw-unsplash.jpg">
</div>
</div>
</div>
</div>
</section>
<!--End project sections-->
<!--About me section-->
<section id="about">
<div class="about-container">
<div class="col-right">
<h1 class="section-title">About <span>me</span></h1>
<h2>Front End Web Developer</h2>
<p>Am a software engineer striving to achieve the highest standard possible at any given task and in any situation. </p>
<a href="#" class="resume_btn">Download Resume</a>
</div>
<div class="col-left">
<div class="about-img">
<img src="./img/Adjustments-58.jpg" alt="img">
</div>
</div>
</section>
<!--About me section-->
<!--Contact section-->
<section id="contact">
<div class="contact-container">
<div><h1 class="section-title">Contact <span>Info</span></h1></div>
<div class="contact-items">
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/external-sbts2018-mixed-sbts2018/50/000000/external-contact-social-media-basic-1-sbts2018-mixed-sbts2018.png" /></div>
<div class="Contact-info">
<h1>Phone</h1>
<h2>+234 814 138 5313</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/material-rounded/24/000000/mail.png"></div>
<div class="Contact-info">
<h1>Email</h1>
<h2>[email protected]</h2>
</div>
</div>
<div class="contact-item">
<div class="icon"><img src="https://img.icons8.com/ios-filled/50/000000/address--v1.png"/></div>
<div class="Contact-info">
<h1>Address</h1>
<h2>Onitsha, Anambra State</h2>
</div>
</div>
</div>
</div>
</section>
<!--Contact section-->
<!--footer-->
<section id="footer">
<div class="footer-container">
<div class="brand">
<h1><span>M</span>uofunanya <span>C</span>hioma</h1>
<h2>My Portfolio</h2>
</div>
<div class="social-icon">
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/color/50/000000/facebook-new.png"/></a>
</div>
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/fluency/48/000000/instagram-new.png"/></a>
</div>
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/color/64/000000/twitter.png"/></a>
</div>
<div class="social-item">
<a href="#"><img src="https://img.icons8.com/external-justicon-flat-justicon/64/000000/external-linkedin-social-media-justicon-flat-justicon.png"/></a>
</div>
</div>
<p>Copyright 0 2021 Chioma. All rights reserved</p>
</div>
</section>
<!--footer-->
<script src="./website.js"></script>
</body>
</html>