Layout Done + Implemented mail service
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
import umbBot from "../../assets/umbreonbot.jpg";
|
||||
import pro2 from "../../assets/project2.png";
|
||||
import pro3 from "../../assets/project3.png";
|
||||
|
||||
const AcademicProjectCardData = [
|
||||
{
|
||||
imgsrc: umbBot,
|
||||
title: "Stuff&Go Web Store",
|
||||
text: "Stuff&Go is a web application dedicated to a supermarket chain. It allows the user to create an account, add items to a cart, and checkout. It also allows the user to see the history of their purchases. The application was developed using PHP, with the Yii2 framework, and a MySQL database. It also hosts a REST API, which implements the MQTT Broker for connection to the Mobile App.",
|
||||
view: "https://github.com/FernandoJVideira/PL2-G7_ProjetoPlatSI",
|
||||
},
|
||||
{
|
||||
imgsrc: pro2,
|
||||
title: "Stuff&Go Mobile App",
|
||||
text: "Stuff&Go is a mobile application dedicated to a supermarket chain. It allows the user to login to their account, add items to a cart, and checkout. It also allows the user to see the history of their purchases. The application was developed using Android Studio, with the Java language, and connects to the REST API of the Web Store.",
|
||||
view: "https://github.com/FernandoJVideira/PL2-G7_ProjetoAMSI",
|
||||
},
|
||||
{
|
||||
imgsrc: pro3,
|
||||
title: "Project 3",
|
||||
text: "Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam voluptatum, quibusdam, tempora, voluptates voluptate dolores officia quas quae dolorum natus labore? Quisquam voluptatum, quibusdam, tempora, voluptates voluptate dolores officia quas quae dolorum natus labore?",
|
||||
view: "https://github.com/FernandoJVideira/UmbreonBot",
|
||||
},
|
||||
];
|
||||
export default AcademicProjectCardData;
|
||||
Reference in New Issue
Block a user