-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
171 lines (163 loc) · 7.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My portfolio website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!--Hero Section-->
<section id ="hero">
<div class="nav-bar">
<header class="nav-menu" style="padding-bottom: 10px;">
<div class="Logos" style="padding-top: 8px;">
<img src="/img/andras-vas-Bd7gNnWJBkU-unsplash.jpg" alt="">
<h1>J Grace </h1>
</div>
<div class="hamborger">
<div class="dropdown">
<button class="dropbtn"> <img style="height: 100px; width: 100px; margin-top: -20px; float: right;" src="/img/white-menu-icon-12 (1).jpg" alt=""></button>
<div class="dropdown-content">
<li><a href="#hero"> Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="about.html#services">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</div>
</div>
</div>
<nav class="nav-area">
<ul style="padding-top:18px ;" >
<li><a href="#hero"> Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="about.html#services">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
</div>
<div class="hero container">
<h1>Hello, <span></span></h1>
<h1>I Am Called <span></span></h1>
<h1>Joshua <span></span></h1>
<div class="textslider">
<div class="content">
<div class="slider-wrapper">
<div class="slider">
<div class="slider-text1">i am a Graphic designer</div>
<div class="slider-text2">i am an App and Web developer</div>
<div class="slider-text3">i am a Pencil artist </div>
</div>
</div>
</div>
</div>
<div class="hero-button">
<a href="portfolio.html" type = "button" class="cta">Portfolio</a>
<a href="#" type = "button" class="cta">Hire Me</a>
</div>
</div>
</section>
<!--End Hero Section-->
<!-- about and service section-->
<section id="about">
<div class="about container">
<div id="services">
<div class="service container">
<div class="index">
<div class="service-top">
<h1 class="section-title">SERV<span>I</span>CES</h1>
<p>Brief intoduction to services Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt quisquam quidem error, eos illo laboriosam tenetur saepe provident laudantium perspiciatis quos repellat! Accusantium totam laudantium sint accusamus cumque eum expedita!</p>
</div>
</div>
<div class="service-bottom">
<div class="service-item">
<div class=" service-icon"><img src ="/project icons/developer.png" ></div>
<h2>Web Development</h2>
<p> little expanciation on the service Lorem ipsum, dolor sit amet consectetur adipisicing elit. </p>
</div>
<div class="service-item">
<div class=" service-icon"><img src ="/project icons/ui-design.png" /></div>
<h2>Application Development</h2>
<p> little expanciation on the service Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="service-item">
<div class=" service-icon"><img src ="/project icons/graphic-design.png" /></div>
<h2>Graphic Designing</h2>
<p> little expanciation on the service Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="service-item">
<div class=" service-icon"><img src ="/project icons/pencil.png" /></div>
<h2>Pencil Portraits</h2>
<p> little expanciation on the service Lorem ipsum dolor sit amet consectetur, adipisicing elit.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end about section-->
<!--End Services section-->
<!--Projects section-->
<section id="projects">
<div class="projects container">
<div class="index">
<div class="projects-header">
<h1 class="section-title">View my recent projects</span></h1>
</div>
<div class="project-list">
<a href="portfolio.html#project-1">Project title 1</a>
<a href="portfolio.html#project-2">Project title 2</a>
<a href="portfolio.html#project-3">Project title 3</a>
<a href="portfolio.html#project-4">Project title 4</a>
</div>
</div>
</div>
</section>
<!--End Projects section-->
<!--contact section-->
<!-- end contact section-->
<!-- footer-->
<section id="footer">
<div class="footer container">
<div class="positioning">
<div class="brand">
<div class="brand-1">
<img style="height: 40px; width: 40px;" src="/img/andras-vas-Bd7gNnWJBkU-unsplash.jpg" alt="">
<h1> <span>N</span>chinde <span>J</span>oshua</h1>
</div>
<div>
<h2>your advertisement slogan</h2>
</div>
</div>
<div class="contactat">
<h2>Contact Me At</h2>
</div>
<div class="social-icon">
<div class="social-items">
<div class="social-item">
<a href="#"><img src="/img/whatsapp icon.jfif" alt="#"></a>
</div>
<div class="social-item">
<a href="#"><img src="/img/Facebook-icon-logo.png" alt="#"></a>
</div>
<div class="social-item">
<a href="#"><img src="/img/twitter icon.jfif" alt="#"></a>
</div>
<div class="social-item">
<a href="#"><img src="/img/instagram.jfif" alt="#"></a>
</div>
</div>
</div>
<div class="cntact">
<h2>+237 674 063 317 / +237 657 883 032</h2>
<h2>[email protected]</h2>
</div>
</div>
<p>© Copyright 2021 Joshua. All rights reserved</p>
</div>
</section>
<!-- end footer-->
</body>
</html>