-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
253 lines (187 loc) · 7.22 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
<!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">
<link rel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/fontawesome-free-6.1.1-web/css/all.min.css">
<link rel="stylesheet" href="css/min111.css">
<title>Document</title>
</head>
<body>
<div class="container">
<header>
<a href="#" class="logo">Kareem</a>
<nav class="navigation">
<a href="#services">services</a>
<a href="#projects">projects</a>
<a href="#contact">contact</a>
</nav>
</header>
<section class="main">
<div class="animate__animated animate__fadeInLeft">
<h2>Hello, I,m Kareem<br><span>Full stack web developer</span></h2>
<h3>I create websites and design web templates</h3>
<a href="#projects" class="main-btn">view my work</a>
<div class="social-icons">
<a href="https://www.linkedin.com/in/kareem-wael-191307218/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Kareemelshekh11"><i class="fa-brands fa-github"></i></a>
<a href="https://www.facebook.com"><i class="fa-brands fa-facebook-f"></i></a>
<a href="wwww.instagram.com"><i class="fa-brands fa-instagram"></i></a>
</div>
</div>
</section>
<section class="cards" id="services">
<h2 class="title">Services</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fa-solid fa-pen-to-square"></i>
</div>
<div class="info">
<h3>design templates</h3>
<p>Choose the style, shapes, colors and icons to design the user
interface of a particular computer program or device such as
Adobe XD.
</p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fa-solid fa-display"></i>
</div>
<div class="info">
<h3>Front-end</h3>
<p>Design web templates by HTML5 , CSS3 , Javascript , Frameworks and Libraries such as
Jquary , Animation js , React js , Flex and Bootstrap
</p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fa-solid fa-gear"></i>
</div>
<div class="info">
<h3>Back-end</h3>
<p>create servers to upload websites to public people by using
PHP , MYSQL , OOP , LARAVEL , NODE js .
</p>
</div>
</div>
</div>
</section>
<section class="projects" id="projects">
<h2 class="title">Projects</h2>
<div class="content">
<div class="project-card">
<div class="project-image">
<img src="images/project-1-480x361.jpg">
</div>
<div class="project-info">
<p class="project-category">Front-end development</p>
<strong class="project-title">
<span>dev books</span>
<a href="#" class="more-details">more details</a>
</strong>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/project-2-480x361.jpg">
</div>
<div class="project-info">
<p class="project-category">Front-end development</p>
<strong class="project-title">
<span>dev books</span>
<a href="#" class="more-details">more details</a>
</strong>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/project-3-480x361.jpg">
</div>
<div class="project-info">
<p class="project-category">Front-end development</p>
<strong class="project-title">
<span>dev books</span>
<a href="#" class="more-details">more details</a>
</strong>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/project-4-480x361.jpg">
</div>
<div class="project-info">
<p class="project-category">Front-end development</p>
<strong class="project-title">
<span>dev books</span>
<a href="#" class="more-details">more details</a>
</strong>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/project-5-480x361.jpg">
</div>
<div class="project-info">
<p class="project-category">Front-end development</p>
<strong class="project-title">
<span>dev books</span>
<a href="#" class="more-details">more details</a>
</strong>
</div>
</div>
<div class="project-card">
<div class="project-image">
<img src="images/project-6-480x361.jpg">
</div>
<div class="project-info">
<p class="project-category">Front-end development</p>
<strong class="project-title">
<span>dev books</span>
<a href="#" class="more-details">more details</a>
</strong>
</div>
</div>
</div>
</section>
<section class="cards contact" id="contact">
<h2 class="title">Let's work together</h2>
<div class="content">
<div class="card">
<div class="icon">
<i class="fa-solid fa-phone"></i>
</div>
<div class="info">
<h3>Phone</h3>
<p>+2012222222222</p>
</div>
</div>
<div class="card">
<div class="icon">
<i class="fa-solid fa-envelope"></i>
</div>
<div class="info">
<h3>E-mail</h3>
<p>business@kareem.com</p>
</div>
</div>
</section>
<footer class="footer">
<p class="footer-title">Copyrights @ <span>Kareem Wael</span></p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/kareem-wael-191307218/"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Kareemelshekh11"><i class="fa-brands fa-github"></i></a>
<a href="https://www.facebook.com"><i class="fa-brands fa-facebook-f"></i></a>
<a href="wwww.instagram.com"><i class="fa-brands fa-instagram"></i></a>
</div>
</footer>
</div>
</body>
</html>