-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
308 lines (283 loc) · 13 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
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!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>Document</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css" >
<link rel="stylesheet" href="css/all.css" >
</head>
<body>
<!-- Star Header -->
<header>
<nav>
<div class="container">
<h2>FO<span>CAL</span></h2>
<i class="far fa-bars"></i>
<ul>
<li><a href="#" class="active">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Skills</a></li>
<li><a href="#">Resume</a></li>
<li><a href="#">Testemonials</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact Me</a></li>
</ul>
</div>
</nav>
<div class="landing">
<div class="container">
<h2>Web & Graphic Designer</h2>
<button>Read More</button>
</div>
</div>
</header>
<!-- End Header -->
<!-- Star features -->
<div class="features">
<div class="container">
<div class="feat">
<h2>Value</h2>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background.</p>
</div>
<div class="feat">
<h2>Goals</h2>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background.</p>
</div>
<div class="feat">
<h2>Hobbies</h2>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background.</p>
</div>
</div>
</div>
<!-- End features -->
<!-- Star About me -->
<div class="about">
<div class="container">
<div class="image">
<img src="img/manPhoto.jpg" alt="test">
</div>
<div class="info">
<h2>Abdout Me</h2>
<p class="main-p">The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background. In Chrome and Safari on Windows you can't control border properly </p>
<p class="main-p">The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border</p>
<div class="hobbies">
<div>
<div class="image">
<img src="img/earth.png">
</div>
<div class="cont">
<h3>Web Designe</h3>
<p>The search input is not fully stylable by default.</p>
</div>
</div>
<div>
<div class="image">
<img src="img/design.png">
</div>
<div class="cont">
<h3>Graphic Designe</h3>
<p>The search input is not fully stylable by default.</p>
</div>
</div>
<div>
<div class="image">
<img src="img/people.png">
</div>
<div class="cont">
<h3>Online Marketing</h3>
<p>The search input is not fully stylable by default.</p>
</div>
</div>
<div>
<div class="image">
<img src="img/seo.png">
</div>
<div class="cont">
<h3>SEO</h3>
<p>The search input is not fully stylable by default.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End About me -->
<!-- Star Skills -->
<div class="skills">
<div class="container">
<div class="skills-info">
<h2>My Skills</h2>
<p class="main-p">The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background. In Chrome and Safari on Windows you can't control border properly </p>
<p class="main-p">The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font</p>
<button class="bott">Contact Me</button>
</div>
<div class="skills-progress">
<div class="tech">
<h3>HTML / Css</h3>
<div><span style="width:90%">90% </span></div>
</div>
<div class="tech">
<h3>WordPress</h3>
<div><span style="width:75%">75% </span></div>
</div>
<div class="tech">
<h3>Php / MySQL</h3>
<div><span style="width:70%">70% </span></div>
</div>
<div class="tech">
<h3>Graphic Designe</h3>
<div><span style="width:80%">80% </span></div>
</div>
</div>
</div>
</div>
<!-- End Skills -->
<!-- Star resume -->
<div class="resume">
<div class="overlay"></div>
<div class="container">
<h2>Resume</h2>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background. In Chrome and Safari on Windows you can't control border properly </p>
<button class="bott">Download Resume</button>
</div>
</div>
<!-- End resume -->
<!-- Star education -->
<div class="education">
<div class="container">
<div class="educ">
<div class="info">
<h2>Education</h2>
<p class="main-p">The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background. In Chrome and Safari on Windows you can't control border properly </p>
<p class="main-p">The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding</p>
</div>
<div class="sertafic">
<div class="sert">
<h3>Graphic Designe Deploma</h3>
<span><b>Revese College</b> / June 2004 / May 2010</span>
<span>4.0 GPA</span>
<hr>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, paddin border, or background. In Chrome and Safari on Windows</p>
</div>
<div class="sert">
<h3>CIT Deploma</h3>
<span>Revese College / June 2004 / May 2010</span>
<span>4.0 GPA</span>
<hr>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, paddin border, or background. In Chrome and Safari on Windows</p>
</div>
</div>
</div>
<hr style="margin:65px 0;">
<div class="work">
<div class="info">
<h2>Work Exp</h2>
<p class="main-p">The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background. In Chrome and Safari on Windows you can't control border properly </p>
<p class="main-p">The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding</p>
</div>
<div class="sertafic">
<div class="sert">
<h3>Lead Web Designer</h3>
<span><b>ABC Company, Saskatoon</b> / June 2011 - Persent</span>
<span>3 Years</span>
<hr>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, paddin border, or background. In Chrome and Safari on Windows</p>
</div>
<div class="sert">
<h3>Junior Designer</h3>
<span><b>XYZ Company, Lethbridge</b> / June 2008 / May 2009</span>
<span>1 Years</span>
<hr>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, paddin border, or background. In Chrome and Safari on Windows</p>
</div>
<div class="sert">
<h3>Web Developer</h3>
<span><b>The Company, Lethbridge</b> / June 2007 / May 2008</span>
<span>1 Years</span>
<hr>
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, paddin border, or background. In Chrome and Safari on Windows</p>
</div>
</div>
</div>
</div>
</div>
<!-- end work -->
<!-- Star teste -->
<div class="test">
<div class="container">
<h3>What Our Clients Say</h3>
<q> The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background. In Chrome and Safari on Windows you can't control border properly or background. In Chrome and Safari on Windows. </q>
<span>Madani Abderrazak</span>
<ul>
<li></li>
<li class="active"></li>
<li></li>
<li></li>
</ul>
</div>
</div>
<!-- End teste -->
<!-- star portfolio -->
<div class="portfolio">
<div class="container">
<h2>Portfolio</h2>
<p class="main-p">The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background. In Chrome and Safari on Windows you can't control border properly </p>
<div class="our-work">
<div><img src="img/p2.jpg"></div>
<div><img src="img/p3.jpg"></div>
<div><img src="img/p5.jpg"></div>
<div><img src="img/p6.jpg"></div>
<div><img src="img/p7.jpg"></div>
<div><img src="img/p9.jpg"></div>
</div>
</div>
</div>
<!-- end portfolio -->
<!-- star contact -->
<div class="contact">
<div class="container">
<h2>Contact Me</h2>
<div class="content">
<div class="info">
<p>The search input is not fully stylable by default. In Chrome and Safari on OSX/iOS you can't control font, padding, border, or background. In Chrome and Safari on Windows you can't control border properly </p>
<p>
123 stero Name<br>
Chlef<br>
Algeria DZ
</p>
<p>
<b>Email:</b> [email protected]<br>
<b>Phone:</b> 213634340098
</p>
</div>
<form class="form">
<span>Name *</span>
<input type="text">
<span>Email Address *</span>
<input type="email">
<span>Message</span>
<textarea></textarea>
<input type="submit" value="Contact Me">
</form>
</div>
</div>
</div>
<!-- end contact -->
<!-- star footer -->
<div class="footer">
<div class="container">
<p> copyright © 2014 Focal</p>
<div class="social">
<i class="fab fa-linkedin fa-2x"></i>
<i class="fab fa-twitter-square fa-2x"></i>
<i class="fab fa-facebook-square fa-2x"></i>
</div>
</div>
</div>
<!-- end footer -->
<script src="js/main.js"></script>
</body>
</html>