-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio2.html
308 lines (292 loc) · 11.1 KB
/
portfolio2.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" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" />
<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=Roboto+Slab:wght@400;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="port2.css" />
<title></title>
</head>
<body>
<!-- navbar---------------------------------------------------------------------------------------- -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top mb-5 bg-opacity-75">
<div class="container">
<a class="name navbar-brand" href="#">Ahmad Sherzad</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="#abtme">About me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contactMe">CONTACT ME</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- hero ------------------------------------------------------------- -->
<section class="hero">
<div class="container">
<div class="row d-flex align-items-center" style="height: 100vh">
<div class="col-sm" data-aos="fade-right" data-aos-duration="1000">
<p class="container h4 text-dark herotext1">Hello I'm</p>
<h1 id="text" class="container display-2 text-dark herotext2">
Ahmad Sherzad
</h1>
<p class="container h3 text-dark" id="text2">FullStack Developer</p>
<button class="btn border-dark mt-5 mx-4 btn-outline-dark">
Hire Me
</button>
</div>
<div class="col-sm">
<img
data-aos="fade-left"
data-aos-duration="1000"
style="height: 300px; width: auto; border-radius: 100000px"
src="https://cdn.dribbble.com/users/1162077/screenshots/4649464/media/76bd131b4aa3447eb9f9d0887972c066.gif"
alt="#"
/>
</div>
</div>
</div>
</section>
<!----------------------- About Me----------------------- -->
<section class="aboutme" id="abtme" >
<div class="aboutMediv h1 container">
<div class="aboutheader" >
<h1>About Me</h1>
</div>
<div class="d-flex align-items-center flex-column">
<img
data-aos="fade-up"
data-aos-duration="3000"
class="mt-2 mb-5"
id="aboutme"
src="https://images.unsplash.com/photo-1534665482403-a909d0d97c67?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80"
/>
<h4 class="mt-2" data-aos="fade-up" data-aos-duration="3000">
graphic designer and full stack developer from Slemani,Iraq.
</h4>
<p id="aboutMeP" data-aos="fade-up" data-aos-duration="3000">
<br />
I love the logic and sturcture of coding and alway strive to write
elegan and efficent code. When I am not coding, you'll find me
swimming,playing or just thinking about my errors
</p>
</div>
</div>
</section>
<!-- ------------------------projects---------------------------------- -->
<section class="cards" id="projects">
<div class="container">
<div class="mb-5">
<h1 id="projects">Projects</h1>
</div>
<div class="row cardCont d-flex flex-row justify-content-center text-black">
<div
class="card col-sm-3 m-4"
data-aos="fade-up"
data-aos-duration="2000"
style="width: 18rem"
>
<img
src="https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1740&q=80"
class="card-img-top"
alt="..."
/>
<div class="card-body text-black">
<h5 class="card-title">Web Development</h5>
<p class="card-text mb-5 ">Some Websites which i developed.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div
class="card col-sm-3 m-4 text-black"
data-aos="fade-up"
data-aos-duration="2000"
style="width: 18rem"
>
<img
style="width: 100%"
src="https://images.unsplash.com/photo-1626785774573-4b799315345d?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1771&q=80"
class="card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Graphic Design</h5>
<p class="card-text mb-5">
Behance acoount to discover my graphic projects.
</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
<div
class="card col-sm-3 m-4"
data-aos="fade-up"
data-aos-duration="2000"
style="width: 18rem"
>
<img
src="https://images.unsplash.com/photo-1504270997636-07ddfbd48945?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1771&q=80"
class="responsive card-img-top"
alt="..."
/>
<div class="card-body">
<h5 class="card-title">Social Media Specialist</h5>
<p class="card-text mb-5">
Social media accounts i manage on facebook.
</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
</div>
<!-- ------------------Contact Me----------------------- ---------------------->
</section>
<section class="contactMe">
<div class="container pt-5" id="contactMe">
<div class="row">
<div class="col-md-8">
<h2 class="title" id="get-in-touch">Contact Me</h2>
<h5 class="description mt-5">
For business inquiries and in case of having a question, please
reach out to me.
</h5>
</div>
<div class="col-md-4 ml-auto">
<div class="card card-contact">
<form
id="my-form"
action="https://formspree.io/mbjzalbo"
method="post"
>
<div class="card-header text-center bg-dark">
<h4 class="card-title text-light">Contact Me</h4>
</div>
<div class="card-body">
<div
class="form-group label-floating is-empty bmd-form-group"
>
<label class="bmd-label-floating"> Name</label>
<input
type="text"
name="name"
class="form-control"
required=""
/>
<span class="material-input"></span>
</div>
<div
class="form-group label-floating is-empty bmd-form-group"
>
<label class="bmd-label-floating">Email address</label>
<input
type="email"
name="_replyto"
class="form-control"
required=""
/>
<span class="material-input"></span>
</div>
<div
class="form-group label-floating is-empty bmd-form-group"
>
<label for="exampleMessage1" class="bmd-label-floating"
>Your Message</label
>
<textarea
name="message"
class="form-control"
id="exampleMessage1"
required=""
rows="6"
></textarea>
<span class="material-input"></span>
</div>
</div>
<div class="card-footer justify-content-between">
<button
type="submit"
value="Send"
class="btn border-dark btn-outline-dark"
id="my-form-button"
>
Send Message
</button>
<p id="my-form-status"></p>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- footer ----------------------------------------- -->
<section>
<footer class="text-center text-white" style="background-color: black">
<!-- Grid container -->
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div
class="text-center text-light p-3"
style="background-color: rgba(0, 0, 0, 0.2)"
>
© 2021 Copyright:
<a class="text-light" href="https://facebook.com/ahmad5750.com/"
>Ahmad Sherzad</a
>
</div>
<!-- Copyright -->
</footer>
</section>
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script src="port.js"></script>
</body>
</html>