-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Component updates, About me, and Testimonies
- Loading branch information
1 parent
975a790
commit 7a6d58c
Showing
4 changed files
with
110 additions
and
2 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
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 |
---|---|---|
@@ -1,10 +1,110 @@ | ||
|
||
import React from 'react'; | ||
import jeremy from '../../../public/img/Jeremy.png' | ||
|
||
export default function Testimonies() { | ||
return ( | ||
<div> | ||
|
||
<div className="container my-80 mx-auto md:px-6"> | ||
<section className="mb-32 text-center"> | ||
<div className="grid gap-x-6 md:grid-cols-3 lg:gap-x-12"> | ||
|
||
<div className="mb-12 md:mb-0"> | ||
<p className=" text-yellow-50 mb-5 font-rubik text-md text-justify-center"> | ||
"Place holder for Prof Darryl, Place holder for Prof Darryl, Place holder for Prof Darryl, Place holder for Prof Darryl, | ||
Place holder for Prof Darryl, Place holder for Prof Darryl, Place holder for Prof Darryl, Place holder for Prof Darryl," | ||
</p> | ||
<h5 class="mb-2 text-2xl font-bold font-rubik text-white">Darryl Hill </h5> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
Professor | ||
</h6> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
School of Computer Science, Carleton University. | ||
</h6> | ||
</div> | ||
|
||
<div className="mb-12 md:mb-0"> | ||
<p className=" text-yellow-50 mb-5 font-rubik text-md text-justify-center"> | ||
"Place holder for Prof Alina, Place holder for Prof Alina, Place holder for Prof Alina, Place holder for Prof Alina, | ||
Place holder for Prof Alina, Place holder for Prof Alina, Place holder for Prof Alina, Place holder for Prof Alina," | ||
</p> | ||
<h5 class="mb-2 text-2xl font-bold font-rubik text-white">ALINA SHAIKHET, Ph.D.</h5> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
Professor | ||
</h6> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
School of Computer Science, Carleton University. | ||
</h6> | ||
</div> | ||
|
||
<div className="mb-12 md:mb-0"> | ||
<p className=" text-yellow-50 mb-5 font-rubik text-md text-justify-center"> | ||
"I had a pleasure of teaching Jonathan Linear Algebra two! He is a hardworking and enthusiastic student who is very passionate about | ||
Mathematics and Computer Science." | ||
</p> | ||
<h5 class="mb-2 text-2xl font-bold font-rubik text-white">AYSE ALACA, Ph.D.</h5> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
Professor | ||
</h6> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
School of Mathematics and Statistics, Carleton University. | ||
</h6> | ||
</div> | ||
|
||
</div> | ||
</section> | ||
<section className="mb-32 text-center"> | ||
<div className="grid gap-x-6 md:grid-cols-3 lg:gap-x-12"> | ||
|
||
<div className="mb-12 md:mb-0"> | ||
<p className=" text-yellow-50 mb-5 font-rubik text-md text-justify-center"> | ||
"Place Holder for Prof Farah, Place Holder for Prof Farah, Place Holder for Prof Farah, Place Holder for Prof Farah, | ||
Place Holder for Prof Farah, Place Holder for Prof Farah, Place Holder for Prof Farah, Place Holder for Prof Farah," | ||
</p> | ||
<h5 class="mb-2 text-2xl font-bold font-rubik text-white"> Farah Chanchary </h5> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
Professor | ||
</h6> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
School of Computer Science, Carleton University. | ||
</h6> | ||
</div> | ||
|
||
<div className="mb-12 md:mb-0"> | ||
<p className=" text-yellow-50 mb-5 font-rubik text-md text-justify-center"> | ||
" Jonathan is a passionate and hardworking individual who we’ve been extremely pleased to have on our team." | ||
</p> | ||
<p className=" text-yellow-50 mb-5 font-rubik text-md text-justify-center"> | ||
"His positive attitude and personable demeanour have helped him to find success even in the most difficult of challenges." | ||
</p> | ||
<h5 class="mb-2 text-2xl font-bold font-rubik text-white">JEREMY WHALEN</h5> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
Department of Recreation and Athletics, Carleton University. | ||
</h6> | ||
<h6 class="mb-4 text-lg font-rubik text-blue-200"> | ||
Assistant Manager, Digital Marketing and Communication. | ||
</h6> | ||
</div> | ||
|
||
<div className="mb-12 md:mb-0"> | ||
<p className=" text-yellow-50 mb-5 font-rubik text-md text-justify-center"> | ||
" Jonathan is a great student who is always eager to learn and help others. He makes a great contribution to the class discussions and | ||
is always willing to share his knowledge with others." | ||
</p> | ||
<p className=" text-yellow-50 mb-5 font-rubik text-md text-justify-center"> | ||
"I am sure that Jonathan will be a great asset to any organization that he will join." | ||
</p> | ||
<h5 class="mb-2 text-2xl font-bold font-rubik text-white">ELENA DEVDARIANI, Ph.D.</h5> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
Professor | ||
</h6> | ||
<h6 class="text-lg font-rubik text-blue-200"> | ||
School of Mathematics and Statistics, Carleton University. | ||
</h6> | ||
</div> | ||
|
||
</div> | ||
</section> | ||
</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