-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
319 lines (315 loc) · 15.7 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
309
310
311
312
313
314
315
316
317
318
319
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- IE compatibility Meta -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- First Mobile Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Mohammed ElSayad</title>
<!-- Bootstrap -->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/media.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- start Navigation section -->
<nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mynavbar">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">El-Sayad</a>
</div>
<div class="collapse navbar-collapse" id="mynavbar">
<ul class="nav navbar-nav navbar-right">
<li><a class="active" href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html">About Me</a></li>
</ul>
</div>
</div>
</nav>
<!-- end Navigation section -->
<!-- start jumbotron section -->
<section class="jumbotron">
<div class="container">
<div class="row">
<div class="col-md-8 ">
<h1>Let's Make Something Great.</h1>
<p class="lead">I’m <strong>Mohammed El-sayad</strong> a <strong>WordPress Developer</strong> who creates clean and modern Themes for the world of WordPress.</p>
<p><a class="btn btn-primary btn-lg" href="portfolio.html" role="button">View my Work</a></p>
</div>
</div>
</div>
</section>
<!-- end jumbotron section -->
<!-- start features section -->
<section class="features">
<div class="container text-center">
<h1>Features</h1>
<div class="row">
<div class="col-sm-6 col-lg-3">
<div class="feat">
<img class="responsive img-circle" src="img/responsive2.jpg" alt="Fully Responsive">
<h3>Fully Responsive</h3>
<p>Respond to the your behavior, screen size, platform and orientation.</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="feat">
<img class="responsive img-circle" src="img/comment1.jpg" alt="Clean and Commented code">
<h3>Commented code</h3>
<p>Clean and Commented code, Very Easy to understand and customize.</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="feat">
<img class="responsive img-circle" src="img/mail.jpg" alt="Working Contact Form">
<h3>Contact Form</h3>
<p>Just replace email address to receive message from your website.</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="feat">
<img class="responsive img-circle" src="img/globe.jpg" alt="Browsers Compatablities">
<h3>Compatablity</h3>
<p>Every part of the templet works perfectly with all available browsers.</p>
</div>
</div>
</div>
</div>
</section>
<!-- end features section -->
<!-- Start Our Work -->
<div class="our-work text-center hidden-xs">
<div class="container">
<h2 class="upper">My <span class="color">Work</span></h2>
<p>Here is some recent Work I have done for my client and Templets. <br> Everything you need and much more ...</p>
<div class="items-box">
<div class="row theme">
<div class="col-sm-6">
<img class="img-responsive img-thumbnail" src="img/atraciumtheme.jpg" alt="atracium Theme">
</div>
<div class="theme-info text-left col-sm-6">
<h2 class="upper">Atracium Theme</h2>
<p>atracium is a simple and minimal WordPress theme especially suited to blogging. Its structure allows you to have a classic sidebar and a push sidebar that can be activated through a special button. The full width header allows you to insert your own image and the site structure can be boxed or full width. Unlimited colors, 2 sidebars, footer widget, custom logo and many other options.</p>
<p><strong>Version:</strong> 1.2.4 <br>
<strong>Author:</strong> Mohammed El-sayad</p>
<p class="upper"><a class="btn btn-primary btn-lg" href="atracium.html" role="button">Show Project</a></p>
</div>
</div>
<div class="item">
<img src="img/El-Sayadhome.jpg" alt="">
<div class="over text-center">
<h4 class="upper">El-Sayad Website</h4>
<p>Ut enim ad minim veniam, quis nostrud <br> laboris nisi ut aliquip ex ea commodo</p>
<button class="upper">Show Project</button>
</div>
</div>
<div class="item">
<img src="img/sayadthemehome.jpg" alt="">
<div class="over text-center">
<h4 class="upper">sayadtheme Website</h4>
<p>Ut enim ad minim veniam, quis nostrud <br> laboris nisi ut aliquip ex ea commodo</p>
<button class="upper">Show Project</button>
</div>
</div>
<div class="item">
<img src="img/sayadstudiohome.jpg" alt="">
<div class="over text-center">
<h4 class="upper">sayadstudio Website</h4>
<p>Ut enim ad minim veniam, quis nostrud <br> laboris nisi ut aliquip ex ea commodo</p>
<button class="upper">Show Project</button>
</div>
</div>
<div class="item">
<img src="img/classichome.jpg" alt="">
<div class="over text-center">
<h4 class="upper">classic Website</h4>
<p>Ut enim ad minim veniam, quis nostrud <br> laboris nisi ut aliquip ex ea commodo</p>
<button class="upper">Show Project</button>
</div>
</div>
<div class="item">
<img src="img/medicalhome.jpg" alt="">
<div class="over text-center">
<h4 class="upper">medical Website</h4>
<p>Ut enim ad minim veniam, quis nostrud <br> laboris nisi ut aliquip ex ea commodo</p>
<button class="upper">Show Project</button>
</div>
</div>
<div class="item">
<img src="img/personalhome.jpg" alt="">
<div class="over text-center">
<h4 class="upper">personal Website</h4>
<p>Ut enim ad minim veniam, quis nostrud <br> laboris nisi ut aliquip ex ea commodo</p>
<button class="upper">Show Project</button>
</div>
</div>
</div>
<button class="show-more upper">Show More</button>
</div>
</div>
<!-- End Our Work -->
<!-- start blog section -->
<section class="home-blog">
<div class="container">
<h1>Latest Articles</h1>
<div class="row">
<div class="col-sm-6 col-md-4">
<img class="img-responsive img-rounded" src="img/jumbotron.jpg" alt="article-pic">
<h2>Web Design <small>Mohammed El-sayad</small></h2>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin. <span class="hidden-xs hidden-sm hidden-md">lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</span></p>
<a class="btn btn-primary btn-lg" href="#" role="button">View Article</a>
</div>
<div class="col-sm-6 col-md-4">
<img class="img-responsive img-rounded" src="img/jumbotron.jpg" alt="article-pic">
<h2>Web Design <small>Mohammed El-sayad</small></h2>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin. <span class="hidden-xs hidden-sm hidden-md">lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</span></p>
<a class="btn btn-primary btn-lg" href="#" role="button">View Article</a>
</div>
<div class="col-md-4 hidden-sm">
<img class="img-responsive img-rounded" src="img/jumbotron.jpg" alt="article-pic">
<h2>Web Design <small>Mohammed El-sayad</small></h2>
<p>This is Photoshop's version of Lorem Ipsum. Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin. <span class="hidden-xs hidden-sm hidden-md">lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit. Duis sed odio sit amet nibh vulputate cursus a sit amet mauris.</span></p>
<a class="btn btn-primary btn-lg" href="#" role="button">View Article</a>
</div>
</div>
</div>
</section>
<!-- end blog section -->
<!-- start about section -->
<section class="about hidden-xs">
<div class="container">
<div class="row">
<div class="col-sm-8">
<h1>About Me</h1>
<p class="lead">A <strong>web designer</strong> who creates clean and modern design for the world of web.<span class="hidden-xs hidden-sm hidden-md">A web designer who creates clean and modern design for the world of web.</span></p>
<ul class="list-unstyled">
<li>
<span>Name : </span>
<span class="p">Mohammed El-Sayad</span>
</li>
<li>
<span>Phone : </span>
<span class="p">+20-114-537-0359</span>
</li>
<li>
<span>Age : </span>
<span class="p">21 years</span>
</li>
<li class="hidden-sm">
<span>Address : </span>
<span class="p">Damnhour , AlBeheria , Egypt.</span>
</li>
<li>
<span>E-mail : </span>
<span class="p">[email protected]</span>
</li>
<li>
<span>Web : </span>
<span class="p">atracium.online</span>
</li>
</ul>
</div>
<div class="col-sm-4">
<img class="img-rounded" src="img/sayad.jpg" alt="El-Sayad">
</div>
</div>
</div>
</section>
<!-- end about section -->
<!-- start stay-connected section -->
<section class="stay-connected">
<div class="container">
<div class="row">
<div class="col-xs-6 heading">
<h1>Say <span class="highlight">Hello.</span></h1>
<p>I'd love to hear from you.</p>
</div>
<div class="col-xs-6 col-md-5 col-md-offset-1 social-icons-home">
<a href="https://www.facebook.com/mhmdelsayad"><i class="social-icons fa fa-facebook-square fa-5x fa-fw"></i></a>
<a href="https://www.instagram.com/mhmdelsayad/"><i class="social-icons fa fa-instagram fa-5x fa-fw"></i></a>
<a href="https://twitter.com/mhmdelsayad"><i class="social-icons fa fa-twitter-square fa-5x fa-fw"></i></a>
<a href="#"><i class="social-icons fa fa-skype fa-5x fa-fw"></i></a>
</div>
</div>
</div>
</section>
<!-- end stay-connected section -->
<!-- start Refere section -->
<section class="refere">
<div class="container">
<div class="row">
<div class="col-xs-2 refer-heart">
<i class="fa fa-heart fa-5x"></i>
</div>
<div class="col-xs-9 col-sm-offset-1">
<h2>Refere A Friend</h2>
<P class="lead">So many of our best employees have come from referrals and we feel all those who take the time to refere good candidates to us should be generously rewarded!</P>
</div>
</div>
</div>
</section>
<!-- end stay-connected section -->
<!-- start footer section -->
<section class="footer">
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-4">
<h2 class="h1">El-Sayad</h2>
</div>
<div class="hidden-xs col-sm-3 quick-links">
<h3>Quick Links</h3>
<ul class="list-group list-unstyled">
<li class="list-item"><a href="index.html">Home</a></li>
<li class="list-item"><a href="portfolio.html">Portfolio</a></li>
<li class="list-item"><a href="blog.html">Blog</a></li>
<li class="list-item"><a href="about.html">About Me</a></li>
<li class="list-item"><a href="hireme.html">Hire me</a></li>
</ul>
</div>
<div class="col-xs-5 slinks">
<h3>Social Links</h3>
<div class="row">
<div class="col-xs-6">
<ul class="list-group list-unstyled">
<li><a href="https://www.facebook.com/mhmdelsayad"><i class="fa fa-facebook fa-2x fa-fw"></i> Facebook</a></li>
<li><a href="#"><i class="fa fa-whatsapp fa-2x fa-fw"></i> Whatsapp</a></li>
<li><a href="https://twitter.com/mhmdelsayad"><i class="fa fa-twitter fa-2x fa-fw"></i> Twitter</a></li>
<li><a href="https://www.instagram.com/mhmdelsayad/"><i class="fa fa-instagram fa-2x fa-fw"></i> Instagram</a></li>
<li><a href="atracium.online"><i class="fa fa-globe fa-2x fa-fw"></i> Website</a></li>
</ul>
</div>
<div class="col-xs-6">
<ul class="list-group list-unstyled">
<li><a href="https://github.com/mohamedyounes"><i class="fa fa-github fa-2x fa-fw"></i> Github</a></li>
<li><a href="www.linkedin.com/in/mhmdelsayad"><i class="fa fa-linkedin fa-2x fa-fw"></i> Linkedin</a></li>
<li><a href="#"><i class="fa fa-skype fa-2x fa-fw"></i> Skype</a></li>
<li><a href="#"><i class="fa fa-snapchat fa-2x fa-fw"></i> Snapchat</a></li>
<li><a href="#"><i class="fa fa-google-plus fa-2x fa-fw"></i> Goolge +</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="downfooter text-center"><p>© 2017 <strong>Mohammed El-Sayad</strong>. All Rights Reserved.</p></div>
</section>
<!-- end footer section -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>