-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (222 loc) · 8 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
<!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>Hussien M.A Portfolio</title>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="style.css" />
<script defer src="app.js"></script>
<script
src="https://kit.fontawesome.com/5daa8eb347.js"
crossorigin="anonymous"
></script>
<script
src="https://code.jquery.com/jquery-3.6.0.slim.js"
integrity="sha256-HwWONEZrpuoh951cQD1ov2HUK5zA5DwJ1DNUXaM6FsY="
crossorigin="anonymous"
></script>
</head>
<body>
<div class="container">
<div class="modals">
<div class="modal" id="messaging-modal">
<div class="modal-header">
<div class="title">Messaging App</div>
<button data-close-button class="close-button">×</button>
</div>
<div class="modal-img">
<img src="images/1.png" />
</div>
<div class="modal-body">
<p>
 This is an app created by me from scratch. It was created
using Nodejs, Expressjs, Vuejs and MongoDB. It has the
features:
</p>
<ul>
<li>Authentication with JsonWebToken</li>
<li>Customizable profiles with images</li>
<li>Live chat rooms</li>
<li>User online status and last seen</li>
<li>Full featured admin panel</li>
</ul>
</div>
<div class="modal-footer">
<a
target="_blank"
href="https://messaging-frontend.pages.dev/"
class="btn btn-primary"
>
Visit <i class="fa fa-external-link"></i>
</a>
</div>
</div>
<div class="modal" id="car-workshop-modal">
<div class="modal-header">
<div class="title">Car Workshop CRM</div>
<button data-close-button class="close-button">×</button>
</div>
<div class="modal-img">
<img src="images/2.png" />
</div>
<div class="modal-body">
<p>
 This is a CRM system for managing a car workshop werehouse.
It was created using React, Nodejs, Express, MySQL. I was in
charge of the backend and I implemented the features:
</p>
<ul>
<li>JWT authentication with user roles</li>
<li>CRUD operations with MySQL</li>
<li>Created documentation for the project</li>
</ul>
</div>
</div>
<div class="modal" id="porsay-modal">
<div class="modal-header">
<div class="title">Porsay</div>
<button data-close-button class="close-button">×</button>
</div>
<div class="modal-img">
<img src="images/3.png" />
</div>
<div class="modal-body">
<p>
 Porsay is one of the top parcel forwarding companies currnetly number one working in the Middle East, with over 50k monthly visitors. I was responsible for:
</p>
<ul>
<li>Planning and building infrastructure to expand to multiple warehouses</li>
<li>Implementing email verification through OTPs</li>
<li>Maintenance and bug fixes</li>
</ul>
</div>
<div class="modal-footer">
<a
target="_blank"
href="https://www.porsay.com/"
class="btn btn-primary"
>
Visit <i class="fa fa-external-link"></i>
</a>
</div>
</div>
</div>
<div id="overlay"></div>
<section class="landing">
<div class="wrapper">
<h1>Hussien M. Abbas</h1>
<div class="static-txt">I'm</div>
<ul class="dynamic-txts">
<li><span>A Developer</span></li>
<li><span>A Designer</span></li>
<li><span>An Innovator</span></li>
</ul>
<button
onclick="document.getElementById('contacts').scrollIntoView()"
type="button"
class="btn btn-primary"
>
Contact Me
</button>
</div>
<img src="programer.png" alt="" />
</section>
<!-- TODO: Add about section -->
<section class="about">
<div class="about-img hidden">
<img src="programmer-2.png" alt="" />
</div>
<div class="about-txt">
<h3>About Me</h3>
<p class="hidden">
I'm a full-stack web developer with 2+ years of experience with
React and Nodejs. I specialize in developing web applications using
React and Nodejs. I have a good understanding of MERN stack and
Vuejs
</p>
</div>
</section>
<!-- TODO: Add Projects section -->
<section class="projects">
<div class="project-heading">
<span>Check out my work</span>
<h3>My Projects</h3>
</div>
<ul class="project-filter">
<li class="list project-filter-active" data-filter="all">All</li>
<li class="list" data-filter="created">Created</li>
<li class="list" data-filter="worked">Worked on</li>
</ul>
<div class="project-container">
<a data-modal-target="#messaging-modal" class="project-box created">
<img src="images/1.png" />
<span>Messaging app</span></a
>
<a class="project-box worked" data-modal-target="#car-workshop-modal">
<img src="images/2.png" /> <span>Car Workshop CRM</span>
</a>
<a class="project-box worked" data-modal-target="#porsay-modal">
<img src="images/3.png" /> <span>Porsay</span>
</a>
</div>
</section>
<section class="technologies">
<section class="logos">
<h2 class="center-txt">Technologies:</h2>
<div class="logo hidden" style="--order: 1">
<img src="icons/1.png" alt="" />
</div>
<div class="logo hidden" style="--order: 2">
<img src="icons/2.png" alt="" />
</div>
<div class="logo hidden" style="--order: 3">
<img src="icons/3.png" alt="" />
</div>
<div class="logo hidden" style="--order: 4">
<img src="icons/4.png" alt="" />
</div>
<div class="logo hidden" style="--order: 5">
<img src="icons/5.png" alt="" />
</div>
<div class="logo hidden" style="--order: 1">
<img src="icons/6.png" alt="" />
</div>
<div class="logo hidden" style="--order: 2">
<img src="icons/7.png" alt="" />
</div>
<div class="logo hidden" style="--order: 3">
<img src="icons/8.png" alt="" />
</div>
<div class="logo hidden" style="--order: 4">
<img src="icons/9.png" alt="" />
</div>
<div class="logo hidden" style="--order: 5">
<img src="icons/10.png" alt="" />
</div>
<h4 class="hidden center-txt" style="--order: 6">And much more...</h4>
</section>
</section>
<section id="contacts" class="four">
<h2 class="center-txt">How to reach me</h2>
<a
href="https://www.linkedin.com/in/hussien-abbas/"
target="_blank"
class="social-icon linkedin"
><i class="fa fa-linkedin"></i
></a>
<a
href="https://github.com/hussienma"
target="_blank"
class="social-icon"
><i class="fa fa-github"></i
></a>
<div class="social-icon">
<i class="fa fa-envelope orange"></i>
<p class="center-txt">hussienmahba@gmail.com</p>
</div>
</section>
</div>
</body>
</html>