-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
245 lines (241 loc) · 8.48 KB
/
index.html
File metadata and controls
245 lines (241 loc) · 8.48 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-MF3SGTV");
</script>
<!-- End Google Tag Manager -->
<title>Ahmed Mejbri | Software Engineer</title>
<meta charset="utf-8" />
<meta name="description" content="Portfolio website of Ahmed Mejbri, software engineer based in Tunisia" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Schoolbell&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet" />
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/4b26eef909.js" crossorigin="anonymous"></script>
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MF3SGTV" height="0" width="0"
style="display: none; visibility: hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<section id="introduction">
<div id="header">
<div id="name-tag-upper">
<h1>Hello</h1>
<h4>My Name is</h4>
</div>
<div id="name-tag-middle">
<div class="type-container">
<h1>Ahmed</h1>
<p>(And I'm a Software Engineer)</p>
</div>
</div>
<ul class="social-media-list">
<li>
<a target="_blank" href="https://twitter.com/last_maj">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/lastmaj"><i class="fab fa-github"></i>
</a>
</li>
<li>
<a target="_blank" href="https://www.linkedin.com/in/ahmed-mejbri-521997111/">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="mailto:ahmed.mejb@gmail.com">
<i class="far fa-envelope"></i>
</a>
</li>
</ul>
</div>
</section>
<section id="portfolio">
<div class="container">
<h1>Some of my work :</h1>
<div class="project">
<div class="project-pic">
<img src="assets\graphql.jpg" />
</div>
<div class="project-desc">
<h2 class="project-name">fpl-graphql</h2>
<div class="links">
<a target="_blank" href="https://github.com/lastmaj/fpl-graphql">
<i class="fab fa-github"></i>
</a>
<a target="_blank" href="https://graphql-fpl.herokuapp.com/">
<i class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project-text">
<p>A GraphQL wrapper for the 19-20 Fantasy Premier League API.</p>
</div>
<ul class="tech-stack">
<li>GraphQL</li>
<li>graphql-yoga</li>
<li>JavaScript</li>
</ul>
</div>
</div>
<div class="project">
<div class="project-pic">
<img src="assets\majcamp.jpg" />
</div>
<div class="project-desc">
<h2 class="project-name">Yelpcamp</h2>
<div class="links">
<a target="_blank" href="https://majcamp.herokuapp.com/">
<i class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project-text">
<p>
A web application for campers. Designed and built from scratch
following the "Modern Web Bootcamp" online course by Colt
Steele.
</p>
</div>
<ul class="tech-stack">
<li>node.js</li>
<li>express</li>
<li>ejs</li>
<li>MongoDB</li>
<li>Mongoose</li>
</ul>
</div>
</div>
<div class="project">
<div class="project-pic">
<img src="assets\highest.jpg" />
</div>
<div class="project-desc">
<h2 class="project-name">Highest</h2>
<div class="links">
<a target="_blank" href="https://github.com/lastmaj/highest-server">
<i class="fab fa-github"></i>
</a>
<a target="_blank" href="https://highest-fpl.herokuapp.com/">
<i class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project-text">
<p>
A tool developed for a local fantasy football community which
automates filtering of an API data to figure out the weekly
winner of a mini-league containing >1k users.
</p>
</div>
<ul class="tech-stack">
<li>react</li>
<li>node.js</li>
<li>FPL API</li>
</ul>
</div>
</div>
<div class="project">
<div class="project-pic">
<img src="assets\live-ranks.jpg" />
</div>
<div class="project-desc">
<h2 class="project-name">Live ranks</h2>
<div class="links">
<a target="_blank" href="https://github.com/lastmaj/fpl-live-ranks">
<i class="fab fa-github"></i>
</a>
</div>
<div class="project-text">
<p>
A web application showing live ranks for a given Premier League
fantasy mini-league. Users can overcome the problem of having to
wait for official updates, which are usually effective on the
following day
</p>
</div>
<ul class="tech-stack">
<li>react</li>
<li>Flask</li>
<li>FPL API</li>
</ul>
</div>
</div>
</div>
</section>
<section id="about">
<div id="about-me">
<h1>About me</h1>
<div id="test"></div>
</div>
<div id="pic-container">
<img id="pic" src="assets\profile.jpg" />
</div>
<div id="about-text">
<p>My name is Ahmed and I am a software engineer.</p>
<p>
Born and raised in Tunisia, I left home for higher education. After
graduating from Istanbul University in 2020, I decided to relocate
back at home. <br />I am actively looking for remote and/or on-site
job opportunities.
</p>
<p>
I enjoy building and designing web apps. I am also interested in
artifical intelligence and deep learning and I keep learning to grow
my skillset.
</p>
<p>
When I'm AFK, I read and I maintain a writing blog
on tumblr. I play guitar (still stuck at bar chords), as well as
football. I also enjoy travelling.
</p>
<p>
On a personal note, I believe that growing as a human being is the
most noble of pursuits. Therefore I always aim to inspire and be
inspired.
</p>
</div>
</section>
<section id="footer">
<div id="footer-social">
<h1>Let's talk!</h1>
<p><a href="mailto:ahmed.mejb@gmail.com">ahmed.mejb@gmail.com</a></p>
<div id="social-media-list-footer">
<a target="_blank" href="https://twitter.com/last_maj">
<i class="fab fa-twitter"></i>
</a>
<a target="_blank" href="https://github.com/lastmaj"><i class="fab fa-github"></i>
</a>
<a target="_blank" href="https://www.linkedin.com/in/ahmed-mejbri-521997111/">
<i class="fab fa-linkedin-in"></i>
</a>
<a target="_blank" href="https://linkedin.com">
<i class="far fa-envelope"></i>
</a>
</div>
</div>
<div id="creds">
<p>
<a href="https://github.com/lastmaj/lastmaj.github.io" target="_blank">Designed and built</a>
by Ahmed Mejbri
</p>
<p>© 2022</p>
</div>
</section>
</body>
</html>