Skip to content

Commit 1b25ff8

Browse files
author
ghost
committed
added countries explanation
1 parent 964773c commit 1b25ff8

2 files changed

Lines changed: 282 additions & 160 deletions

File tree

about-me.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ <h1>
243243
<img id="profile-picture" src="https://img-c.udemycdn.com/user/200_H/33334916_b69e.jpg" alt="Profile Picture" />
244244
<h3>Mousa Al Bateh</h1>
245245
<p class="tagline">Independent Cloud Consultant</p>
246+
<p>I specialize in working with US companies as an independent contractor,
247+
particularly in NYC and Seattle tech markets.</p>
246248
</header>
247249
</div>
248250

@@ -269,6 +271,30 @@ <h3>Mousa Al Bateh</h1>
269271
</div>
270272
</div>
271273

274+
<div class="faq-section">
275+
<button class="faq-question"
276+
onclick="this.parentElement.querySelector('.faq-answer').classList.toggle('expanded')">
277+
Which countries you work with?
278+
</button>
279+
<div class="faq-answer">
280+
<p><b>
281+
I work with clients internationally including the US, UK, Hong Kong and Saudi Arabia.
282+
</b></p>
283+
</div>
284+
</div>
285+
286+
<div class="faq-section">
287+
<button class="faq-question"
288+
onclick="this.parentElement.querySelector('.faq-answer').classList.toggle('expanded')">
289+
Can you handle timezone differences?
290+
</button>
291+
<div class="faq-answer">
292+
<p><b>
293+
Yes, I'm accustomed to work with teams from different timezones.
294+
</b></p>
295+
</div>
296+
</div>
297+
272298
<div class="faq-section">
273299
<button class="faq-question"
274300
onclick="this.parentElement.querySelector('.faq-answer').classList.toggle('expanded')">

0 commit comments

Comments
 (0)