-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update login form with additional links and error messaging * completed login page * update site config * remove enrolcourse * remove courseInfo * rmoved courseinfo * remove unused file * remove more unused files * save * save * save * removed all premature course files * save * run prettier * remove comment forms * add useEffect * save * save * save * add logout functionality * add attribute * run prettier
- Loading branch information
1 parent
d22454d
commit 818068a
Showing
4 changed files
with
46 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,40 +8,52 @@ const ProfileBio = () => { | |
<figure className="tw-col-span-full md:tw-col-span-6 xl:tw-col-span-5"> | ||
<img | ||
className="tw-w-full" | ||
src="/images/profile/profile.jpeg" | ||
src="https://res.cloudinary.com/vetswhocode/image/upload/v1683429329/jerome-headshot-bw-3900.jpg" | ||
alt="profile" | ||
width={470} | ||
height={470} | ||
/> | ||
</figure> | ||
<div className="tw-col-span-full md:tw-col-[7/-1]"> | ||
<h2 className="tw-mb-0 tw-leading-[1.42]"> | ||
Maggie Strickland | ||
Jerome Hardaway | ||
</h2> | ||
<h3 className="tw-font-normal tw-text-body tw-text-h6 tw-leading-relaxed tw-mb-0"> | ||
/Advanced Educator | ||
Executive Director | ||
</h3> | ||
<p className="tw-mb-0 tw-mt-3.8"> | ||
Maggie is a brilliant educator, whose life was spent for | ||
computer science and love of nature. Being a female, she | ||
encountered a lot of obstacles and was forbidden to work | ||
in this field by her family. With a true spirit and | ||
talented gift, she was able to succeed and set an | ||
example for others. | ||
With over 10 years of software engineering experience, | ||
Jerome is a leader in developing and delivering AI | ||
products that enhance the user experience and empower | ||
millions of customers worldwide. He currently works as a | ||
Senior Software Engineer at Microsoft, where he applies | ||
his skills in Python, Javascript, and user-centered | ||
design to create innovative solutions and technologies | ||
for various platforms and domains. | ||
</p> | ||
|
||
<p className="tw-mb-0 tw-mt-3.8"> | ||
Jerome is also passionate about teaching and mentoring | ||
diverse and underrepresented communities in the tech | ||
industry. He is the Founder and Executive Director of | ||
Vets Who Code, a nonprofit organization that teaches | ||
veterans and military spouses how to code for free and | ||
helps them find fulfilling careers in the tech sector. | ||
Jerome shares his knowledge and expertise with learners | ||
and peers through courses on LinkedIn Learning and | ||
FrontEnd Masters, as well as through his recognition as | ||
a LinkedIn Top Voice, a GitHub Star, and a Twilio | ||
Champion. Jerome's mission is to make the tech industry | ||
more accessible, diverse, and innovative, and he is | ||
always looking for new ways to achieve this goal. | ||
</p> | ||
<h4 className="tw-text-h5 tw-mt-9 tw-mb-2.5">Contact</h4> | ||
<div className="contact-info-text"> | ||
<span className="phone"> | ||
Phone number:{" "} | ||
<strong className="tw-text-heading"> | ||
(+88) - 1990 - 8668 | ||
</strong>{" "} | ||
</span> | ||
<br /> | ||
<span className="email"> | ||
Email:{" "} | ||
<strong className="tw-text-heading"> | ||
[email protected] | ||
[email protected] | ||
</strong> | ||
</span> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters