forked from Technigo/project-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
240 lines (225 loc) · 11.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
<!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">
<!-- Facebook Meta Tags -->
<meta property="og:title" content="Portfolio of Ajmal Zahir, Frontend developer">
<meta property="og:type" content="website">
<meta property="og:description" content="Hello and welcome to my portfolio!">
<meta property="og:url" content="https://ajmalsportfolio.netlify.app">
<meta property="og:image" content="https://ajmalsportfolio.netlify.app/ogImg.jpg">
<meta name="twitter:card" content="summary_large_image">
<!-- Twitter Meta Tags -->
<meta property="twitter:domain" content="ajmalsportfolio.netlify.app">
<meta property="twitter:url" content="https://ajmalsportfolio.netlify.app">
<meta name="twitter:title" content="Portfolio of Ajmal Zahir, Frontend developer">
<meta name="twitter:description" content="Hello and welcome to my portfolio!">
<meta name="twitter:image" content="https://ajmalsportfolio.netlify.app/ogImg.jpg">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="satoshi.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<title>Ajmals portfolio</title>
</head>
<body>
<div class="main">
<header>
<div class="infoBox">
<div class="portraitAndName">
<div class="portrait">
<img class="portraitImg" src="portrait.jpg" alt="">
</div>
<div class="name">
<h3>Ajmal Zahir</h3>
<h2>Frontend developer</h2>
</div>
</div>
<div class="infoText">
<p>
Hello and welcome to my portfolio! As a front-end developer, I have a passion for creating visually stunning, user-friendly websites and applications. My portfolio showcases my skills and experience in this field.
<br>
I specialize in HTML, CSS, and JavaScript, and I always stay up to date with the latest trends and best practices in front-end development. My work is not just about creating a beautiful design, but also ensuring that the user experience is smooth.
<br>
Thank you for taking the time to explore my portfolio. I am excited about the opportunity to work with you and bring your vision to life!
</p>
</div>
<div class="socialMediaLinks">
<a class="socialIcon" href="https://www.linkedin.com/in/ajmal-zahir-0615b7250/" target="_blank"><img src="/icons/002-linkedin.png" alt=""></a>
<a class="socialIcon" href="https://github.com/AjmalZ" target="_blank"><img src="/icons/001-github-sign.png" alt=""></a>
<a class="socialIcon" href="mailto:[email protected]"><img src="/icons/003-apple.png" alt=""></a>
</div>
</div>
<div class="headerImg">
<img class="headerLogo" src="headerLogo.svg" alt="">
</div>
</header>
<section class="techBox">
<div class="techText">
<h2>Tech</h2>
</div>
<div class="techInfo">
<p>HTML, CSS, Flexbox, <span class="js">JavaScript</span>, ES6, JSX, <span class="react">React</span>, React Hooks, Redux, Node.js, Mongo DB, Web
Accessibly, API:s, <span class="mob">mob-programming</span>, pair-programming, Github. </p>
</div>
</section>
<section class="projects">
<h2>Featured Projects</h2>
<div class="projectsRow1">
<div class="project1">
<div><img class="project1Img" src="/burgerImg.png" alt="burgerbot"></div>
<div class="project1Description">
<h3>Chatbot built in javascript</h3>
<p>The chat bot app is a conversational AI-powered tool designed to enhance user experience by
providing instant, personalized, and automated responses to user inquiries.</p>
<div class="projectIcons">
<img src="icons/htmlIcon.png" alt="html icon">
<img src="icons/cssIcon.png" alt="">
<img src="icons/jsIcon.png" alt="">
</div>
<div class="projectLinks">
<a href="https://burgerbot.netlify.app" target="_blank">
<img src="icons/Live-Demo-Button.svg" alt="Demo button">
</a>
<a href="https://github.com/AjmalZ/project-chatbot" target="_blank">
<img src="icons/View-Code-Button.svg" alt="Code button">
</a>
</div>
</div>
</div>
<div class="project2">
<div><img class="project2Img" src="/guessImg.png" alt="guessWho"></div>
<div class="project2Description">
<h3>Guess who the game</h3>
<p>The chat bot app is a conversational AI-powered tool designed to enhance user experience by
providing instant, personalized, and automated responses to user inquiries.</p>
<div class="projectIcons">
<img src="icons/htmlIcon.png" alt="html icon">
<img src="icons/cssIcon.png" alt="">
<img src="icons/jsIcon.png" alt="">
</div>
<div class="projectLinks">
<a href="https://guesswho-ajmal.netlify.app/" target="_blank">
<img src="icons/Live-Demo-Button.svg" alt="Demo button">
</a>
<a href="https://github.com/AjmalZ/project-guess-who" target="_blank">
<img src="icons/View-Code-Button.svg" alt="Code button">
</a>
</div>
</div>
</div>
</div>
<div class="projectsRow2">
<div class="project3">
<div><img class="project3Img" src="/weatherImg.png" alt="weatherApp"></div>
<div class="project3Description">
<h3>Weather app</h3>
<p>The chat bot app is a conversational AI-powered tool designed to enhance user experience by
providing instant, personalized, and automated responses to user inquiries.</p>
<div class="projectIcons">
<img src="icons/htmlIcon.png" alt="html icon">
<img src="icons/cssIcon.png" alt="">
<img src="icons/jsIcon.png" alt="">
</div>
<div class="projectLinks">
<a href="https://ajmalandantoniasweatherapp.netlify.app/" target="_blank">
<img src="icons/Live-Demo-Button.svg" alt="Demo button">
</a>
<a href="https://github.com/AjmalZ/project-weather-app" target="_blank">
<img src="icons/View-Code-Button.svg" alt="Code button">
</a>
</div>
</div>
</div>
<div class="project4">
<div><img class="project4Img" src="/newsImg.png" alt="newsSite"></div>
<div class="project4Description">
<h3>News site</h3>
<p>The chat bot app is a conversational AI-powered tool designed to enhance user experience by
providing instant, personalized, and automated responses to user inquiries.</p>
<div class="projectIcons">
<img src="icons/htmlIcon.png" alt="html icon">
<img src="icons/cssIcon.png" alt="">
<img src="icons/jsIcon.png" alt="">
</div>
<div class="projectLinks">
<a href="https://ajmalnews.netlify.app/" target="_blank">
<img src="icons/Live-Demo-Button.svg" alt="Demo button">
</a>
<a href="https://github.com/AjmalZ/project-news-site" target="_blank">
<img src="icons/View-Code-Button.svg" alt="Code button">
</a>
</div>
</div>
</div>
</div>
</section>
<section class="myWords">
<h2>My words</h2>
</section>
<section class="skills">
<h2>Skills</h2>
<div class="skillsBox">
<div class="code skillInfo">
<h3 class="skillh3 skillsh3Red">Code</h3>
<p>HTML5</p>
<p>CSS3</p>
<p>Javascript ES6</p>
<p>React</p>
<p>Styled Components</p>
<p>GitHub</p>
</div>
<div class="tools skillInfo">
<h3 class="skillh3 skillsh3LightBlue">Toolbox</h3>
<p>Atom</p>
<p>Postman</p>
<p>Adobe Photoshop</p>
<p>Adobe Illustrator</p>
<p>Figma</p>
<p>Keynote</p>
<p>Slack</p>
</div>
<div class="more skillInfo">
<h3 class="skillh3 skillsh3Blue">More</h3>
<p>Design Lead</p>
<p>Branding</p>
<p>Strategy</p>
<p>Process design</p>
<p>Concept development</p>
<p>Agile methodology</p>
<p>Hyper Island toolbox</p>
</div>
<div class="upcomming skillInfo">
<h3 class="skillh3 skillsh3Green">Upcomming</h3>
<p>Redux</p>
<p>Node.js</p>
</div>
</div>
</section>
<footer class="contact">
<h2>Time to talk</h2>
<div class="footerPortraitAndName">
<div class="footerPortrait">
<img class="footerPortraitImg" src="portrait.jpg" alt="">
</div>
<div class="footerName">
<h3>Ajmal Zahir</h3>
<h2>Frontend developer</h2>
</div>
</div>
<div class="phoneNumber">
<h6>+46(0)736 32 82 96</h6>
</div>
<div class="email">
<h6>[email protected]</h6>
</div>
<div class="socialMediaLinks">
<a class="socialIcon" href="https://www.linkedin.com/in/ajmal-zahir-0615b7250/" target="_blank"><img src="/icons/002-linkedin.png" alt=""></a>
<a class="socialIcon" href="https://github.com/AjmalZ" target="_blank"><img src="/icons/001-github-sign.png" alt=""></a>
<a class="socialIcon" href="mailto:[email protected]"><img src="/icons/003-apple.png" alt=""></a>
</div>
</footer>
</div>
</body>
</html>